Using Vegeta for Load Testing with Custom Parameters
-cpus=10
-timeout=10
-f targets.txt
targets.txt
GET http://goku:9090/path/to/dragon?item=balls
GET http://user:password@goku:9090/path/to
HEAD http://goku:9090/path/to/success
結果の表示
cat result.bin | vegeta plot > result_plot.html
動画や画像の取得先
チューニング
ファイルディスクリプタ: sudo sh -c 'ulimit -n 65535 && vegeta ...'