Skip to content

Instantly share code, notes, and snippets.

@roman0x58
Created November 16, 2017 09:37
Show Gist options
  • Save roman0x58/5d8c3b23051de3e3c159f7c358b1ef3c to your computer and use it in GitHub Desktop.
Save roman0x58/5d8c3b23051de3e3c159f7c358b1ef3c to your computer and use it in GitHub Desktop.
seq
seq 10000 | parallel -n0 -j100 "curl -s --header "Connection: keep-alive" "http://localhost:9000" > /dev/null"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment