Tilted Forum Project Discussion Community  

Go Back   Tilted Forum Project Discussion Community > Interests > Tilted Technology


 
 
LinkBack Thread Tools
Old 06-17-2004, 08:02 AM   #1 (permalink)
Banned from being Banned
 
Location: Donkey
Stress testing web apps

I want to break my web app.

The most crucial parts that people access the most... I wanna slam the hell out of them with 400+ users/requests a second if possible. That way I can find the slowest parts of the app, optimize it, and move on.

In otherwords, I'd like to simulate a slashdotting on my own machine.

I've never really had much experience with stress testing, so does anyone know of any *good* programs/tools that would let me do this?
__________________
I love lamp.
Stompy is offline  
Old 06-17-2004, 08:13 AM   #2 (permalink)
Crazy
 
Location: Salt Town, UT
Apache flood

The apache flood project has exactly what you want. You can set up different actors to take different scripts on the page, if your page uses sessions or anything like that, you can setup regex's to pickup the sessionid's and use them on the rest of the site.

It also allows you to install flood on multiple machines, and run a distributed flood system, with the primary flood process bringing back all of the timing info.

http://httpd.apache.org/test/flood/
Rawb is offline  
Old 06-17-2004, 06:38 PM   #3 (permalink)
Banned from being Banned
 
Location: Donkey
Thank you much! I will give that a try
__________________
I love lamp.
Stompy is offline  
Old 06-18-2004, 06:20 AM   #4 (permalink)
Banned from being Banned
 
Location: Donkey
Hm, no go on this. It doesn't compile for some reason.

As the site states, I did:

./buildconf
./configure --disable-shared
make all

Fails on syntax errors within the flood_net.h file around the "apr_pollfd_t" statement.

I did a ./configure && make all on the apr folder, it did it's thing.. retried the flood compile.. same error.

Any ideas?
__________________
I love lamp.
Stompy is offline  
Old 06-28-2004, 06:17 PM   #5 (permalink)
Crazy
 
Location: Salt Town, UT
Built for me

Hrm... I tried it, and it built for me on Debian/unstable.

Did you check it out of CVS? You might want to run a 'cvs update' to make sure that you have the latest. Someone could have checked in some bad code.

If the CVS update doesn't fix it, what version of GCC are you using? Also, what distro?
Rawb is offline  
 

Tags
apps, stress, testing, web


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -8. The time now is 10:39 PM.

Tilted Forum Project

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47