Thanks Charles, let me modify the question. I've got a XML script that pauses at random times, then dials a phone number (as inserted from a CSV). Is it possible to use the <log message> feature to log the outgoing number, and how long the pause was (in one file?)
On 3/12/07, Charles P Wright <[EMAIL PROTECTED]> wrote: > > You can put a NOP before and after the pause with a start_rtd and a rtd, and > then use -trace_rtt. > > For example: > > <nop start_rtd="2" /> > <pause normal="true" mean="100" stdev="10" /> > <nop rtd="2" /> > > If you look at the scenario_pid_rtt.csv you can pick out the RTTs with a > Rtd_no of 2. > > Charles > > [EMAIL PROTECTED] wrote on > 03/12/2007 05:06:45 AM: > > > > If I do a pause with a min and max, is there any way of taking that > > value and placing it in a logfile (As if I wanted to have a logfile of > > all the random pauses)... > > > > > > -- > > Rizwan Kassim > > Software and Systems Engineer, uWink Interactive Bistro > > http://www.geekymedia.com > > > > "If you have a problem and you think awk(1) is the solution, then you > > have two problems." -David Tilbrook > > > > > ------------------------------------------------------------------------- > > Take Surveys. Earn Cash. Influence the Future of IT > > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > > opinions on IT & business topics through brief surveys-and earn cash > > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > _______________________________________________ > > Sipp-users mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/sipp-users > -- Rizwan Kassim Software and Systems Engineer, uWink Interactive Bistro http://www.geekymedia.com "If you have a problem and you think awk(1) is the solution, then you have two problems." -David Tilbrook ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Sipp-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sipp-users
