Previous Topic: Windows Examples

Next Topic: Define Your Workload

UNIX Examples

If the server and its default agent are running on a UNIX computer, follow the UNIX examples in this guide.

You will need the path to the sample UNIX script installed with the server. This script displays the arguments entered for the echo command.

The following is the default path to the script:

installDir/samples/echo.sh
installDir

Specifies the server installation directory.

Using a text editor, you can also create your own test file with the following text:

echo $*

Save the file in a directory you have access to on the agent computer.