Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~986 People Reached
Favorite Tags
Member Avatar for ub007

Hi All, I'm running some tests to assess system behaviour when memory is being hogged. Found this on googling: perl -np -e '$x="0123456789"x1000000' < /dev/zero This works a charm. But my esxi platforms do not have perl installed. They have python supported though:) Any thoughts on how that one liner …

Member Avatar for TrustyTony
0
117
Member Avatar for ub007

Hi, I got this code snippet with the following usage: [CODE] def main(): # sample usage manager = LoadManager() manager.msg = ('www.example.com', '/') manager.start(threads=5, interval=2, rampup=2) if __name__ == '__main__': main()[/CODE] Works fine,but i would like to supply the following arguments through command line: msg threads interval rampup Plz could …

Member Avatar for richieking
0
226
Member Avatar for ub007

Hello, I'm trying to develop a browser interface for my load testing environment.I can ssh into the client machines & run scripts,but also wish to execute them in stages.....kinda stuck here cz i do not know how to store the state of my counter variable...plz find below my code(i have …

Member Avatar for Atli
0
84
Member Avatar for ub007

I'm looking for a simple proxy that would accept a Http 'get' request from my python program and forward it to the web server.....could anyone plz provide me with a sample python script for such a proxy..... i intend to deploy the proxy on a virtual IP-say 192.168.12.3 on eth0:3. …

Member Avatar for EAnder
0
113
Member Avatar for ub007

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 …

0
71
Member Avatar for ub007

Hello, I'm trying to write a code to automate logging into a website.I have chosen the forum 'www.tek-tips.com' as an example and tried this script on it....But it doesnt seem to work...What am i missing here..plz help [code]import urllib2 theurl = 'www.tek-tips.com' protocol = 'http://' username = 'johnny' password = …

Member Avatar for jlm699
0
98
Member Avatar for ub007

Hello, I came across the fork bomb : ( ) { : | : & } ; : ,and wondering if anyone could suggest a way to run this script on a remote PC. I've setup an intranet as part of my dissertation(server testing),and wish to test my ubuntu server …

Member Avatar for jlm699
0
109
Member Avatar for ub007

Hi, Absolute newbie to python,infact just started learning it from yesterday.... I have installed Apache2,mysql,php and an ecomm software(osCommerce) on to my ubuntu machine. I downloaded a tool -funkload based purely in python,installed it by easy_install method,searched for the egg file in site-packages and could run the demos. I have …

Member Avatar for AceofSpades19
0
94
Member Avatar for ub007

Hi, My apologies if this question sounds a bit stupid.... I've got 6 PCs(ubuntu) plugged into a DELL switch-5424 and am using IPs 192.168.1.4 192.168.1.5 ... ... 192.168.1.9 IP of the switch - 192.168.1.2 Now I intend to create Vlans on the switch...can i group 192.168.1.4, 192.168.1.5,192.168.1.6 -into vlan 2 …

Member Avatar for sloan31
0
74