Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Performance testing/benchmarking an Apache media download server

Status
Not open for further replies.

rosglo

Technical User
Jan 18, 2012
3
0
0
Hello Folks,
Hope this is the right section:
Have just set up a media download server using Apache and RHEL, running on a vm provided by our central it function.
I need to run some benchmarks/performance tests to ensure it does what it needs to do, before sign off.
Most of the "load" testing tools I can find seem to based on just hitting the web server rather than downloading actual files.
We need to test Apache but at the same time to stress the underlying hardware (attached storage / connections / etc.),
Can anyone recommend a suitable test program?
Thanks,
Ross.
 
How about a simple wget command from a command line or even multiple wget commands sent from multiple locations simultaneously? You could couple this with some network monitoring tools to verify the data throughput rate.
 
Thanks Norway2.
Had a play with wget but I really need to generate 40 or 50 concurrent requests.
Cheers,
Ross
 
I don't know of any existing software package to do this form of testing.

What you could do is write a simple executable to fork off the 40 or 50 copies of the (identical) program which uses the EXEC function to call wget. Such a program should be easy to write with a simple for loop to fork and one very simple function to issue the wget.
 
Thank again, Noway2.
Unfortunately, even basic programming is beyond my capability.
I have been trialling jmeter and while not exactly what I was looking for, it does put some load on the server and run concurrently from a number of computers, may achieve what I need.
Ross.
 
Paessler and WAPT are two programs that I've used. Each has strengths & weaknesses, but basically programs like that run macros to step through your site, and allow you to run them as multiple users.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top