https://github.com/tsenart/vegeta/releases
wget https://github.com/tsenart/vegeta/releases/download/v12.8.4/vegeta_12.8.4_linux_amd64.tar.gz
tar xfz vegeta_12.8.4_linux_amd64.tar.gz
mv vegeta /usr/bin/vegeta
echo "GET http://httpbin.org/get" | vegeta attack -duration=5s -rate=5 | vegeta report --type=text
Chúng ta thực hiện “attack” (a.k.a load test) httpbin servers với 5 requests trên second trong vòng 5 seconds
Nói thêm 1 chút về grafana
https://geshan.com.np/blog/2020/09/vegeta-load-testing-primer-with-examples/