Web Performance: Difference between revisions
From Federal Burro of Information
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
apache benchmark ( "ab" ), pummel a single url over and over again. | 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. | vegeta is another tool for web performance testing. |
Revision as of 19:24, 14 January 2021
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
web services
advanced / commercial
- FIXME