Provider | Plan | Cost per month | Disk space (GB) | Memory (GB) | Num Cores |
---|---|---|---|---|---|
OnetSolutions | GP-8 NVMe | 16.99€ | 80 | 8.0 | 4 |
Learn how to read Sysbench test results
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.87 ms | 3.55 ms | 1394 ops/sec |
Single Thread | 30.00 s | 2.85 ms | 3.49 ms | 351.04 ops/sec |
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.
Sysbench fileio tests are run in synchronous mode, all operations are buffered. All tests are run
with a number of threads that matches the number of vCPUs found in the instance with a minimum of 4.
Test Name | read_transfer_rate | write_transfer_rate | avg_latency | p95_latency |
---|---|---|---|---|
Random Read 4k (clear cache) | 112.29 MiB/s | 0 MiB/s | 0.14 ms | 0.25 ms |
Random Read-Write 4k | 21.35 MiB/s | 14.23 MiB/s | 0.19 ms | 0.37 ms |
Random Write 4k | 0 MiB/s | 34.94 MiB/s | 0.19 ms | 0.46 ms |
Sequential Read 128k (clear cache) | 1248 MiB/s | 0 MiB/s | 0.40 ms | 0.72 ms |
Sequential Write 128k | 0 MiB/s | 430.88 MiB/s | 0.51 ms | 1.06 ms |
Memory allocation and transfer speed.
Test Name | total_time | transfer_rate | operations_rate |
---|---|---|---|
Read | 11.79 s | 16.95 GiB/sec | 17777649 ops/sec |
Read 1MB | 14.59 s | 68.52 GiB/sec | 70164 ops/sec |
Write | 17.45 s | 5.73 GiB/sec | 6007337 ops/sec |
Write 1MB | 10.13 s | 39.46 GiB/sec | 40405 ops/sec |