Hi,

I tried it resulting in a crash of sipp. I made a debug it and this seems
to occur in call.cpp in "call::executeAction", perhabs when moving the user
to a different pool. I assume it's critical to assign a user more than one time
in different scenarios when both are running simultaniously.



mfg

Sven Leibold




From: david.verbei...@intel.com
To: mainframes...@hotmail.com; sipp-users@lists.sourceforge.net
Subject: RE: [Sipp-users] IMS Bench SIPp - Retrieving a variable from a running 
scenario
Date: Thu, 1 Dec 2011 11:05:20 +0000











I
 don’t see any reason why this wouldn’t work. It is very similar to the 
usage of user variables that is done in the default IMS scenario files 
to store the
 Service-Route value received in the registration and use it for other 
subsequent scenarios. Update of the user variable value should be 
immediate iirc.
Have you already tried this?
 
-David
 
 


From: Firstname Lastname [mailto:mainframes...@hotmail.com]


Sent: Thursday, December 01, 2011 10:08 AM

To: sipp-users@lists.sourceforge.net

Subject: [Sipp-users] IMS Bench SIPp - Retrieving a variable from a running 
scenario


 



Hi there,



is there any way to save a value into a user-variable like "u6" and directly

use this variable in an other scenario while the first one is still running?



This could look like:





Scenario 1:

...

<assign_user pool="2" scheme="rand_uni"/>

...

<recv request="INVITE">

    <action>

       <ereg regexp="somevalue" search_in="msg" assign_to="u6" />

    </action>

</recv>

...

<move_user pool="9"/>



Scenario 2:

...

<assign_user pool="9" scheme="rand_uni"/>

...

<send>

  <![CDATA[

   send something with [$u6]

  ]]>

</send>





Or is there any other way to accomplish this?





mfg

Sven Leibold






Intel Corporation NV/SA

Kings Square, Veldkant 31

2550 Kontich

RPM (Bruxelles) 0415.497.718. 

Citibank, Brussels, account 570/1031255/09



This e-mail and any attachments may contain confidential material for 
the sole use of the intended recipient(s). Any review or distribution by
 others is strictly prohibited. If you are not the intended recipient, 
please contact the sender and delete all copies.                                
          
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to