This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Shoot off 300 requests at the server, with a concurrency level of 10, to test the number of requests it can handle per second | |
# -p POST | |
# -H Authentication headers | |
# -T Content-Type | |
# -c Concurrent clients | |
# -n Number of requests to run | |
# -l Accept variable document length | |
# -k Connection keep-alive | |
# -v Verbosity level |