Load testing a quicktime streaming server from ubuntu machine
Posted
by ebeland
on Stack Overflow
See other posts from Stack Overflow
or by ebeland
Published on 2010-04-29T14:43:42Z
Indexed on
2010/04/29
14:47 UTC
Read the original article
Hit count: 385
I have software that can launch and control multiple firefox browsers on Ubuntu EC2 images. I need to run a small load test against a QuickTime Streaming server. The stream starts automatically when loaded in a browser that has the QuickTime plugin, so I don't need to automate the stream once it starts.
Alternately, I can also make these machines run arbitrary ruby code or executables. How can I get these ubuntu machines to pull in the stream? Also, how can I capture bandwidth usage (maybe a shell script?) on the worker machines?
© Stack Overflow or respective owner