| Provider | Plan | Cost per month | Disk space (GB) | Memory (GB) | Num Cores |
|---|---|---|---|---|---|
| Nobull Networks | P10 Performance VPS | $8.00 | 25 | 2.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 | 1.65 ms | 3.43 ms | 2416 ops/sec |
| Single Thread | 30.00 s | 0.41 ms | 0.42 ms | 2417 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) | 442.48 MiB/s | 0 MiB/s | 0.04 ms | 0.06 ms |
| Random Read-Write 4k | 83.28 MiB/s | 55.52 MiB/s | 0.05 ms | 0.11 ms |
| Random Write 4k | 0 MiB/s | 123.79 MiB/s | 0.06 ms | 0.13 ms |
| Sequential Read 128k (clear cache) | 4750 MiB/s | 0 MiB/s | 0.10 ms | 0.02 ms |
| Sequential Write 128k | 0 MiB/s | 1843 MiB/s | 0.12 ms | 0.35 ms |
Memory allocation and transfer speed.
| Test Name | total_time | transfer_rate | operations_rate |
|---|---|---|---|
| Read | 18.99 s | 10.53 GiB/sec | 11043794 ops/sec |
| Read 1MB | 9.38 s | 106.56 GiB/sec | 109117 ops/sec |
| Write | 10.95 s | 9.13 GiB/sec | 9576299 ops/sec |
| Write 1MB | 9.73 s | 41.10 GiB/sec | 42084 ops/sec |