Provider | Plan | Cost per month | Disk space (GB) | Memory (GB) | Num Cores |
---|---|---|---|---|---|
Togglebox | 20GB 10cores | $104.05 | 200 | 20.0 | 10 |
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.71 ms | 3.30 ms | 3686 ops/sec |
Single Thread | 30.00 s | 2.38 ms | 2.39 ms | 420.18 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) | 118.89 MiB/s | 0 MiB/s | 0.33 ms | 0.65 ms |
Random Read-Write 4k | 32 MiB/s | 21.33 MiB/s | 0.32 ms | 1.16 ms |
Random Write 4k | 0 MiB/s | 57.74 MiB/s | 0.30 ms | 1.18 ms |
Sequential Read 128k (clear cache) | 599 MiB/s | 0 MiB/s | 2.08 ms | 3.68 ms |
Sequential Write 128k | 0 MiB/s | 1086 MiB/s | 0.50 ms | 1.86 ms |
Memory allocation and transfer speed.
Test Name | total_time | transfer_rate | operations_rate |
---|---|---|---|
Read | 4.33 s | 46.16 GiB/sec | 48397978 ops/sec |
Read 1MB | 6.32 s | 158.18 GiB/sec | 161979 ops/sec |
Write | 10.11 s | 9.89 GiB/sec | 10367229 ops/sec |
Write 1MB | 5.67 s | 70.57 GiB/sec | 72259 ops/sec |