Skip to content

Instantly share code, notes, and snippets.

@mikoim
Created September 8, 2017 17:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikoim/3f85e5ae25a4cafdb915cfc492890878 to your computer and use it in GitHub Desktop.
Save mikoim/3f85e5ae25a4cafdb915cfc492890878 to your computer and use it in GitHub Desktop.
sysbench 1.0.8
# lscpu
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 3
On-line CPU(s) list: 0-2
Thread(s) per core: 1
Core(s) per socket: 1
Socket(s): 3
NUMA node(s): 1
Vendor ID: GenuineIntel
CPU family: 6
Model: 63
Model name: Intel(R) Xeon(R) CPU E5-2650 v3 @ 2.30GHz
Stepping: 2
CPU MHz: 2294.686
BogoMIPS: 4589.37
Hypervisor vendor: KVM
Virtualization type: full
L1d cache: 32K
L1i cache: 32K
L2 cache: 4096K
NUMA node0 CPU(s): 0-2
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon rep_good nopl eagerfpu pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm abm fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid xsaveopt
# ./sysbench cpu run
sysbench 1.0.8 (using bundled LuaJIT 2.1.0-beta2)
Running the test with following options:
Number of threads: 1
Initializing random number generator from current time
Prime numbers limit: 10000
Initializing worker threads...
Threads started!
CPU speed:
events per second: 740.48
General statistics:
total time: 10.0001s
total number of events: 7407
Latency (ms):
min: 1.33
avg: 1.35
max: 2.87
95th percentile: 1.47
sum: 9993.01
Threads fairness:
events (avg/stddev): 7407.0000/0.00
execution time (avg/stddev): 9.9930/0.00
# ./sysbench memory run
sysbench 1.0.8 (using bundled LuaJIT 2.1.0-beta2)
Running the test with following options:
Number of threads: 1
Initializing random number generator from current time
Running memory speed test with the following options:
block size: 1KiB
total size: 102400MiB
operation: write
scope: global
Initializing worker threads...
Threads started!
Total operations: 21903680 (2189891.48 per second)
21390.31 MiB transferred (2138.57 MiB/sec)
General statistics:
total time: 10.0000s
total number of events: 21903680
Latency (ms):
min: 0.00
avg: 0.00
max: 2.48
95th percentile: 0.00
sum: 3023.74
Threads fairness:
events (avg/stddev): 21903680.0000/0.00
execution time (avg/stddev): 3.0237/0.00
# ./sysbench threads run
sysbench 1.0.8 (using bundled LuaJIT 2.1.0-beta2)
Running the test with following options:
Number of threads: 1
Initializing random number generator from current time
Initializing worker threads...
Threads started!
General statistics:
total time: 10.0002s
total number of events: 44426
Latency (ms):
min: 0.20
avg: 0.22
max: 4.30
95th percentile: 0.26
sum: 9973.75
Threads fairness:
events (avg/stddev): 44426.0000/0.00
execution time (avg/stddev): 9.9737/0.00
# ./sysbench mutex run
sysbench 1.0.8 (using bundled LuaJIT 2.1.0-beta2)
Running the test with following options:
Number of threads: 1
Initializing random number generator from current time
Initializing worker threads...
Threads started!
General statistics:
total time: 0.2380s
total number of events: 1
Latency (ms):
min: 237.87
avg: 237.87
max: 237.87
95th percentile: 235.74
sum: 237.87
Threads fairness:
events (avg/stddev): 1.0000/0.00
execution time (avg/stddev): 0.2379/0.00
# さくらのVPS(v3) SSD 2G IK01
~> env LANG=C lscpu
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 2
On-line CPU(s) list: 0,1
Thread(s) per core: 2
Core(s) per socket: 1
Socket(s): 1
NUMA node(s): 1
Vendor ID: GenuineIntel
CPU family: 6
Model: 42
Model name: Intel Xeon E312xx (Sandy Bridge)
Stepping: 1
CPU MHz: 2499.998
BogoMIPS: 5001.32
Hypervisor vendor: KVM
Virtualization type: full
L1d cache: 32K
L1i cache: 32K
L2 cache: 4096K
NUMA node0 CPU(s): 0,1
Flags: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb lm constant_tsc nopl cpuid pni pclmulqdq ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx hypervisor lahf_lm xsaveopt
~> sysbench cpu run
sysbench 1.0.8 (using bundled LuaJIT 2.1.0-beta2)
Running the test with following options:
Number of threads: 1
Initializing random number generator from current time
Prime numbers limit: 10000
Initializing worker threads...
Threads started!
CPU speed:
events per second: 575.42
General statistics:
total time: 10.0006s
total number of events: 5757
Latency (ms):
min: 1.27
avg: 1.73
max: 38.30
95th percentile: 2.18
sum: 9982.36
Threads fairness:
events (avg/stddev): 5757.0000/0.00
execution time (avg/stddev): 9.9824/0.00
~> sysbench memory run
sysbench 1.0.8 (using bundled LuaJIT 2.1.0-beta2)
Running the test with following options:
Number of threads: 1
Initializing random number generator from current time
Running memory speed test with the following options:
block size: 1KiB
total size: 102400MiB
operation: write
scope: global
Initializing worker threads...
Threads started!
Total operations: 15615035 (1560899.03 per second)
15249.06 MiB transferred (1524.32 MiB/sec)
General statistics:
total time: 10.0001s
total number of events: 15615035
Latency (ms):
min: 0.00
avg: 0.00
max: 11.54
95th percentile: 0.00
sum: 3983.24
Threads fairness:
events (avg/stddev): 15615035.0000/0.00
execution time (avg/stddev): 3.9832/0.00
~> sysbench threads run
sysbench 1.0.8 (using bundled LuaJIT 2.1.0-beta2)
Running the test with following options:
Number of threads: 1
Initializing random number generator from current time
Initializing worker threads...
Threads started!
General statistics:
total time: 10.0002s
total number of events: 35654
Latency (ms):
min: 0.22
avg: 0.28
max: 13.11
95th percentile: 0.37
sum: 9951.19
Threads fairness:
events (avg/stddev): 35654.0000/0.00
execution time (avg/stddev): 9.9512/0.00
~> sysbench mutex run
sysbench 1.0.8 (using bundled LuaJIT 2.1.0-beta2)
Running the test with following options:
Number of threads: 1
Initializing random number generator from current time
Initializing worker threads...
Threads started!
General statistics:
total time: 0.2345s
total number of events: 1
Latency (ms):
min: 234.35
avg: 234.35
max: 234.35
95th percentile: 235.74
sum: 234.35
Threads fairness:
events (avg/stddev): 1.0000/0.00
execution time (avg/stddev): 0.2344/0.00
# lscpu
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 4
On-line CPU(s) list: 0-3
Thread(s) per core: 1
Core(s) per socket: 4
Socket(s): 1
Vendor ID: GenuineIntel
CPU family: 6
Model: 77
Model name: Intel(R) Atom(TM) CPU C2550 @ 2.40GHz
Stepping: 8
CPU MHz: 2393.905
BogoMIPS: 4787.81
Virtualization: VT-x
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 movbe popcnt tsc_deadline_timer aes rdrand lahf_lm 3dnowprefetch epb tpr_shadow vnmi flexpriority ept vpid tsc_adjust smep erms dtherm ida arat
# sysbench cpu run
sysbench 1.0.8 (using bundled LuaJIT 2.1.0-beta2)
Running the test with following options:
Number of threads: 1
Initializing random number generator from current time
Prime numbers limit: 10000
Initializing worker threads...
Threads started!
CPU speed:
events per second: 499.05
General statistics:
total time: 10.0014s
total number of events: 4992
Latency (ms):
min: 2.00
avg: 2.00
max: 3.78
95th percentile: 2.00
sum: 9999.16
Threads fairness:
events (avg/stddev): 4992.0000/0.00
execution time (avg/stddev): 9.9992/0.00
# sysbench memory run
sysbench 1.0.8 (using bundled LuaJIT 2.1.0-beta2)
Running the test with following options:
Number of threads: 1
Initializing random number generator from current time
Running memory speed test with the following options:
block size: 1KiB
total size: 102400MiB
operation: write
scope: global
Initializing worker threads...
Threads started!
Total operations: 18177393 (1817429.13 per second)
17751.36 MiB transferred (1774.83 MiB/sec)
General statistics:
total time: 10.0001s
total number of events: 18177393
Latency (ms):
min: 0.00
avg: 0.00
max: 0.05
95th percentile: 0.00
sum: 4681.01
Threads fairness:
events (avg/stddev): 18177393.0000/0.00
execution time (avg/stddev): 4.6810/0.00
# sysbench threads run
sysbench 1.0.8 (using bundled LuaJIT 2.1.0-beta2)
Running the test with following options:
Number of threads: 1
Initializing random number generator from current time
Initializing worker threads...
Threads started!
General statistics:
total time: 10.0004s
total number of events: 21569
Latency (ms):
min: 0.43
avg: 0.46
max: 0.55
95th percentile: 0.48
sum: 9992.50
Threads fairness:
events (avg/stddev): 21569.0000/0.00
execution time (avg/stddev): 9.9925/0.00
# sysbench mutex run
sysbench 1.0.8 (using bundled LuaJIT 2.1.0-beta2)
Running the test with following options:
Number of threads: 1
Initializing random number generator from current time
Initializing worker threads...
Threads started!
General statistics:
total time: 0.3982s
total number of events: 1
Latency (ms):
min: 398.13
avg: 398.13
max: 398.13
95th percentile: 397.39
sum: 398.13
Threads fairness:
events (avg/stddev): 1.0000/0.00
execution time (avg/stddev): 0.3981/0.00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment