- Home
- VPS Performance Trials
- Genesis Public Cloud w6asx.large
- Sysbench Tests
Genesis Public Cloud Sysbench Tests
w6asx.large - Apr 12 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 |
6.37 ms |
13.70 ms |
627.84 ops/sec |
Single Thread
|
30.00 s |
1.59 ms |
1.61 ms |
627.08 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
|
30.00 s |
6.17 GiB/sec |
6467841 ops/sec |
Read 1MB
|
22.77 s |
43.92 GiB/sec |
44974 ops/sec |
Write
|
18.98 s |
5.27 GiB/sec |
5525115 ops/sec |
Write 1MB
|
20.07 s |
19.93 GiB/sec |
20408 ops/sec |