Provider | Plan | Cost per month | Disk space (GB) | Memory (GB) | Num Cores |
---|---|---|---|---|---|
Kamatera | General 8GB 4 cores | $90.00 | 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.46 ms | 2.91 ms | 1624 ops/sec |
Single Thread | 30.00 s | 2.42 ms | 2.86 ms | 413.58 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 | 120.05 MiB/s | 0 MiB/s | 0.13 ms | 0.30 ms |
Random Read-Write 4k | 33.76 MiB/s | 22.51 MiB/s | 0.12 ms | 0.42 ms |
Random Write 4k | 0 MiB/s | 60.30 MiB/s | 0.11 ms | 0.40 ms |
Sequential Read | 613.38 MiB/s | 0 MiB/s | 0.02 ms | 0.15 ms |
Sequential Read 128k | 1064 MiB/s | 0 MiB/s | 0.47 ms | 1.03 ms |
Sequential Write | 0 MiB/s | 476.39 MiB/s | 0.01 ms | 0.01 ms |
Sequential Write 128k | 0 MiB/s | 696.11 MiB/s | 0.31 ms | 0.27 ms |
Memory allocation and transfer speed.
Test Name | total_time | transfer_rate | operations_rate |
---|---|---|---|
Read | 9.57 s | 20.90 GiB/sec | 21911408 ops/sec |
Read 1MB | 12.01 s | 83.29 GiB/sec | 85284 ops/sec |
Write | 21.88 s | 4.57 GiB/sec | 4791740 ops/sec |
Write 1MB | 10.30 s | 38.82 GiB/sec | 39750 ops/sec |