Linux environment variables

To work with a load generator in a Linux environment, your Linux startup configuration file needs to include specific environment variables. To set the environment variables, users need to add the env.csh script to their startup configuration file.

Linux Users
Startup Configuration File
C shell
.cshrc
Bourne and Korn shell
.profile

Add the following line in the startup configuration file:

source <load generator installation directory>/env.csh

For example:

source /opt/OT/OT_LoadGenerator/env.csh

Back to top