Skip to content

Instantly share code, notes, and snippets.

@apricote
Last active January 11, 2020 16:00
Show Gist options
  • Save apricote/9d56d8352a4af68a229d88dcf5273724 to your computer and use it in GitHub Desktop.
Save apricote/9d56d8352a4af68a229d88dcf5273724 to your computer and use it in GitHub Desktop.
Memory Benchmarks
hostname: athena
cpu: Ryzen 7 2700X
ram: 1x Ripjaws 3200 8GB, Slot 3
➜ ~ k8s:(tc-prod) sysbench memory --threads=8 --memory-oper=write run
sysbench 1.0.18 (using system LuaJIT 2.0.5)
Running the test with following options:
Number of threads: 8
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: 75722178 (7571348.02 per second)
73947.44 MiB transferred (7393.89 MiB/sec)
General statistics:
total time: 10.0001s
total number of events: 75722178
Latency (ms):
min: 0.00
avg: 0.00
max: 0.07
95th percentile: 0.00
sum: 69331.15
Threads fairness:
events (avg/stddev): 9465272.2500/113199.31
execution time (avg/stddev): 8.6664/0.01
➜ ~ k8s:(tc-prod) sysbench memory --threads=8 --memory-oper=write run
sysbench 1.0.18 (using system LuaJIT 2.0.5)
Running the test with following options:
Number of threads: 8
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: 75234103 (7522546.29 per second)
73470.80 MiB transferred (7346.24 MiB/sec)
General statistics:
total time: 10.0001s
total number of events: 75234103
Latency (ms):
min: 0.00
avg: 0.00
max: 0.06
95th percentile: 0.00
sum: 69327.83
Threads fairness:
events (avg/stddev): 9404262.8750/124264.45
execution time (avg/stddev): 8.6660/0.01
➜ ~ k8s:(tc-prod) sysbench memory --threads=8 --memory-oper=read run
sysbench 1.0.18 (using system LuaJIT 2.0.5)
Running the test with following options:
Number of threads: 8
Initializing random number generator from current time
Running memory speed test with the following options:
block size: 1KiB
total size: 102400MiB
operation: read
scope: global
Initializing worker threads...
Threads started!
Total operations: 104857600 (51586190.42 per second)
102400.00 MiB transferred (50377.14 MiB/sec)
General statistics:
total time: 2.0316s
total number of events: 104857600
Latency (ms):
min: 0.00
avg: 0.00
max: 0.05
95th percentile: 0.00
sum: 3832.74
Threads fairness:
events (avg/stddev): 13107200.0000/0.00
execution time (avg/stddev): 0.4791/0.00
➜ ~ k8s:(tc-prod) sysbench memory --threads=8 --memory-oper=read run
sysbench 1.0.18 (using system LuaJIT 2.0.5)
Running the test with following options:
Number of threads: 8
Initializing random number generator from current time
Running memory speed test with the following options:
block size: 1KiB
total size: 102400MiB
operation: read
scope: global
Initializing worker threads...
Threads started!
Total operations: 104857600 (51700097.70 per second)
102400.00 MiB transferred (50488.38 MiB/sec)
General statistics:
total time: 2.0266s
total number of events: 104857600
Latency (ms):
min: 0.00
avg: 0.00
max: 0.06
95th percentile: 0.00
sum: 3833.83
Threads fairness:
events (avg/stddev): 13107200.0000/0.00
execution time (avg/stddev): 0.4792/0.01
sysbench memory --threads=8 --memory-oper=write run
sysbench memory --threads=8 --memory-oper=write run
sysbench memory --threads=8 --memory-oper=read run
sysbench memory --threads=8 --memory-oper=read run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment