This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo "GET http://localhost:8080/foo" | vegeta attack -duration=5s | tee results.bin | vegeta report | |
# Vert.x | |
Requests [total, rate] 250, 50.20 | |
Duration [total, attack, wait] 4.982574217s, 4.980034967s, 2.53925ms | |
Latencies [mean, 50, 95, 99, max] 2.887619ms, 2.852304ms, 3.541659ms, 5.610393ms, 9.278688ms | |
Bytes In [total, mean] 1500, 6.00 | |
Bytes Out [total, mean] 0, 0.00 | |
Success [ratio] 100.00% | |
Status Codes [code:count] 200:250 | |
Error Set: | |
# Micronaut | |
Requests [total, rate] 250, 50.20 | |
Duration [total, attack, wait] 4.990082143s, 4.980030052s, 10.052091ms | |
Latencies [mean, 50, 95, 99, max] 14.153892ms, 7.936738ms, 20.802832ms, 211.042112ms, 251.391804ms | |
Bytes In [total, mean] 1500, 6.00 | |
Bytes Out [total, mean] 0, 0.00 | |
Success [ratio] 100.00% | |
Status Codes [code:count] 200:250 | |
Error Set: | |
# Spring | |
Requests [total, rate] 250, 50.20 | |
Duration [total, attack, wait] 4.985835552s, 4.980017413s, 5.818139ms | |
Latencies [mean, 50, 95, 99, max] 11.677891ms, 5.721315ms, 12.501951ms, 212.194922ms, 247.364132ms | |
Bytes In [total, mean] 1500, 6.00 | |
Bytes Out [total, mean] 0, 0.00 | |
Success [ratio] 100.00% | |
Status Codes [code:count] 200:250 | |
Error Set: | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment