Hi,

Is there any tool which can be used to test the http load on a Wt
application.

Siege[1] can be used for this purpose. so I use this command:
siege -u http://192.168.1.32/testapp?if=v1 -r100 -c40

-r100 means 100 request to the page and -c40 means 40 simulates users.

and it gives me some output.

But problem comes in the next step.

>From the main page (http://192.168.1.32/testapp?if=v1)

user can do a lot of operations like:

db(postgres) access.
file upload
showing dialog(WDialog)

In every step there is a db acess(either adding or retrieving data)

BTW, siege allow to POST data to url [2].

>From firebug i found that for each request say, opening a wdialog. its
generating a request and post it to app.
But its generated automatically. so I can simulate or reproduce it.

All I need to do is a simulation testing for wtapp (wthttpd) so that I can
increase the system resources for better scaling or move to cloud.


[1] http://www.joedog.org/siege-home/
[2] http://www.joedog.org/siege-faq/#a10

-- 
Regards,
   Rashad
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
witty-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to