Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.02 KB | None | 0 0
  1. root@sysbench-test-do:~# for each in 1 2 4 8 16; do sysbench --test=cpu --cpu-max-prime=20000 --num-threads=$each run; done
  2. WARNING: the --test option is deprecated. You can pass a script name or path on the command line without any options.
  3. sysbench 1.0.11 (using system LuaJIT 2.1.0-beta3)
  4.  
  5. Running the test with following options:
  6. Number of threads: 1
  7. Initializing random number generator from current time
  8.  
  9.  
  10. Prime numbers limit: 20000
  11.  
  12. Initializing worker threads...
  13.  
  14. Threads started!
  15.  
  16. CPU speed:
  17. events per second: 467.67
  18.  
  19. General statistics:
  20. total time: 10.0012s
  21. total number of events: 4678
  22.  
  23. Latency (ms):
  24. min: 1.96
  25. avg: 2.14
  26. max: 2.39
  27. 95th percentile: 2.14
  28. sum: 9999.80
  29.  
  30. Threads fairness:
  31. events (avg/stddev): 4678.0000/0.00
  32. execution time (avg/stddev): 9.9998/0.00
  33.  
  34. WARNING: the --test option is deprecated. You can pass a script name or path on the command line without any options.
  35. WARNING: --num-threads is deprecated, use --threads instead
  36. sysbench 1.0.11 (using system LuaJIT 2.1.0-beta3)
  37.  
  38. Running the test with following options:
  39. Number of threads: 2
  40. Initializing random number generator from current time
  41.  
  42.  
  43. Prime numbers limit: 20000
  44.  
  45. Initializing worker threads...
  46.  
  47. Threads started!
  48.  
  49. CPU speed:
  50. events per second: 936.02
  51.  
  52. General statistics:
  53. total time: 10.0004s
  54. total number of events: 9362
  55.  
  56. Latency (ms):
  57. min: 1.96
  58. avg: 2.14
  59. max: 2.60
  60. 95th percentile: 2.14
  61. sum: 19998.04
  62.  
  63. Threads fairness:
  64. events (avg/stddev): 4681.0000/3.00
  65. execution time (avg/stddev): 9.9990/0.00
  66.  
  67. WARNING: the --test option is deprecated. You can pass a script name or path on the command line without any options.
  68. WARNING: --num-threads is deprecated, use --threads instead
  69. sysbench 1.0.11 (using system LuaJIT 2.1.0-beta3)
  70.  
  71. Running the test with following options:
  72. Number of threads: 4
  73. Initializing random number generator from current time
  74.  
  75.  
  76. Prime numbers limit: 20000
  77.  
  78. Initializing worker threads...
  79.  
  80. Threads started!
  81.  
  82. CPU speed:
  83. events per second: 933.95
  84.  
  85. General statistics:
  86. total time: 10.0024s
  87. total number of events: 9343
  88.  
  89. Latency (ms):
  90. min: 1.99
  91. avg: 4.28
  92. max: 22.14
  93. 95th percentile: 10.09
  94. sum: 39986.14
  95.  
  96. Threads fairness:
  97. events (avg/stddev): 2335.7500/7.08
  98. execution time (avg/stddev): 9.9965/0.01
  99.  
  100. WARNING: the --test option is deprecated. You can pass a script name or path on the command line without any options.
  101. WARNING: --num-threads is deprecated, use --threads instead
  102. sysbench 1.0.11 (using system LuaJIT 2.1.0-beta3)
  103.  
  104. Running the test with following options:
  105. Number of threads: 8
  106. Initializing random number generator from current time
  107.  
  108.  
  109. Prime numbers limit: 20000
  110.  
  111. Initializing worker threads...
  112.  
  113. Threads started!
  114.  
  115. CPU speed:
  116. events per second: 933.84
  117.  
  118. General statistics:
  119. total time: 10.0046s
  120. total number of events: 9344
  121.  
  122. Latency (ms):
  123. min: 1.96
  124. avg: 8.55
  125. max: 46.14
  126. 95th percentile: 14.21
  127. sum: 79895.23
  128.  
  129. Threads fairness:
  130. events (avg/stddev): 1168.0000/6.20
  131. execution time (avg/stddev): 9.9869/0.01
  132.  
  133. WARNING: the --test option is deprecated. You can pass a script name or path on the command line without any options.
  134. WARNING: --num-threads is deprecated, use --threads instead
  135. sysbench 1.0.11 (using system LuaJIT 2.1.0-beta3)
  136.  
  137. Running the test with following options:
  138. Number of threads: 16
  139. Initializing random number generator from current time
  140.  
  141.  
  142. Prime numbers limit: 20000
  143.  
  144. Initializing worker threads...
  145.  
  146. Threads started!
  147.  
  148. CPU speed:
  149. events per second: 934.35
  150.  
  151. General statistics:
  152. total time: 10.0088s
  153. total number of events: 9353
  154.  
  155. Latency (ms):
  156. min: 2.00
  157. avg: 17.06
  158. max: 62.16
  159. 95th percentile: 30.26
  160. sum: 159526.97
  161.  
  162. Threads fairness:
  163. events (avg/stddev): 584.5625/6.36
  164. execution time (avg/stddev): 9.9704/0.02
  165.  
  166. root@sysbench-test-do:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement