hakabe

Upcloud Helsinki 1CPU Trial

May 18th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.78 KB | None | 0 0
  1. CPU Info:
  2. cat /proc/cpuinfo | grep Intel
  3. vendor_id : GenuineIntel
  4. model name : Intel(R) Xeon(R) CPU E5-2687W v3 @ 3.10GHz
  5.  
  6. CPU Bench:
  7. sysbench --test=cpu run
  8. sysbench 0.4.12: multi-threaded system evaluation benchmark
  9.  
  10. Running the test with following options:
  11. Number of threads: 1
  12.  
  13. Doing CPU performance benchmark
  14.  
  15. Threads started!
  16. Done.
  17.  
  18. Maximum prime number checked in CPU test: 10000
  19.  
  20.  
  21. Test execution summary:
  22. total time: 9.7195s
  23. total number of events: 10000
  24. total time taken by event execution: 9.7182
  25. per-request statistics:
  26. min: 0.96ms
  27. avg: 0.97ms
  28. max: 1.04ms
  29. approx. 95 percentile: 0.98ms
  30.  
  31. Threads fairness:
  32. events (avg/stddev): 10000.0000/0.00
  33. execution time (avg/stddev): 9.7182/0.00
  34.  
  35. Memory Read:
  36. root@rovin:~# sysbench --test=memory run
  37. sysbench 0.4.12: multi-threaded system evaluation benchmark
  38.  
  39. Running the test with following options:
  40. Number of threads: 1
  41.  
  42. Doing memory operations speed test
  43. Memory block size: 1K
  44.  
  45. Memory transfer size: 102400M
  46.  
  47. Memory operations type: write
  48. Memory scope type: global
  49. Threads started!
  50. Done.
  51.  
  52. Operations performed: 104857600 (2430380.78 ops/sec)
  53.  
  54. 102400.00 MB transferred (2373.42 MB/sec)
  55.  
  56.  
  57. Test execution summary:
  58. total time: 43.1445s
  59. total number of events: 104857600
  60. total time taken by event execution: 35.2689
  61. per-request statistics:
  62. min: 0.00ms
  63. avg: 0.00ms
  64. max: 0.31ms
  65. approx. 95 percentile: 0.00ms
  66.  
  67. Threads fairness:
  68. events (avg/stddev): 104857600.0000/0.00
  69. execution time (avg/stddev): 35.2689/0.00
  70.  
  71. Memory Write:
  72. root@rovin:~# sysbench --test=memory --memory-oper=write run
  73. sysbench 0.4.12: multi-threaded system evaluation benchmark
  74.  
  75. Running the test with following options:
  76. Number of threads: 1
  77.  
  78. Doing memory operations speed test
  79. Memory block size: 1K
  80.  
  81. Memory transfer size: 102400M
  82.  
  83. Memory operations type: write
  84. Memory scope type: global
  85. Threads started!
  86. Done.
  87.  
  88. Operations performed: 104857600 (2419327.57 ops/sec)
  89.  
  90. 102400.00 MB transferred (2362.62 MB/sec)
  91.  
  92.  
  93. Test execution summary:
  94. total time: 43.3416s
  95. total number of events: 104857600
  96. total time taken by event execution: 35.3533
  97. per-request statistics:
  98. min: 0.00ms
  99. avg: 0.00ms
  100. max: 0.59ms
  101. approx. 95 percentile: 0.00ms
  102.  
  103. Threads fairness:
  104. events (avg/stddev): 104857600.0000/0.00
  105. execution time (avg/stddev): 35.3533/0.00
  106.  
  107. root@rovin:~# sysbench --test=fileio --file-test-mode=rndrw run
  108. sysbench 0.4.12: multi-threaded system evaluation benchmark
  109.  
  110. Running the test with following options:
  111. Number of threads: 1
  112.  
  113. Extra file open flags: 0
  114. 128 files, 16Mb each
  115. 2Gb total file size
  116. Block size 16Kb
  117. Number of random requests for random IO: 10000
  118. Read/Write ratio for combined random IO test: 1.50
  119. Periodic FSYNC enabled, calling fsync() each 100 requests.
  120. Calling fsync() at the end of test, Enabled.
  121. Using synchronous I/O mode
  122. Doing random r/w test
  123. Threads started!
  124. Done.
  125.  
  126. Operations performed: 6000 Read, 4000 Write, 12800 Other = 22800 Total
  127. Read 93.75Mb Written 62.5Mb Total transferred 156.25Mb (37.429Mb/sec)
  128. 2395.47 Requests/sec executed
  129.  
  130. Test execution summary:
  131. total time: 4.1746s
  132. total number of events: 10000
  133. total time taken by event execution: 0.4989
  134. per-request statistics:
  135. min: 0.00ms
  136. avg: 0.05ms
  137. max: 1.87ms
  138. approx. 95 percentile: 0.12ms
  139.  
  140. Threads fairness:
  141. events (avg/stddev): 10000.0000/0.00
  142. execution time (avg/stddev): 0.4989/0.00
  143.  
  144. MySQL:
  145. root@rovin:~# sysbench --test=oltp --oltp-table-size=1000000 --mysql-user=root run
  146. sysbench 0.4.12: multi-threaded system evaluation benchmark
  147.  
  148. No DB drivers specified, using mysql
  149. Running the test with following options:
  150. Number of threads: 1
  151.  
  152. Doing OLTP test.
  153. Running mixed OLTP test
  154. Using Special distribution (12 iterations, 1 pct of values are returned in 75 pct cases)
  155. Using "BEGIN" for starting transactions
  156. Using auto_inc on the id column
  157. Maximum number of requests for OLTP test is limited to 10000
  158. Threads started!
  159. Done.
  160.  
  161. OLTP test statistics:
  162. queries performed:
  163. read: 140000
  164. write: 50000
  165. other: 20000
  166. total: 210000
  167. transactions: 10000 (385.03 per sec.)
  168. deadlocks: 0 (0.00 per sec.)
  169. read/write requests: 190000 (7315.58 per sec.)
  170. other operations: 20000 (770.06 per sec.)
  171.  
  172. Test execution summary:
  173. total time: 25.9720s
  174. total number of events: 10000
  175. total time taken by event execution: 25.9337
  176. per-request statistics:
  177. min: 1.70ms
  178. avg: 2.59ms
  179. max: 172.16ms
  180. approx. 95 percentile: 3.89ms
  181.  
  182. Threads fairness:
  183. events (avg/stddev): 10000.0000/0.00
  184. execution time (avg/stddev): 25.9337/0.00
  185.  
  186. HTTP:
  187. root@rovin:~# ab -kc 1000 -n 10000 http://127.0.0.1/
  188. This is ApacheBench, Version 2.3 <$Revision: 1706008 $>
  189. Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
  190. Licensed to The Apache Software Foundation, http://www.apache.org/
  191.  
  192. Benchmarking 127.0.0.1 (be patient)
  193. apr_socket_recv: Connection refused (111)
  194. root@rovin:~# service nginx start
  195. root@rovin:~# ab -kc 1000 -n 10000 http://127.0.0.1/
  196. This is ApacheBench, Version 2.3 <$Revision: 1706008 $>
  197. Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
  198. Licensed to The Apache Software Foundation, http://www.apache.org/
  199.  
  200. Benchmarking 127.0.0.1 (be patient)
  201. Completed 1000 requests
  202. Completed 2000 requests
  203. Completed 3000 requests
  204. Completed 4000 requests
  205. Completed 5000 requests
  206. Completed 6000 requests
  207. Completed 7000 requests
  208. Completed 8000 requests
  209. Completed 9000 requests
  210. Completed 10000 requests
  211. Finished 10000 requests
  212.  
  213.  
  214. Server Software: nginx
  215. Server Hostname: 127.0.0.1
  216. Server Port: 80
  217.  
  218. Document Path: /
  219. Document Length: 826 bytes
  220.  
  221. Concurrency Level: 1000
  222. Time taken for tests: 0.421 seconds
  223. Complete requests: 10000
  224. Failed requests: 0
  225. Keep-Alive requests: 10000
  226. Total transferred: 11120000 bytes
  227. HTML transferred: 8260000 bytes
  228. Requests per second: 23755.62 [#/sec] (mean)
  229. Time per request: 42.095 [ms] (mean)
  230. Time per request: 0.042 [ms] (mean, across all concurrent requests)
  231. Transfer rate: 25797.12 [Kbytes/sec] received
  232.  
  233. Connection Times (ms)
  234. min mean[+/-sd] median max
  235. Connect: 0 2 6.5 0 28
  236. Processing: 2 37 92.5 11 379
  237. Waiting: 2 37 92.5 11 379
  238. Total: 2 39 95.9 11 386
  239.  
  240. Percentage of the requests served within a certain time (ms)
  241. 50% 11
  242. 66% 11
  243. 75% 11
  244. 80% 11
  245. 90% 38
  246. 95% 379
  247. 98% 383
  248. 99% 385
  249. 100% 386 (longest request)
Add Comment
Please, Sign In to add comment