I hope you have downloaded the tsung-1.7.0.tar.gz
file(latest version) from here. Also you have follow the installation process step by step including the dependencies.
- As a first step, you have to open a terminal window and go to the path where
tsung-1.7.0
folder is available.
- Then create a
config.xml
file (setting the file name is your wish)
- Then use the command
tsung -f config.xml start
- As you see
Log directory
is created for the test run, you can copy & paste the path in a new terminal (for easy use). Run the ls
command to view the files inside the directory. You can use tail -f tsung.log
command to view the run time log for the test run.
- Tsung automatically monitors the client machine's CPU & memory and that will get stopped once the test run is completed successfully which was displayed in the log below the created Log directory
Note: If you don't know how to create a new configuration file, you open the Examples
folder inside the tsung-1.7.0
path and sample files will be available there.
Let me know if you have any doubts!