Hi,

are you getting some specific response (code?)... This could be useful:

(from sipp documentation):
Internal commands

Internal commands (specified using int_cmd attribute) are stop_call, 
stop_gracefully (similar to pressing 'q'), stop_now (similar to ctrl+C).

Example that stops the execution of the script on receiving a 603 response:

    <recv response="603" optional="true">
      <action>
           <exec int_cmd="stop_now"/>
       </action>
    </recv>

Hope it helps,
-Vladimir B.


On 03/02/2011 03:34 AM, Fernando Moreno wrote:
> Hello everyone,
> I have the following doubt:
>
> I am using sipp to generate a big load of calls, r=10 and m=10000 using
> only one ip and one port. The thing I was wondering is if there is any
> parameter in sipp that can make the program stop just when the first
> failed call appears?? I am only interested in reaching "m" number of
> calls without failure, so I want it to stop in case there is one.
>
> I would really appreciate any help because it could help me saving lot
> of time.
>
> Thank you very much.
>
> Best,
> Fernando.
>
>
>
> ------------------------------------------------------------------------------
> Free Software Download: Index, Search&  Analyze Logs and other IT data in
> Real-Time with Splunk. Collect, index and harness all the fast moving IT data
> generated by your applications, servers and devices whether physical, virtual
> or in the cloud. Deliver compliance at lower cost and gain new business
> insights. http://p.sf.net/sfu/splunk-dev2dev
>
>
>
> _______________________________________________
> Sipp-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/sipp-users

------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to