Drill is an HTTP load testing application written in Rust
190
https://github.com/fcsonline/drill
cat ~/drill/test.yml
concurrency: 4
base: 'http://localhost:9000'
iterations: 5
rampup: 2
plan:
- name: Fetch users
request:
url: /api/users.json
docker run --rm -v ~/drill:/drill mksvdmtr/drill:latest --benchmark /drill/test.yml --stats
Content type
-
Digest
Size
48 MB
Last updated
about 4 years ago
docker pull mksvdmtr/drill