Provider | Plan | Cost per month | Disk space (GB) | Memory (GB) | Num Cores |
---|---|---|---|---|---|
Leaseweb | Leaseweb VPS 3 | $15.60 | 300 | 24.0 | 8 |
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.01 s | 1.30 ms | 4.57 ms | 6164 ops/sec |
Single Thread | 30.00 s | 0.96 ms | 2.81 ms | 1035 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) | 86.66 MiB/s | 0 MiB/s | 0.36 ms | 0.84 ms |
Random Read-Write 4k | 2.43 MiB/s | 1.62 MiB/s | 3.36 ms | 12.98 ms |
Random Write 4k | 0 MiB/s | 6.94 MiB/s | 1.96 ms | 9.39 ms |
Sequential Read 128k (clear cache) | 387.91 MiB/s | 0 MiB/s | 2.58 ms | 7.70 ms |
Sequential Write 128k | 0 MiB/s | 115.22 MiB/s | 3.79 ms | 14.21 ms |
Memory allocation and transfer speed.
Test Name | total_time | transfer_rate | operations_rate |
---|---|---|---|
Read | 9.56 s | 20.92 GiB/sec | 21939841 ops/sec |
Read 1MB | 6.25 s | 159.93 GiB/sec | 163772 ops/sec |
Write | 22.32 s | 4.48 GiB/sec | 4698621 ops/sec |
Write 1MB | 13.26 s | 30.17 GiB/sec | 30898 ops/sec |