| Provider | Plan | Cost per month | Disk space (GB) | Memory (GB) | Num Cores |
|---|---|---|---|---|---|
| Vultr | VX1 GP 2C 8G 120S | $55.48 | 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 | 2.01 ms | 3.02 ms | 1990 ops/sec |
| Single Thread | 30 s | 0.53 ms | 0.54 ms | 1892 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) | 264.76 MiB/s | 0 MiB/s | 0.06 ms | 0.08 ms |
| Random Read-Write 4k | 115.10 MiB/s | 76.73 MiB/s | 0.04 ms | 0.08 ms |
| Random Write 4k | 0 MiB/s | 248.20 MiB/s | 0.03 ms | 0.07 ms |
| Sequential Read 128k (clear cache) | 7212 MiB/s | 0 MiB/s | 0.07 ms | 0.40 ms |
| Sequential Write 128k | 0 MiB/s | 3883 MiB/s | 0.06 ms | 0.04 ms |
Memory allocation and transfer speed.
| Test Name | total_time | transfer_rate | operations_rate |
|---|---|---|---|
| Read | 13.37 s | 14.96 GiB/sec | 15686408 ops/sec |
| Read 1MB | 9.86 s | 101.44 GiB/sec | 103875 ops/sec |
| Write | 7.78 s | 12.84 GiB/sec | 13468221 ops/sec |
| Write 1MB | 12.46 s | 32.09 GiB/sec | 32860 ops/sec |