| Provider | Plan | Cost per month | Disk space (GB) | Memory (GB) | Num Cores |
|---|---|---|---|---|---|
| 0ping.eu | #40Gbps-NVMe-1 | 14.00€ | 120 | 8.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 | 1.07 ms | 2.57 ms | 3745 ops/sec |
| Single Thread | 30.00 s | 0.53 ms | 0.56 ms | 1877 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) | 169.66 MiB/s | 0 MiB/s | 0.09 ms | 0.13 ms |
| Random Read-Write 4k | 6.67 MiB/s | 4.45 MiB/s | 0.62 ms | 2.30 ms |
| Random Write 4k | 0 MiB/s | 7.22 MiB/s | 0.95 ms | 3.30 ms |
| Sequential Read 128k (clear cache) | 2655 MiB/s | 0 MiB/s | 0.19 ms | 0.31 ms |
| Sequential Write 128k | 0 MiB/s | 657.95 MiB/s | 0.33 ms | 1.25 ms |
Memory allocation and transfer speed.
| Test Name | total_time | transfer_rate | operations_rate |
|---|---|---|---|
| Read | 17.50 s | 11.43 GiB/sec | 11982569 ops/sec |
| Read 1MB | 8.79 s | 113.77 GiB/sec | 116499 ops/sec |
| Write | 17.00 s | 5.88 GiB/sec | 6167310 ops/sec |
| Write 1MB | 21.37 s | 18.72 GiB/sec | 19166 ops/sec |