Skip to content

Instantly share code, notes, and snippets.

@analogic
Last active June 15, 2021 06:53
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 analogic/d44a6fccb836c48213aa3a50685be2fd to your computer and use it in GitHub Desktop.
Save analogic/d44a6fccb836c48213aa3a50685be2fd to your computer and use it in GitHub Desktop.
app.fixnet.cz - sybench, old hw
root@app:/home/sh# openssl speed -evp aes-128-cbc
Doing aes-128-cbc for 3s on 16 size blocks: 177115900 aes-128-cbc's in 3.00s
Doing aes-128-cbc for 3s on 64 size blocks: 48725915 aes-128-cbc's in 3.00s
Doing aes-128-cbc for 3s on 256 size blocks: 12633111 aes-128-cbc's in 3.00s
Doing aes-128-cbc for 3s on 1024 size blocks: 3128447 aes-128-cbc's in 3.00s
Doing aes-128-cbc for 3s on 8192 size blocks: 393555 aes-128-cbc's in 2.99s
OpenSSL 1.0.2g 1 Mar 2016
built on: reproducible build, date unspecified
options:bn(64,64) rc4(16x,int) des(idx,cisc,16,int) aes(partial) blowfish(idx)
compiler: cc -I. -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -m64 -DL_ENDIAN -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wa,--noexecstack -Wall -DMD32_REG_T=int -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DAES_ASM -DVPAES_ASM -DBSAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM
The 'numbers' are in 1000s of bytes per second processed.
type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes
aes-128-cbc 944618.13k 1039486.19k 1078025.47k 1067843.24k 1078261.73k
root@app:/home/sh# sysbench --test=cpu run
sysbench 0.4.12: multi-threaded system evaluation benchmark
Running the test with following options:
Number of threads: 1
Doing CPU performance benchmark
Threads started!
Done.
Maximum prime number checked in CPU test: 10000
Test execution summary:
total time: 10.5297s
total number of events: 10000
total time taken by event execution: 10.5247
per-request statistics:
min: 0.90ms
avg: 1.05ms
max: 15.84ms
approx. 95 percentile: 1.09ms
Threads fairness:
events (avg/stddev): 10000.0000/0.00
execution time (avg/stddev): 10.5247/0.00
root@app:/home/sh# sysbench --test=memory run
sysbench 0.4.12: multi-threaded system evaluation benchmark
Running the test with following options:
Number of threads: 1
Doing memory operations speed test
Memory block size: 1K
Memory transfer size: 102400M
Memory operations type: write
Memory scope type: global
Threads started!
Done.
Operations performed: 104857600 (3173825.60 ops/sec)
102400.00 MB transferred (3099.44 MB/sec)
Test execution summary:
total time: 33.0382s
total number of events: 104857600
total time taken by event execution: 26.5493
per-request statistics:
min: 0.00ms
avg: 0.00ms
max: 0.12ms
approx. 95 percentile: 0.00ms
Threads fairness:
events (avg/stddev): 104857600.0000/0.00
execution time (avg/stddev): 26.5493/0.00
root@app:/home/sh# sysbench --test=fileio --file-test-mode=seqwr run
sysbench 0.4.12: multi-threaded system evaluation benchmark
Running the test with following options:
Number of threads: 1
Extra file open flags: 0
128 files, 16Mb each
2Gb total file size
Block size 16Kb
Periodic FSYNC enabled, calling fsync() each 100 requests.
Calling fsync() at the end of test, Enabled.
Using synchronous I/O mode
Doing sequential write (creation) test
Threads started!
FATAL: Failed to write file! file: 100 pos: 16154624 errno = 0 ()
Done.
Operations performed: 0 Read, 100314 Write, 0 Other = 100314 Total
Read 0b Written 1.5307Gb Total transferred 1.5307Gb (453.69Mb/sec)
29036.44 Requests/sec executed
Test execution summary:
total time: 3.4548s
total number of events: 100314
total time taken by event execution: 3.4223
per-request statistics:
min: 0.01ms
avg: 0.03ms
max: 108.66ms
approx. 95 percentile: 0.03ms
Threads fairness:
events (avg/stddev): 100314.0000/0.00
execution time (avg/stddev): 3.4223/0.00
root@app:/home/sh# sudo hdparm -tT /dev/sda
/dev/sda:
Timing cached reads: 15816 MB in 1.99 seconds = 7955.03 MB/sec
Timing buffered disk reads: 616 MB in 3.00 seconds = 205.04 MB/sec
root@app:/home/sh# sudo hdparm -tT /dev/sdb
/dev/sdb:
Timing cached reads: 16452 MB in 1.99 seconds = 8275.82 MB/sec
Timing buffered disk reads: 654 MB in 3.00 seconds = 217.80 MB/sec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment