180 likes | 483 Views
SIPp. Speaker : Cheng-Lin Tsai Advisor : Quincy Wu Date : 2007/11/29. Outline. Introduction Basic scenarios XML Advance scenarios Reference. Introduction. SIP Performance tester Free open source test tool Traffic generator It has several user agent scenarios uac uas
E N D
SIPp Speaker:Cheng-Lin Tsai Advisor:Quincy Wu Date:2007/11/29
Outline • Introduction • Basic scenarios • XML • Advance scenarios • Reference
Introduction • SIP Performance tester • Free open source test tool • Traffic generator • It has several user agent scenarios • uac • uas • uac_pcap ,etc. • It can also read custom XML scenario files
Introduction (Cont.) • The feature of SIPp • call rate • round trip delay • message statistics • SIPp can also send media traffic
UAC & UAS • UAC:sipp –sn uac 127.0.0.1 • UAS:sipp –sn uas
UAC & UAS (Cont.) • sipp –sd uas > uas.xml • UAS:sipp –sf uas.xml • uas.xml • sipp –sd uac > uac.xml • UAC:sipp –sf uac.xml 127.0.0.1 • uac.xml
Options • Usage • sippremote_host[:remote_port][options] • Regular options • -sn name :use a default scenario • -sd filename :Dumps a default scenario • -sf filename : load an alternate xml scenario file
Options (Cont.) • Advance options • -r rate : set the call rate (default = 10) • -rp period : rate period in milliseconds (default =1000ms) • -m calls :total number of calls • -l :set the maximum number of simultaneous • -rate_increase:specify the rate increase every –fd seconds • -nr :disable retransmission in UDP mode • -rsa host[:port] : set the proxy server IP address • -i :set local IP address
actual scenario • UAC : sipp –sn uac –rsa relay_host:5060 uas_ip –i uac_ip • UAS : sipp –sn uas –rsa relay_host:5060 –i uas_ip
Send RTP • UAC : sipp –sn uac_pcap –rsa relay_host:5060 uas_ip –i uac_ip • UAS : sipp –sn uas –rsa relay_host:5060 –i uas_ip • uac_pcap
Reference • Welcome to SIPp http://sipp.sourceforge.net/index.html • SIPp Wiki http://sipp.sourceforge.net/wiki/index.php/Main_Page