A minimal Docker image based on Ubuntu 22.04 for benchmarking CPU performance using sysbench.
1.4K
A minimal Docker image based on Ubuntu 22.04 for benchmarking CPU performance using sysbench.
Base image: ubuntu:22.04
Benchmark tool: sysbench
Default command: Runs a CPU test using 2 threads.
Run the container to execute a CPU benchmark test:
docker run --rm nomansadiq11/cpu-benchmark
You can customize the sysbench parameters by overriding the default CMD:
docker run --rm nomansadiq11/cpu-benchmark sysbench cpu --threads=4 --time=30 run
CPU speed:
events per second: 12345.67
Change the number of threads to simulate different CPU loads:
docker run --rm nomansadiq11/cpu-benchmark sysbench cpu --threads=8 run
https://github.com/nomansadiq11/cpu-benchmark
Content type
Image
Digest
sha256:f94fe140d…
Size
31 MB
Last updated
over 1 year ago
docker pull nomansadiq11/cpu-benchmark