- Home
- VPS Performance Trials
- Genesis VMs vm.c5sd.3xlarge
- Sysbench Tests
Genesis VMs Sysbench Tests
vm.c5sd.3xlarge - Jul 27 2020
Learn how to read Sysbench test results
Cpu
The cpu test is one of the most simple benchmarks in SysBench. In this mode each request consists in
calculation of prime numbers up to a value specified by the --cpu-max-primes option. All calculations are
performed using 64-bit integers.
Each thread executes the requests concurrently until either the total number of requests or the total
execution time exceed the limits specified with the common command line options.
Test Name |
total_time |
per_request_avg |
per_request_p95 |
events_rate |
Multithreaded
|
30.00 s |
2.15 ms |
2.22 ms |
2795 ops/sec |
Single Thread
|
30.00 s |
2.14 ms |
2.18 ms |
467.55 ops/sec |
Fileio
This test mode can be used to produce various kinds of file I/O workloads. At the prepare stage SysBench
creates a specified number of files with a specified total size, then at the run stage, each thread
performs specified I/O operations on this set of files.
Memory
Memory allocation and transfer speed.
Test Name |
total_time |
transfer_rate |
operations_rate |
Read
|
5.99 s |
33.37 GiB/sec |
34994783 ops/sec |
Read 1MB
|
6.92 s |
144.47 GiB/sec |
147933 ops/sec |
Write
|
18.31 s |
5.46 GiB/sec |
5726699 ops/sec |
Write 1MB
|
8.18 s |
48.91 GiB/sec |
50083 ops/sec |