I need a HUGE coding favor please (good for a very bored coder)!!?
Question by m3thus3lah22: I need a HUGE coding favor please (good for a very bored coder)!!?
I need a program made for me if anybody is willing (or bored on a Sunday afternoon, etc.), please.
I need a program that has two options. The first will run as many pings on a specified host as the program can handle at once, until the program is told to stop.
The other option is to request a file from a website as many times as it can handle at once, until told to stop. It shouldn’t display the resource it’s requesting, just issue requests to the server.
It would be very good (but not a requirement) if it were to display the average response time from the server in both instances. It’s alright if this needs to be command line based, but it would be exceptional if it was a GUI. It would be awesome if I could have the source code, regardless of the language you programmed it in. It needs to be used on a Windows XP/Vista Platform
I know this sounds like a DoS tool, but will only be used for stress tests for my internal network (I already have performance monitoring tools; I just need this kind of program).
Thank you very, very much in advance!!!
I will give you full credit and commend you and this program to my friends in some high IT places at Google, Cisco, and HP.
If you have any questions, email at phptest@gmail.com.
Best answer:
Answer by Nick J
ping -f
Why write what you already have? (The second will only work on a UNIX-like system, try installing Cygwin)
Know better? Leave your own answer in the comments!
