| Provider | Plan | Cost per month | Disk space (GB) | Memory (GB) | Num Cores |
|---|---|---|---|---|---|
| Nobull Networks | Core 4X VPS | $29.99 | 120 | 4.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 | 0.39 ms | 0.39 ms | 10294 ops/sec |
| Single Thread | 30.00 s | 0.38 ms | 0.39 ms | 2597 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) | 1072 MiB/s | 0 MiB/s | 0.01 ms | 0.03 ms |
| Random Read-Write 4k | 128.76 MiB/s | 85.84 MiB/s | 0.03 ms | 0.09 ms |
| Random Write 4k | 0 MiB/s | 169.73 MiB/s | 0.04 ms | 0.12 ms |
| Sequential Read 128k (clear cache) | 10745 MiB/s | 0 MiB/s | 0.05 ms | 0.08 ms |
| Sequential Write 128k | 0 MiB/s | 2440 MiB/s | 0.09 ms | 0.12 ms |
Memory allocation and transfer speed.
| Test Name | total_time | transfer_rate | operations_rate |
|---|---|---|---|
| Read | 4.79 s | 41.74 GiB/sec | 43766498 ops/sec |
| Read 1MB | 2.42 s | 412.83 GiB/sec | 422736 ops/sec |
| Write | 3.18 s | 31.45 GiB/sec | 32979150 ops/sec |
| Write 1MB | 12.63 s | 31.67 GiB/sec | 32433 ops/sec |