Provider | Plan | Cost per month | Disk space (GB) | Memory (GB) | Num Cores |
---|---|---|---|---|---|
Linode | Shared 4GB | $24.00 | 80 | 4.0 | 2 |
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 | 3.25 ms | 9.73 ms | 1230 ops/sec |
Single Thread | 30.00 s | 1.61 ms | 1.67 ms | 620.24 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 | 227 MiB/s | 0 MiB/s | 0.07 ms | 0.18 ms |
Random Read-Write 4k | 44.81 MiB/s | 29.88 MiB/s | 0.09 ms | 0.24 ms |
Random Write 4k | 0 MiB/s | 60.89 MiB/s | 0.11 ms | 0.44 ms |
Sequential Read | 1203 MiB/s | 0 MiB/s | 0.01 ms | 0.09 ms |
Sequential Write | 0 MiB/s | 174.75 MiB/s | 0.04 ms | 0.08 ms |
Memory allocation and transfer speed.
Test Name | total_time | transfer_rate | operations_rate |
---|---|---|---|
Read | 19.10 s | 10.47 GiB/sec | 10979904 ops/sec |
Read 1MB | 11.67 s | 85.72 GiB/sec | 87773 ops/sec |
Write | 24.64 s | 4.06 GiB/sec | 4255002 ops/sec |
Write 1MB | 10.99 s | 36.41 GiB/sec | 37283 ops/sec |