Provider | Plan | Cost per month | Disk space (GB) | Memory (GB) | Num Cores |
---|---|---|---|---|---|
Vultr | High Frequency 1GB | $6.00 | 32 | 1.0 | 1 |
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 | 8.55 ms | 16.71 ms | 467.14 ops/sec |
Single Thread | 30.00 s | 2.12 ms | 2.66 ms | 471.74 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 | 119.43 MiB/s | 0 MiB/s | 0.13 ms | 0.19 ms |
Random Read-Write 4k | 40.67 MiB/s | 27.12 MiB/s | 0.10 ms | 0.21 ms |
Random Write 4k | 0 MiB/s | 86.43 MiB/s | 0.08 ms | 0.21 ms |
Sequential Read | 565.26 MiB/s | 0 MiB/s | 0.03 ms | 0.22 ms |
Sequential Write | 0 MiB/s | 171.31 MiB/s | 0.04 ms | 0.10 ms |
Memory allocation and transfer speed.
Test Name | total_time | transfer_rate | operations_rate |
---|---|---|---|
Read | 30.00 s | 5.93 GiB/sec | 6216928 ops/sec |
Write | 21.16 s | 4.72 GiB/sec | 4954074 ops/sec |