| Provider | Plan | Cost per month | Disk space (GB) | Memory (GB) | Num Cores |
|---|---|---|---|---|---|
| Server Optima | AMD EPYC 9554 Plan 7 | $87.00 | 500 | 32.0 | 12 |
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.65 ms | 0.67 ms | 18525 ops/sec |
| Single Thread | 30.00 s | 0.65 ms | 0.67 ms | 1546 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) | 301.72 MiB/s | 0 MiB/s | 0.15 ms | 0.20 ms |
| Random Read-Write 4k | 76.71 MiB/s | 51.14 MiB/s | 0.16 ms | 0.37 ms |
| Random Write 4k | 0 MiB/s | 91.43 MiB/s | 0.22 ms | 0.73 ms |
| Sequential Read 128k (clear cache) | 2699 MiB/s | 0 MiB/s | 0.55 ms | 0.97 ms |
| Sequential Write 128k | 0 MiB/s | 3397 MiB/s | 0.19 ms | 0.48 ms |
Memory allocation and transfer speed.
| Test Name | total_time | transfer_rate | operations_rate |
|---|---|---|---|
| Read | 4.09 s | 48.85 GiB/sec | 51222482 ops/sec |
| Read 1MB | 1.68 s | 594.81 GiB/sec | 609081 ops/sec |
| Write | 20.42 s | 4.90 GiB/sec | 5133678 ops/sec |
| Write 1MB | 16.28 s | 24.57 GiB/sec | 25164 ops/sec |