💾 Archived View for freeshell.de › tldr › vegeta.gmi captured on 2023-07-10 at 15:02:27. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-04-28)

-=-=-=-=-=-=-

vegeta

A command-line utility and a library for HTTP load testing.
See also `ab`.

More information.

echo "{GET https://example.com}" | vegeta attack -duration={30s}
echo "{GET https://example.com}" | vegeta attack -insecure -duration={30s}
echo "{GET https://example.com}" | vegeta attack -duration={30s} -rate={10}
echo "{GET https://example.com}" | vegeta attack -duration={30s} | vegeta report
echo "{GET https://example.com}" | vegeta attack -duration={30s} | vegeta plot > {path/to/results.html}
vegeta attack -duration={30s} -targets={requests.txt} | vegeta report
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY