问题
我正在使用以下目标文件
GET https://foo.bar.com
GET https://bar.foo.com
GET https://zoo.lander.com
然后发出
vegeta attack -targets=targetsFile -duration=2s | tee results.bin | vegeta report
然后我得到一个汇总报告,例如:
Requests [total, rate, throughput] 100, 50.57, 24.76
Duration [total, attack, wait] 3.837s, 1.978s, 1.859s
Latencies [min, mean, 50, 90, 95, 99, max] 156.862ms, 583.523ms, 417.547ms, 832.023ms, 1.114s, 2.816s, 3.677s
Bytes In [total, mean] 20643, 206.43
Bytes Out [total, mean] 0, 0.00
Success [ratio] 95.00%
Status Codes [code:count] 200:95 404:5
Error Set:
404 Not Found
有没有办法获得每个目标的不同报告(可能还有情节)?我必须拆分目标吗?