Wowza Community

Load Tool test Error

When I setup the load test on a client I receive this error:

Tuning: -Xmx3253M -XX:+UseG1GC -XX:MaxGCPauseMillis=100 -server -Djava.net.pref erIPv4Stack=true -Duser.language=en -Duser.country=US -Dfile.encoding=Cp1252

‘""C:\Program’ is not recognized as an internal or external command,

operable program or batch file.

Can anyone explain why I’m getting this error

here is my test.xml code:

<Root>
	<Tests>
		<Test>
			<Name>live</Name>
			<ClassBase>com.wowza.wms.performance.remote.PerformanceRemoteClientTest</ClassBase>
			<Properties>
				<Property>
					<Name>workerCount</Name>
					<Value>400</Value>
					<Type>Integer</Type>
				</Property>
				<Property>
					<Name>fileCount</Name>
					<Value>0</Value>
					<Type>Integer</Type>
				</Property>
				<Property>
					<Name>streamName</Name>
					<Value>livestream1</Value>
				</Property>
				<Property>
					<Name>streamExt</Name>
					<Value></Value>
				</Property>
				<Property>
					<Name>vhostName</Name>
					<Value>_defaultVHost_</Value>
				</Property>
				<Property>
					<Name>connectionString</Name>
					<Value>live/</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>xx.xx.xx.xxx</Value>
				</Property>
				<Property>
					<Name>ports</Name>
					<Value>80</Value>
				</Property>
			</Properties>
		</Test>
		<Test>
			<Name>vod</Name>
			<ClassBase>com.wowza.wms.performance.remote.PerformanceRemoteClientTest</ClassBase>
			<Properties>
				<Property>
					<Name>workerCount</Name>
					<Value>1</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/_definst_</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>localhost</Value>
				</Property>
				<Property>
					<Name>ports</Name>
					<Value>1935</Value>
				</Property>
			</Properties>
		</Test>
	</Tests>
</Root>

To start the test on the client computer, open a command prompt, change directory to the [install-dir]/bin folder, and execute the following command:

Windows

performance.bat live

Linux

./performance.sh live

You can also run Wowza in stand-alone mode [install-dir]/bin/startup.bat|startup.sh to view the output in the console. This is helpful when troubleshooting.

Regards,

Salvadore