Provider | Plan | Cost per month | Disk space (GB) | Memory (GB) | Num Cores |
---|---|---|---|---|---|
Klikk | 2GB 1 core | 12.73€ | 25 | 2.0 | 1 |
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 | 6.25 ms | 13.70 ms | 639.23 ops/sec |
Single Thread | 30.00 s | 1.57 ms | 1.61 ms | 636.10 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 | 330.87 MiB/s | 0 MiB/s | 0.05 ms | 0.07 ms |
Random Read 4k (validate opt) | 370.07 MiB/s | 0 MiB/s | 0.04 ms | 0.06 ms |
Random Read-Write 4k | 85.52 MiB/s | 57.01 MiB/s | 0.05 ms | 0.10 ms |
Random Write 4k | 0 MiB/s | 159.79 MiB/s | 0.04 ms | 0.11 ms |
Sequential Read 128k | 1869 MiB/s | 0 MiB/s | 0.27 ms | 0.29 ms |
Sequential Read 128k (validate opt) | 1907 MiB/s | 0 MiB/s | 0.26 ms | 0.29 ms |
Sequential Write 128k | 0 MiB/s | 1308 MiB/s | 0.17 ms | 0.09 ms |
Memory allocation and transfer speed.
Test Name | total_time | transfer_rate | operations_rate |
---|---|---|---|
Read | 30.00 s | 6.39 GiB/sec | 6701544 ops/sec |
Read 1MB | 21.54 s | 46.43 GiB/sec | 47539 ops/sec |
Write | 18.62 s | 5.37 GiB/sec | 5630804 ops/sec |
Write 1MB | 19.32 s | 20.71 GiB/sec | 21204 ops/sec |