vegeta

Un utilitaire de ligne de commande et une bibliothèque pour les tests de charge HTTP. Voir aussi ab. Plus d'informations : https://github.com/tsenart/vegeta.

echo "{{GET https://exemple.com}}" | vegeta attack -duration={{30s}}

echo "{{GET https://exemple.com}}" | vegeta attack -insecure -duration={{30s}}

echo "{{GET https://exemple.com}}" | vegeta attack -duration={{30s}} -rate={{10}}

echo "{{GET https://exemple.com}}" | vegeta attack -duration={{30s}} | vegeta report

echo "{{GET https://exemple.com}}" | vegeta attack -duration={{30s}} | vegeta plot > {{chemin/au/results.html}}

vegeta attack -duration={{30s}} -targets={{requetes.txt}} | vegeta report