Skip to content

Instantly share code, notes, and snippets.

@katopz
Created June 23, 2017 04:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save katopz/5fba46e9e8755cec951af1e85fae0ec5 to your computer and use it in GitHub Desktop.
Save katopz/5fba46e9e8755cec951af1e85fae0ec5 to your computer and use it in GitHub Desktop.
Docker Apache bench as pretty JSON

Grab only json result

docker run -it --rm -t devth/alpine-bench -n3 -v2 http://google.com/ | jq -R 'fromjson?' 1>./test/speed-https-jamplay-world.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment