- Home
- VPS Performance Trials
- Genesis Public Cloud c6s.xlarge
- Sysbench Tests
Genesis Public Cloud Sysbench Tests
c6s.xlarge - Dec 02 2021
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 |
3.36 ms |
9.73 ms |
1188 ops/sec |
Single Thread
|
30.00 s |
1.67 ms |
1.70 ms |
597.41 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
|
11.68 s |
17.13 GiB/sec |
17957703 ops/sec |
Read 1MB
|
16.31 s |
61.31 GiB/sec |
62783 ops/sec |
Write
|
13.62 s |
7.34 GiB/sec |
7696874 ops/sec |
Write 1MB
|
8.73 s |
45.81 GiB/sec |
46912 ops/sec |