I have an application that receives some custom XMPP IQ stanzas and process these. I would like to make a stress test on it, to see how many users it can support, I searched it and found Tsung. I downloaded the package for Ubuntu and tried to install, but when I run it on the command line, I have the following error:
Config file /home/user/.tsung/tsung.xml doesn't exist, aborting !
I tried also to download the compressed file and to compile, as explained here, but I also got an error when I run the "make" command.
Do you know any other software I could use to perform the stress test?
Thanks, Oscar