I'm doing some experiments to learn how to use the tsung tool. I have a doubt that may be stupid but that I would like to resolve. After launching the tool from ubuntu console, the following screen appears to me:

what I would like to know is if the message is the one that comes out at the end of the test or if there is any problem.
I hope you have downloaded the
tsung-1.7.0.tar.gzfile(latest version) from here. Also you have follow the installation process step by step including the dependencies.tsung-1.7.0folder is available.config.xmlfile (setting the file name is your wish)tsung -f config.xml startLog directoryis created for the test run, you can copy & paste the path in a new terminal (for easy use). Run thelscommand to view the files inside the directory. You can usetail -f tsung.logcommand to view the run time log for the test run.Note: If you don't know how to create a new configuration file, you open the
Examplesfolder inside thetsung-1.7.0path and sample files will be available there.Let me know if you have any doubts!