Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Webserver stress test tool

Options
  • 15-09-2004 3:37pm
    #1
    Closed Accounts Posts: 25


    anyone know of a free webserver stress test tool?


Comments

  • Closed Accounts Posts: 304 ✭✭Zaltais


    What OS?

    Siege on *nix is good. (you can test windows servers, but you need to run it on *nix.)

    Paessler do a 'demo' version of 'Web Server Stress Tool' (Windows) that's pretty, but unfortunately it's limited.

    And believe it or not Microsoft actually do a free one.


  • Registered Users Posts: 3,886 ✭✭✭cgarvey


    The Apache httpd (windows and linux) comes with apachebench, which is handy for multithreaded straight forward page requests (not useful for testing web applications/navigation paths/page logic/etc.).

    .cg


  • Registered Users Posts: 944 ✭✭✭nahdoic


    apache bench is great

    but do bear in mind it is only a stress test it does not simulate real user behaviour. So although with apache bench your webserver may be able to handle 800 requests a second, it doesn't mean in the real world your server will be able to satisfy that amount of visitor requests a second.

    A real visitior takes longer to load, and ties up the processes for longers, and take more, just a note for when you are testing. I'm sure there are all sorts of extra variables you can set to simulate the behaviour even better.

    Just a word of warning :)


Advertisement