Web Performance
From Federal Burro of Information
Jump to navigationJump to search
local tools
simple
apache benchmark ( "ab" ), pummel a single url over and over again.
try this replacement for ab "hay" https://github.com/rakyll/hey.
vegeta is another tool for web performance testing.
twill http://twill.idyll.org/examples.html
- can login, clikc stuff.
- The USE Method
- http://www.brendangregg.com/usemethod.html
Apache Benchmark example
ab -n 10000 -c 200 -H 'Accept: application/json' \ -H 'x-api-key: XXX' \ 'https://192.168.0.23/routes/recipes?origin=YYZ&destination=BOS'
web services
advanced / commercial
- FIXME