- Home
- VPS Performance Trials
- Genesis VMs vm.t5sd.2xlarge
- Sysbench Tests
Genesis VMs Sysbench Tests
vm.t5sd.2xlarge - Oct 16 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 |
8.56 ms |
14.21 ms |
467.12 ops/sec |
Single Thread
|
30.00 s |
2.14 ms |
2.22 ms |
467.89 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
|
29.92 s |
6.68 GiB/sec |
7009692 ops/sec |
Read 1MB
|
30.00 s |
24.89 GiB/sec |
25486 ops/sec |
Write
|
18.97 s |
5.27 GiB/sec |
5526082 ops/sec |
Write 1MB
|
22.51 s |
17.77 GiB/sec |
18193 ops/sec |