Hi, And if you don't use background mode, does this scenario work correctly? It could be problem with your script used in new SIPp version, not in bg mode...
Maybe you should try to use some -trace_* argument, it seems that sipp was not able to start (or after starting, it must be terminated for some reason). Or, my experience is to start sipp in screen utility (linux). Then you can detach from this screen, leave sipp "testing" the whole night and then login to screen and see how sipp working ;) see the screen man pages to know how it works and how you can control it (like CTRL+A d) to detach from screen and screen -DRR to login to actual screen. e.g. "screen -dmS uac script.sh" script.sh is bash script containing ../Utils/sipp -sf terminator_4GEE_B2BUA_REQ_INVITE_16.3.1_00010.xml -p 4449 ... Regards, Vladmir Sumeet Bhardwaj wrote: > > Note: SIPp 2.1 runs perfectly in background mode. > > Thanks and Regards > > -Sumeet > > *From:* Sumeet Bhardwaj [mailto:[EMAIL PROTECTED] > *Sent:* Wednesday, November 26, 2008 4:22 PM > *To:* '[email protected]' > *Subject:* Issue with SIPp in Background mode > > Hi all, > > I am using SIPp3.1. > > When I have tried to run SIPp in background mode with “–bg” command it > shows pid but actually it doesn’t generate any SIPp process in > background mode. > > Below are the results: > > bash-2.03# ../Utils/sipp -sf > terminator_4GEE_B2BUA_REQ_INVITE_16.3.1_00010.xml -p 4449 -bg > > Background mode - PID=[14921] > > bash-2.03# ps -ef | grep sipp > > root 14927 14798 0 10:49:24 pts/35 0:00 grep sipp > > bash-2.03# kill -9 14921 > > bash: kill: (14921) - No such pid > > From above data it has been found that SIPp doesn’t run in background > mode. > > Does anyone know how to resolve this issue? > > Thanks and Regards > > -Sumeet > > > > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > ------------------------------------------------------------------------ > > _______________________________________________ > Sipp-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/sipp-users > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Sipp-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sipp-users
