<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2737.800" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face="Trebuchet MS" size=2>Hi, i compiled some of the tools included 
in the /test directory of the source CVS of SER. I want test the performace of 
SER in my server and look at the udp_flood.c program included, this generate a 
flood of SIP messages to the server. My question is how interpret the 
results.</FONT></DIV>
<DIV><FONT face="Trebuchet MS" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Trebuchet MS" size=2>If i send for example a flood with INVITE 
request for non-existent user to my SER and see how much SER respond to this 
flood in a time period, i supose that this is the Call Per Second supported by 
SER ?</FONT></DIV>
<DIV><FONT face="Trebuchet MS" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Trebuchet MS" size=2>Ex:</FONT></DIV>
<DIV><FONT face="Trebuchet MS" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Trebuchet MS" size=2># flood SER with 100 request in one 
second</FONT></DIV>
<DIV><FONT face="Trebuchet MS" size=2>./udp_flood -f invite00.sip 
-d&nbsp;192.168.1.1 -p 5060 -s 1000000 -t 100 -v -c 100</FONT></DIV>
<DIV><FONT face="Trebuchet MS" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Trebuchet MS" size=2># SER make a log(1,"PROC_OK") for each 
invite processed</FONT></DIV>
<DIV><FONT face="Trebuchet MS" size=2>...</FONT></DIV>
<DIV><FONT face="Trebuchet MS" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Trebuchet MS" size=2># At the end of udp_flood execution + some 
seconds i make</FONT></DIV>
<DIV><FONT face="Trebuchet MS" size=2>grep "PROC_OK" /var/log/ser.log | wc 
-l</FONT></DIV>
<DIV><FONT face="Trebuchet MS" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Trebuchet MS" size=2>Now, after this if i can see 100 at result 
of wc -l i supose at least 100 INVITE per second is supported for my SER 
???</FONT></DIV>
<DIV><FONT face="Trebuchet MS" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Trebuchet MS" size=2>Thanks !</FONT></DIV>
<DIV><FONT face="Trebuchet MS" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Trebuchet MS" size=2>Usage: udp_flood -f file -d address -p 
port -c count [-v]<BR>Options:<BR>&nbsp;&nbsp;&nbsp; -f 
file&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; file with the content of the udp packet 
(max 65k)<BR>&nbsp;&nbsp;&nbsp; -d address&nbsp;&nbsp;&nbsp; destination 
address<BR>&nbsp;&nbsp;&nbsp; -p port&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
destination port<BR>&nbsp;&nbsp;&nbsp; -c count&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
number of packets to be sent<BR>&nbsp;&nbsp;&nbsp; -s 
usec&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; microseconds to sleep before sending 
"throttle" packets<BR>&nbsp;&nbsp;&nbsp; -t throttle&nbsp;&nbsp; number of 
packets to send before sleeping<BR>&nbsp;&nbsp;&nbsp; 
-v&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; increase 
verbosity level<BR>&nbsp;&nbsp;&nbsp; 
-V&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; version 
number<BR>&nbsp;&nbsp;&nbsp; 
-h&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; this help 
message<BR></FONT></DIV></BODY></HTML>