darkwind8/goping

By darkwind8

Updated almost 3 years ago

Script to query url N times simultaneously

Image
0

56

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

Docker Pull Command

docker pull darkwind8/goping