Provider | Plan | Cost per month | Disk space (GB) | Memory (GB) | Num Cores |
---|---|---|---|---|---|
Scaleway | Pro X64-15GB | 24.99€ | 200 | 15.0 | 6 |
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.33 ms | 3.96 ms | 1802 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 | 5517 MiB/s | 0 MiB/s | 0 ms | 0.01 ms |
Random Read-Write 4k | 2.29 MiB/s | 1.53 MiB/s | 2.69 ms | 9.39 ms |
Random Write 4k | 0 MiB/s | 2.41 MiB/s | 4.26 ms | 11.45 ms |
Sequential Read | 6699 MiB/s | 0 MiB/s | 0 ms | 0.01 ms |
Sequential Write | 0 MiB/s | 10.11 MiB/s | 1.02 ms | 1.67 ms |
Memory allocation and transfer speed.
Test Name | total_time | transfer_rate | operations_rate |
---|---|---|---|
Read | 10.09 s | 19.82 GiB/sec | 20780684 ops/sec |
Write | 11.73 s | 8.52 GiB/sec | 8931358 ops/sec |