Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Write log to a file using Sipp

How could write log to a file using Sipp, and How could I know every call return status,

I only want to kown every call return response status, for example 200 ..

like image 420
user1369887 Avatar asked Jun 26 '13 02:06

user1369887


1 Answers

Just run sipp and see params:

-trace_msg       : Displays sent and received SIP messages in <scenario file
                  name>_<pid>_messages.log

-trace_shortmsg  : Displays sent and received SIP messages as CSV in
                  <scenario file name>_<pid>_shortmessages.log
like image 76
arheops Avatar answered Jan 01 '23 13:01

arheops