- Home
- VPS Performance Trials
- Genesis VMs vm.c5sd.xlarge
- Sysbench Tests
Genesis VMs Sysbench Tests
vm.c5sd.xlarge - Jan 17 2022
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 |
4.29 ms |
10.27 ms |
931.37 ops/sec |
Single Thread
|
30.00 s |
2.14 ms |
2.18 ms |
467.94 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
|
16.73 s |
11.95 GiB/sec |
12533395 ops/sec |
Read 1MB
|
21.15 s |
47.27 GiB/sec |
48403 ops/sec |
Write
|
30.00 s |
3.17 GiB/sec |
3321099 ops/sec |
Write 1MB
|
21.34 s |
18.74 GiB/sec |
19191 ops/sec |