Advertisement
rafaelsnsa

SIPP

Jun 25th, 2018
304
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. -s => Set the username part of the resquest URI. Default is 'service';
  2. -rp => Rate period. Default(1000ms=1s);
  3. -r => Set the call rate (in calls per seconds);
  4. -m => Set the number of calls the test will processed;
  5. -l => Set the maximum number of simultaneous calls;
  6. -d => Length of call;
  7. -sf => Loads an alternate xml scenario file;
  8. -trace_err => Save log
  9. -i => Set the local IP address
  10. -p => Local port
  11. -sn => UAC/UAS
  12.  
  13. UAC:
  14. sipp 10.1.77.1 -i 10.1.245.88 -s 100 -m 1 -r 8 -l 8 -d 8000 -sn uac -sf sipp_uac_basic.xml
  15.  
  16. 1 chamada
  17. sipp 10.1.1.5 -i 10.1.66.1 -s 05135000102 -m 1 -r 1 -l 1 -d 8000 -sn uac -sf scenarios/sipp_uac_basic.xml
  18.  
  19. sipp 192.168.15.11 -watchdog_minor_threshold 1000 -watchdog_major_threshold 6000 -r 3000
  20.  
  21. UAS:
  22. sipp -sn uas -sf uas.xml -i 192.168.15.7
  23. sipp -sn uas -watchdog_minor_threshold 1000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement