Provider | Plan | Cost per month | Disk space (GB) | Memory (GB) | Num Cores |
---|---|---|---|---|---|
Linode | Shared 8GB | $48.00 | 160 | 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 | 0.73 ms | 0.77 ms | 5477 ops/sec |
Single Thread | 30.00 s | 0.73 ms | 0.77 ms | 1364 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) | 128.45 MiB/s | 0 MiB/s | 0.12 ms | 0.15 ms |
Random Read 4k (validate opt) | 193.21 MiB/s | 0 MiB/s | 0.08 ms | 0.18 ms |
Random Read-Write 4k | 58.05 MiB/s | 38.70 MiB/s | 0.07 ms | 0.16 ms |
Random Write 4k | 0 MiB/s | 99.85 MiB/s | 0.07 ms | 0.19 ms |
Sequential Read 128k (clear cache) | 733.54 MiB/s | 0 MiB/s | 0.68 ms | 0.99 ms |
Sequential Read 128k (validate opt) | 799.70 MiB/s | 0 MiB/s | 0.62 ms | 0.92 ms |
Sequential Write 128k | 0 MiB/s | 1101 MiB/s | 0.20 ms | 0.46 ms |
Memory allocation and transfer speed.
Test Name | total_time | transfer_rate | operations_rate |
---|---|---|---|
Read | 12.00 s | 16.66 GiB/sec | 17470175 ops/sec |
Read 1MB | 6.51 s | 153.65 GiB/sec | 157334 ops/sec |
Write | 18.70 s | 5.35 GiB/sec | 5606698 ops/sec |
Write 1MB | 17.97 s | 22.26 GiB/sec | 22793 ops/sec |