Web Performance: Difference between revisions

From Federal Burro of Information
Jump to navigationJump to search
No edit summary
Line 7: Line 7:


  try this replacement for ab "hay" https://github.com/rakyll/hey.
  try this replacement for ab "hay" https://github.com/rakyll/hey.
vegeta is another tool for web performance testing.


Seige
Seige

Revision as of 17:49, 10 January 2020

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.


Seige http://www.serverwatch.com/tutorials/article.php/3936526/Load-Testing-and-Benchmarking-With-Siege.htm

twill http://twill.idyll.org/examples.html

  • can login, clikc stuff.

web services

advanced / commercial

  • FIXME