Skip to content

Instantly share code, notes, and snippets.

@bketelsen
Created December 20, 2016 22:01
Show Gist options
  • Save bketelsen/87e539c8126b453a0995be73e2e754c6 to your computer and use it in GitHub Desktop.
Save bketelsen/87e539c8126b453a0995be73e2e754c6 to your computer and use it in GitHub Desktop.
go1.7.4 v 1.8beta2 real world app test
1.7.4
bketelsen@dune:[~] echo "GET http://dev.brianketelsen.com:3000/" | vegeta attack -duration=10s | tee results.bin | vegeta report
Requests [total, rate] 500, 50.10
Duration [total, attack, wait] 10.0324512s, 9.9799993s, 52.4519ms
Latencies [mean, 50, 95, 99, max] 48.393322ms, 46.8469ms, 56.0995ms, 61.5624ms, 90.1626ms
Bytes In [total, mean] 2918000, 5836.00
Bytes Out [total, mean] 0, 0.00
Success [ratio] 100.00%
Status Codes [code:count] 200:500
Error Set:
bketelsen@dune:[~] echo "GET http://dev.brianketelsen.com:3000/" | vegeta attack -duration=10s | tee results.bin | vegeta report
Requests [total, rate] 500, 50.10
Duration [total, attack, wait] 10.0241081s, 9.9799986s, 44.1095ms
Latencies [mean, 50, 95, 99, max] 49.195076ms, 49.12ms, 54.7378ms, 81.9053ms, 104.5152ms
Bytes In [total, mean] 2918000, 5836.00
Bytes Out [total, mean] 0, 0.00
Success [ratio] 100.00%
Status Codes [code:count] 200:500
Error Set:
bketelsen@dune:[~] echo "GET http://dev.brianketelsen.com:3000/" | vegeta attack -duration=10s | tee results.bin | vegeta report
Requests [total, rate] 500, 50.10
Duration [total, attack, wait] 10.025026s, 9.9799996s, 45.0264ms
Latencies [mean, 50, 95, 99, max] 48.84789ms, 48.1997ms, 54.8572ms, 76.1747ms, 95.6153ms
Bytes In [total, mean] 2918000, 5836.00
Bytes Out [total, mean] 0, 0.00
Success [ratio] 100.00%
Status Codes [code:count] 200:500
Error Set:
bketelsen@dune:[~] #go1.8beta2
bketelsen@dune:[~] echo "GET http://dev.brianketelsen.com:3000/" | vegeta attack -duration=10s | tee results.bin | vegeta report
Requests [total, rate] 500, 50.10
Duration [total, attack, wait] 10.025267s, 9.9799993s, 45.2677ms
Latencies [mean, 50, 95, 99, max] 47.644983ms, 46.148ms, 54.3462ms, 64.2738ms, 94.7295ms
Bytes In [total, mean] 2918000, 5836.00
Bytes Out [total, mean] 0, 0.00
Success [ratio] 100.00%
Status Codes [code:count] 200:500
Error Set:
bketelsen@dune:[~] echo "GET http://dev.brianketelsen.com:3000/" | vegeta attack -duration=10s | tee results.bin | vegeta report
Requests [total, rate] 500, 50.10
Duration [total, attack, wait] 10.0309316s, 9.9799993s, 50.9323ms
Latencies [mean, 50, 95, 99, max] 48.45532ms, 47.9215ms, 55.3459ms, 84.1394ms, 94.4635ms
Bytes In [total, mean] 2918000, 5836.00
Bytes Out [total, mean] 0, 0.00
Success [ratio] 100.00%
Status Codes [code:count] 200:500
Error Set:
bketelsen@dune:[~] echo "GET http://dev.brianketelsen.com:3000/" | vegeta attack -duration=10s | tee results.bin | vegeta report
Requests [total, rate] 500, 50.10
Duration [total, attack, wait] 10.0294159s, 9.9799996s, 49.4163ms
Latencies [mean, 50, 95, 99, max] 48.026556ms, 47.805ms, 54.1422ms, 70.075ms, 91.6581ms
Bytes In [total, mean] 2918000, 5836.00
Bytes Out [total, mean] 0, 0.00
Success [ratio] 100.00%
Status Codes [code:count] 200:500
Error Set:
@niranjan92
Copy link

I was hoping lower 95 and 99 percentile latencies and they seem to increase in 1.8. Did you try latest 1.8 RC3?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment