Script to query url N times simultaneously
10K+
description:
the image contains golang script to make efficient amount of http/https requests to the same url N times at the same time
it can be useful for performance testing
github: https://github.com/darklab8/darklab_goping
how to run:
docker run darkwind8/goping:v0.0.3 --url="https://httpbin.org/ip" --n=2
docker run darkwind8/goping:v0.0.3 --url="http://localhost:8080" --n=100
Content type
Image
Digest
Size
6 MB
Last updated
over 4 years ago
docker pull darkwind8/goping