Provider | Plan | Cost per month | Disk space (GB) | Memory (GB) | Num Cores |
---|---|---|---|---|---|
IDrive Compute | Shared 4 cores 8GB (Off rankings) | $40.00 | 160 | 8.0 | 4 |
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.59 ms | 1.61 ms | 2521 ops/sec |
Single Thread | 30.00 s | 1.59 ms | 1.61 ms | 630.09 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 | 232.41 MiB/s | 0 MiB/s | 0.07 ms | 0.17 ms |
Random Read-Write 4k | 76.79 MiB/s | 51.19 MiB/s | 0.05 ms | 0.19 ms |
Random Write 4k | 0 MiB/s | 102.92 MiB/s | 0.07 ms | 0.23 ms |
Sequential Read | 1065 MiB/s | 0 MiB/s | 0.01 ms | 0.13 ms |
Sequential Read 128k | 1052 MiB/s | 0 MiB/s | 0.47 ms | 0.70 ms |
Sequential Write | 0 MiB/s | 921.48 MiB/s | 0.01 ms | 0.01 ms |
Sequential Write 128k | 0 MiB/s | 1687 MiB/s | 0.13 ms | 0.24 ms |
Memory allocation and transfer speed.
Test Name | total_time | transfer_rate | operations_rate |
---|---|---|---|
Read | 10.78 s | 18.55 GiB/sec | 19448871 ops/sec |
Read 1MB | 5.77 s | 173.31 GiB/sec | 177469 ops/sec |
Write | 14.57 s | 6.86 GiB/sec | 7195883 ops/sec |
Write 1MB | 19.05 s | 21.00 GiB/sec | 21502 ops/sec |