Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 457 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 457 Bytes

ioping-docker

Alpine based docker image containing the koct9i/ioping latency measuring tool.

To run an ioping test in the current working directory, simply run:

$ docker run -v $(pwd):/data elenz/ioping-docker:latest .

Use common ioping parameters for configuration. For example, run a test with rapid direct I/O for 5 seconds:

$ docker run -v $(pwd):/data elenz/ioping-docker:latest -DR -w 5 /my-volume