Skip to content

Instantly share code, notes, and snippets.

@yiwu-arbug
Created August 11, 2020 01:45
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 yiwu-arbug/a2ff09c5721cf0a228f8b5e3bc3d4374 to your computer and use it in GitHub Desktop.
Save yiwu-arbug/a2ff09c5721cf0a228f8b5e3bc3d4374 to your computer and use it in GitHub Desktop.
[pingcap@ip-172-16-5-35 db_bench.6.4]$ ./db_bench_fb --benchmarks=fillrandom,updaterandom --duration=300 --value_size=100 --compression_type=none --num=100000000 --db=/data1/yiwu/db_bench_fb
Initializing RocksDB Options from the specified file
Initializing RocksDB Options from command-line flags
RocksDB: version 6.4
Date: Tue Aug 11 09:02:02 2020
CPU: 40 * Intel(R) Xeon(R) CPU E5-2630 v4 @ 2.20GHz
CPUCache: 25600 KB
Keys: 16 bytes each
Values: 100 bytes each (50 bytes after compression)
Entries: 100000000
Prefix: 0 bytes
Keys per prefix: 0
RawSize: 11062.6 MB (estimated)
FileSize: 6294.3 MB (estimated)
Write rate: 0 bytes/second
Read rate: 0 ops/second
Compression: NoCompression
Compression sampling rate: 0
Memtablerep: skip_list
Perf Level: 1
------------------------------------------------
Initializing RocksDB Options from the specified file
Initializing RocksDB Options from command-line flags
DB path: [/data1/yiwu/db_bench_fb]
fillrandom : 4.253 micros/op 235149 ops/sec; 26.0 MB/s
DB path: [/data1/yiwu/db_bench_fb]
updaterandom : 26.615 micros/op 37572 ops/sec; 8.3 MB/s ( updates:100000000 found:11272999)
[pingcap@ip-172-16-5-35 db_bench.6.4]$ ./db_bench_tikv --benchmarks=fillrandom,updaterandom --duration=300 --value_size=100 --compression_type=none --num=100000000 --db=/data1/yiwu/db_bench_tikv
Initializing RocksDB Options from the specified file
Initializing RocksDB Options from command-line flags
RocksDB: version 6.4
Date: Tue Aug 11 09:19:45 2020
CPU: 40 * Intel(R) Xeon(R) CPU E5-2630 v4 @ 2.20GHz
CPUCache: 25600 KB
Keys: 16 bytes each
Values: 100 bytes each (50 bytes after compression)
Entries: 100000000
Prefix: 0 bytes
Keys per prefix: 0
RawSize: 11062.6 MB (estimated)
FileSize: 6294.3 MB (estimated)
Write rate: 0 bytes/second
Read rate: 0 ops/second
Compression: NoCompression
Compression sampling rate: 0
Memtablerep: skip_list
Perf Level: 1
------------------------------------------------
Initializing RocksDB Options from the specified file
Initializing RocksDB Options from command-line flags
DB path: [/data1/yiwu/db_bench_tikv]
fillrandom : 4.333 micros/op 230791 ops/sec; 25.5 MB/s
DB path: [/data1/yiwu/db_bench_tikv]
updaterandom : 26.645 micros/op 37531 ops/sec; 8.3 MB/s ( updates:100000000 found:11259999)
[pingcap@ip-172-16-5-35 db_bench.6.4]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment