Thanks, I got the tool going today with the following setup:
Code:
<Root>
<Tests>
<Test>
<Name>vod</Name>
<ClassBase>com.wowza.wms.performance.remote.PerformanceRemoteClientTest</ClassBase>
<Properties>
<Property>
<Name>workerCount</Name>
<Value>20</Value>
<Type>Integer</Type>
</Property>
<Property>
<Name>fileCount</Name>
<Value>0</Value>
<Type>Integer</Type>
</Property>
<Property>
<Name>streamName</Name>
<Value>sample</Value>
</Property>
<Property>
<Name>streamExt</Name>
<Value>.mp4</Value>
</Property>
<Property>
<Name>vhostName</Name>
<Value>_defaultVHost_</Value>
</Property>
<Property>
<Name>connectionString</Name>
<Value>vod</Value>
</Property>
<Property>
<Name>bufferTime</Name>
<Value>3000</Value>
<Type>Integer</Type>
</Property>
<Property>
<Name>doRandom</Name>
<Value>false</Value>
<Type>Boolean</Type>
</Property>
<Property>
<Name>doRepeat</Name>
<Value>true</Value>
<Type>Boolean</Type>
</Property>
<Property>
<Name>ipAddress</Name>
<Value>67.228.31.186</Value>
</Property>
<Property>
<Name>ports</Name>
<Value>1935</Value>
</Property>
</Properties>
</Test>
</Tests>
</Root>
I removed the <Name>live</Name> section since our site only does vod, I changed the workercount, IP address and the connectionString settings.
I got this as the result but when I look at the :8086/serverreport/index.html I am not seeing an increased number of users:
Code:
Configure logging: file:///usr/local/WowzaMediaServer/conf/log4j.properties
INFO server comment - test: **** PerformanceRemoteClientTest *****
INFO server comment - workerCount: 20
INFO server comment - fileCount: 0
INFO server comment - streamName: sample
INFO server comment - streamExt: .mp4
INFO server comment - vhostName: _defaultVHost_
INFO server comment - connectionStr: vod
INFO server comment - doRandom: false
INFO server comment - doRepeat: true
INFO server comment - ipAddress: 67.228.31.186
INFO server comment - ports: 1935
..........
INFO server comment - start [17]: 5
INFO server comment - callConnect [17]: vod
INFO server comment - connected [17]: 823969553
INFO server comment - start [18]: 5
INFO server comment - callConnect [18]: vod
INFO server comment - connected [18]: 2137534172
INFO server comment - Status running:19 currBehind:0
INFO server comment - start [19]: 5
INFO server comment - callConnect [19]: vod
INFO server comment - connected [19]: 1751980966
INFO server comment - totalBytes: 0
INFO server comment - Status running:20 currBehind:0
INFO server comment - Status running:20 currBehind:0
INFO server comment - Status running:20 currBehind:0