Provider | Plan | Cost per month | Disk space (GB) | Memory (GB) | Num Cores |
---|---|---|---|---|---|
Genesis Public Cloud | w6as.xlarge | $41.00 | 50 | 4.0 | 2 |
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 | 3.20 ms | 9.56 ms | 1247 ops/sec |
Single Thread | 30.00 s | 1.64 ms | 1.86 ms | 608.40 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.
Test Name | read_transfer_rate | write_transfer_rate | avg_latency | p95_latency |
---|---|---|---|---|
Random Read 4k | 195.05 MiB/s | 0 MiB/s | 0.08 ms | 0.15 ms |
Random Read-Write 4k | 54.02 MiB/s | 36.01 MiB/s | 0.08 ms | 0.22 ms |
Random Write 4k | 0 MiB/s | 86.32 MiB/s | 0.08 ms | 0.27 ms |
Sequential Read | 852.04 MiB/s | 0 MiB/s | 0.02 ms | 0.15 ms |
Sequential Write | 0 MiB/s | 178.55 MiB/s | 0.04 ms | 0.06 ms |
Memory allocation and transfer speed.
Test Name | total_time | transfer_rate | operations_rate |
---|---|---|---|
Read | 22.97 s | 8.71 GiB/sec | 9129158 ops/sec |
Read 1MB | 11.21 s | 89.17 GiB/sec | 91313 ops/sec |
Write | 28.93 s | 3.46 GiB/sec | 3624956 ops/sec |
Write 1MB | 22.39 s | 17.86 GiB/sec | 18293 ops/sec |