<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div><div><div><div><div><div><div>Hello,<br><br></div>I'm curently setting a lab environment for load testing an Asterisk instance.<br><br></div>This environment includes:<br></div>- a management workstation where I would like to run scripts andĀ  store test reports<br></div>- a box hosting SIPp<br></div>- the Asterisk box I'm load testing (System Under Test)<br></div>- an other Asterisk box that simply anwers and echoes incoming media<br><br></div>The SIPp commande I'm currently using looks like:<br>sipp -bg -nostdinĀ  -trace_screen -screen_file /home/foobar/reports.d/campaign_123456789_1_1.txt -sf /home/foobar/custom_with_10_minutes_audio.xml 3.4.49.3 -i 3.4.58.206 -s 123456789 -r 1 -m 1 -d 60000<br><br></div><div>Explainations:<br></div><div>- Run in background mode (more on that later)<br></div><div>- Last SIPp screen with successful/failed call counters saved in a file<br></div><div>- SIPp reads a 10 minutes audio file and stops reading after 60000 ms (see -d parameter)<br></div><div>- Media comes from SIPs, pass though System Under Test and then comes back<br><br></div><div>1. How can you run such "sipp -bg ..." command from management workstation on remote  SIPp box ?<br>I tried using Fabric (I'm discovering) but it always fails with a 99 exit code, as if SIPp/Fabric required a different options set.<br><br></div><div>2. This project pysipp [1] seems interesting.<br></div><div>Has anyone tried it ?<br></div><div>How can you get started ?<br><br></div><div>3. Suggestions ?<br><br></div><div>Best regards<br></div><div><br>[1] <a href="https://github.com/SIPp/pysipp">https://github.com/SIPp/pysipp</a><br></div></div></div></div></div></div>