I use this command in sipp for generating load on my SIP servlet container
./sipp -sf uac.xml 127.0.0.1:5080 -trace_rtt
Two things I need. The first one is increasing the load automatically, for example: add 100 call/second. The second one is the CSV file I get just have response time and time stamp, it does not include the call rate.
Any one can help??
I found the asnwer in SIPp documentation
First problem:
this code increases call rate by 10 each 5 seconds.
Second problem:
add this parameter
so my command should be like this