Skip to content

Instantly share code, notes, and snippets.

@4np
Created February 1, 2017 10:25
Show Gist options
  • Save 4np/43f6205786489e04de8a1bdb965993a9 to your computer and use it in GitHub Desktop.
Save 4np/43f6205786489e04de8a1bdb965993a9 to your computer and use it in GitHub Desktop.
Load Testing
# 100 connections, 10 second duration, 4 threads
wrk -c 100 -d 10 -t 4 http://localhost:8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment