Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.04 KB | None | 0 0
  1. root@sysbench-test-hc:~# for each in 1 2 4 8 16; do sysbench --test=cpu --cpu-max-prime=20000 --num-threads=
  2. $each run; done
  3. WARNING: the --test option is deprecated. You can pass a script name or path on the command line without any
  4. options.
  5. sysbench 1.0.11 (using system LuaJIT 2.1.0-beta3)
  6.  
  7. Running the test with following options:
  8. Number of threads: 1
  9. Initializing random number generator from current time
  10.  
  11.  
  12. Prime numbers limit: 20000
  13.  
  14. Initializing worker threads...
  15.  
  16. Threads started!
  17.  
  18. CPU speed:
  19. events per second: 380.05
  20.  
  21. General statistics:
  22. total time: 10.0015s
  23. total number of events: 3802
  24.  
  25. Latency (ms):
  26. min: 2.58
  27. avg: 2.63
  28. max: 7.32
  29. 95th percentile: 2.76
  30. sum: 9989.21
  31.  
  32. Threads fairness:
  33. events (avg/stddev): 3802.0000/0.00
  34. execution time (avg/stddev): 9.9892/0.00
  35.  
  36. WARNING: the --test option is deprecated. You can pass a script name or path on the command line without any
  37. options.
  38. WARNING: --num-threads is deprecated, use --threads instead
  39. sysbench 1.0.11 (using system LuaJIT 2.1.0-beta3)
  40.  
  41. Running the test with following options:
  42. Number of threads: 2
  43. Initializing random number generator from current time
  44.  
  45.  
  46. Prime numbers limit: 20000
  47.  
  48. Initializing worker threads...
  49.  
  50. Threads started!
  51.  
  52. CPU speed:
  53. events per second: 759.82
  54.  
  55. General statistics:
  56. total time: 10.0018s
  57. total number of events: 7601
  58.  
  59. Latency (ms):
  60. min: 2.58
  61. avg: 2.63
  62. max: 8.26
  63. 95th percentile: 2.66
  64. sum: 19988.51
  65.  
  66. Threads fairness:
  67. events (avg/stddev): 3800.5000/15.50
  68. execution time (avg/stddev): 9.9943/0.00
  69.  
  70. WARNING: the --test option is deprecated. You can pass a script name or path on the command line without any
  71. options.
  72. WARNING: --num-threads is deprecated, use --threads instead
  73. sysbench 1.0.11 (using system LuaJIT 2.1.0-beta3)
  74.  
  75. Running the test with following options:
  76. Number of threads: 4
  77. Initializing random number generator from current time
  78.  
  79.  
  80. Prime numbers limit: 20000
  81.  
  82. Initializing worker threads...
  83.  
  84. Threads started!
  85.  
  86. CPU speed:
  87. events per second: 1516.00
  88.  
  89. General statistics:
  90. total time: 10.0025s
  91. total number of events: 15171
  92.  
  93. Latency (ms):
  94. min: 2.58
  95. avg: 2.64
  96. max: 7.73
  97. 95th percentile: 2.76
  98. sum: 39990.65
  99.  
  100. Threads fairness:
  101. events (avg/stddev): 3792.7500/14.04
  102. execution time (avg/stddev): 9.9977/0.00
  103.  
  104. WARNING: the --test option is deprecated. You can pass a script name or path on the command line without any
  105. options.
  106. WARNING: --num-threads is deprecated, use --threads instead
  107. sysbench 1.0.11 (using system LuaJIT 2.1.0-beta3)
  108.  
  109. Running the test with following options:
  110. Number of threads: 8
  111. Initializing random number generator from current time
  112.  
  113.  
  114. Prime numbers limit: 20000
  115.  
  116. Initializing worker threads...
  117.  
  118. Threads started!
  119.  
  120. CPU speed:
  121. events per second: 1515.56
  122.  
  123. General statistics:
  124. total time: 10.0040s
  125. total number of events: 15164
  126.  
  127. Latency (ms):
  128. min: 2.58
  129. avg: 5.27
  130. max: 34.61
  131. 95th percentile: 14.73
  132. sum: 79840.90
  133.  
  134. Threads fairness:
  135. events (avg/stddev): 1895.5000/16.96
  136. execution time (avg/stddev): 9.9801/0.01
  137.  
  138. WARNING: the --test option is deprecated. You can pass a script name or path on the command line without any
  139. options.
  140. WARNING: --num-threads is deprecated, use --threads instead
  141. sysbench 1.0.11 (using system LuaJIT 2.1.0-beta3)
  142.  
  143. Running the test with following options:
  144. Number of threads: 16
  145. Initializing random number generator from current time
  146.  
  147.  
  148. Prime numbers limit: 20000
  149.  
  150. Initializing worker threads...
  151.  
  152. Threads started!
  153.  
  154. CPU speed:
  155. events per second: 1521.19
  156.  
  157. General statistics:
  158. total time: 10.0064s
  159. total number of events: 15224
  160.  
  161. Latency (ms):
  162. min: 2.58
  163. avg: 10.48
  164. max: 50.63
  165. 95th percentile: 26.68
  166. sum: 159496.40
  167.  
  168. Threads fairness:
  169. events (avg/stddev): 951.5000/11.72
  170. execution time (avg/stddev): 9.9685/0.03
  171.  
  172. root@sysbench-test-hc:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement