Provider | Plan | Cost per month | Disk space (GB) | Memory (GB) | Num Cores |
---|---|---|---|---|---|
ScalaHosting | Build #3 | $95.95 | 160 | 16.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.00 s | 2.68 ms | 3.30 ms | 2978 ops/sec |
Single Thread | 30.00 s | 2.63 ms | 2.76 ms | 380.05 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 (validate opt) | 286.69 MiB/s | 0 MiB/s | 0.11 ms | 0.24 ms |
Random Read-Write 4k | 57.29 MiB/s | 38.19 MiB/s | 0.14 ms | 0.41 ms |
Random Write 4k | 0 MiB/s | 98.06 MiB/s | 0.14 ms | 0.40 ms |
Sequential Read 128k (validate opt) | 1370 MiB/s | 0 MiB/s | 0.73 ms | 0.99 ms |
Sequential Write 128k | 0 MiB/s | 1489 MiB/s | 0.29 ms | 0.83 ms |
Memory allocation and transfer speed.
Test Name | total_time | transfer_rate | operations_rate |
---|---|---|---|
Read | 8.54 s | 23.41 GiB/sec | 24549631 ops/sec |
Read 1MB | 6.26 s | 159.59 GiB/sec | 163421 ops/sec |
Write | 14.28 s | 7.00 GiB/sec | 7344424 ops/sec |
Write 1MB | 8.09 s | 49.42 GiB/sec | 50604 ops/sec |