Advertisement
Guest User

Untitled

a guest
Jun 29th, 2018
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.02 KB | None | 0 0
  1. Hi,
  2.  
  3. since about 20 minutes (from 13:40:00 UTC), SBG1 object storage
  4. exhibits very high latencies on simple GET requests. Initially, it was
  5. frequent and high peak latencies. Meanwhile, it looks like 100% of the
  6. requests suffer from the very high latencies.
  7.  
  8. I've attached a graph from our monitoring that shows the dramatically
  9. deteriorated response times.
  10.  
  11. And also apache bench shows it:
  12.  
  13. --
  14.  
  15. ab -n 50 -c 5
  16. http://storage.sbg1.cloud.ovh.net/v1/AUTH_1242XXXXXXXXXXXXXXXXX/test-videos/squid_test.txt
  17. This is ApacheBench, Version 2.3 <$Revision: 655654 $>
  18. Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
  19. Licensed to The Apache Software Foundation, http://www.apache.org/
  20.  
  21. Benchmarking storage.sbg1.cloud.ovh.net (be patient).....done
  22.  
  23.  
  24. Server Software:
  25. Server Hostname: storage.sbg1.cloud.ovh.net
  26. Server Port: 80
  27.  
  28. Document Path:
  29. /v1/AUTH_1242dXXXXXXXXXXXXXXXXXXXXXXXXXXX/test-videos/squid_test.txt
  30. Document Length: 20 bytes
  31.  
  32. Concurrency Level: 5
  33. Time taken for tests: 33.955 seconds
  34. Complete requests: 50
  35. Failed requests: 0
  36. Write errors: 0
  37. Total transferred: 22850 bytes
  38. HTML transferred: 1000 bytes
  39. Requests per second: 1.47 [#/sec] (mean)
  40. Time per request: 3395.476 [ms] (mean)
  41. Time per request: 679.095 [ms] (mean, across all concurrent requests)
  42. Transfer rate: 0.66 [Kbytes/sec] received
  43.  
  44. Connection Times (ms)
  45. min mean[+/-sd] median max
  46. Connect: 0 0 0.0 0 0
  47. Processing: 3032 3089 82.5 3058 3390
  48. Waiting: 3032 3089 82.5 3058 3390
  49. Total: 3032 3090 82.5 3058 3390
  50.  
  51. Percentage of the requests served within a certain time (ms)
  52. 50% 3058
  53. 66% 3071
  54. 75% 3084
  55. 80% 3089
  56. 90% 3237
  57. 95% 3317
  58. 98% 3390
  59. 99% 3390
  60. 100% 3390 (longest request)
  61.  
  62. --
  63.  
  64. From what I see, there is no incident open about this issue yet. Are
  65. you aware of the problem?
  66.  
  67. Best regards,
  68. Michael
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement