virtual IPs

2008-08-06 Thread leo davis
Good Day! I have set up virtual IPs on my Ubuntu client machine & assigned IPs 192.168.12.3 - eth0 192.168.12.4 - eth0:1 192.168.12.5 - eth0:2 192.168.12.6 - eth0:3 I have written python code to send multiple HTTP requests to my web server to load test it.When I check the logs on the apache serve

Re: need help with introducing more traffic

2008-07-25 Thread leo davis
Fredrik Lundh,   I'm with you and my apologies for not making the scenario more clearer in my previous post [QUOTE]"load testing" other people's sites are known as something else, of course[QUOTE]-    yes,that could cause a DoS and its lameI certainly dont intend to do that,was just chec

need help with introducing more traffic

2008-07-24 Thread leo davis
Hiya, I found this code snippet(reference http://www.goldb.org) and wish to do more with it than just send out a Http Get request.I would like to introduce more traffic -say by downloading files,crawling through all the links,logging in etc etc,and wish to see how the web server reacts.I'm tryin

logging into a website using python

2008-07-23 Thread leo davis
Hi,   I''m trying achieve the following by running python programs -login to a website -automate filling up web forms   So far I 've tried out the following codes: import cookielib, urllib, urllib2 login = 'cod45' password = 'mell' # Enable cookie support for urllib2 cookiejar = cookielib.Cooki