Provider | Plan | Cost per month | Disk space (GB) | Memory (GB) | Num Cores |
---|---|---|---|---|---|
Nobull Networks | AMD EPYC KVM 6G rev1 | $31.99 | 100 | 6.0 | 3 |
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 | 0.55 ms | 2.43 ms | 7217 ops/sec |
Single Thread | 30.00 s | 0.42 ms | 0.42 ms | 2401 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) | 1005 MiB/s | 0 MiB/s | 0.02 ms | 0.03 ms |
Random Read-Write 4k | 12.38 MiB/s | 8.26 MiB/s | 0.33 ms | 1.27 ms |
Random Write 4k | 0 MiB/s | 11.63 MiB/s | 0.59 ms | 2.03 ms |
Sequential Read 128k (clear cache) | 5195 MiB/s | 0 MiB/s | 0.10 ms | 0.19 ms |
Sequential Write 128k | 0 MiB/s | 237.59 MiB/s | 0.92 ms | 0.90 ms |
Memory allocation and transfer speed.
Test Name | total_time | transfer_rate | operations_rate |
---|---|---|---|
Read | 8.96 s | 22.32 GiB/sec | 23402736 ops/sec |
Read 1MB | 4.85 s | 206.07 GiB/sec | 211013 ops/sec |
Write | 4.57 s | 21.86 GiB/sec | 22923768 ops/sec |
Write 1MB | 20.69 s | 19.33 GiB/sec | 19795 ops/sec |