Hi, All.
I'm trying to run memory intensive simulation with media streaming
benchmark.
I followed the setup procedure described on CloudSuite website and
installed Media streaming benchmark on my Linux machine.
But I'm not quite sure if I'm running the benchmark correctly.
I tested media streaming benchmark with following command.
sh scripts/start-run.sh 200 shorthi 165.91.212.1 2
(165.91.212.1 is ip address of localhost)
After 5~6 minutes, the benchmark was done and simulation results were
written to /tmp/output/15.
Based on the output from /tmp/output/15/summary.xml,
it seems like test was finished without an error.
<operation name="GetShortHi" r90th="2.000">
<avg>0.467</avg>
<max>121.645</max>
<sd>3.422</sd>
<p90th>3.300</p90th>
<passed>false</passed>
<p99th>3.300</p99th>
</operation>
........................................................................
........................................................................
<operation name="GetShortHi">
<successes>5706</successes>
<failures>0</failures>
<mix>1.0000</mix>
<requiredMix>1.0000</requiredMix>
<passed>true</passed>
</operation>
However, when I run Darwin Streaming Server with
/usr/local/sbin/DarwinStreamingServer
-dDS 1
there was no communication between server and client.
RTP-Conns RTSP-Conns ..... AvgQuality NumThinned Time
0 0 ..... 0 0
2013-04-17 16:35:58
So I was wondering if I am on the right direction...
Do I need to do something else to setup server-client configuration?
--
Thanks,
Jinchun Kim