vegeta

HTTP 부하 테스트를 위한 명령줄 도구 및 라이브러리. 같이 보기: ab. 더 많은 정보: https://github.com/tsenart/vegeta.

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 > {{경로/대상/결과.html}}

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