Skip to content

Instantly share code, notes, and snippets.

@oviniciusfeitosa
Created May 13, 2020 16:13
Show Gist options
  • Save oviniciusfeitosa/211e4b1ffed4ee508867f2afd5cf3670 to your computer and use it in GitHub Desktop.
Save oviniciusfeitosa/211e4b1ffed4ee508867f2afd5cf3670 to your computer and use it in GitHub Desktop.
Stress test.md
sudo apt-get install apache2-dev
# or yum install httpd-tools
ab -n 9999 -c 333 http://localhost:80/

(9999 nr re requisições)
(333 quantidade de vezes)
```sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment