Change the load generator temporary folder [Linux]

When you run a scenario from Controller, and the scenario includes a load generator on a Linux machine, by default Vuser logs are written under "/tmp/brr_...

This task describes how to change the load generator temporary folder on Linux machines.

On the Linux load generator:

  1. Close the agent.
  2. Verify that the new location [folder] exists.
  3. Run setenv MERC_TEMP_DIR <new location> where <new location> is the new location of the temporary folder.
  4. Restart the agent.

Back to top