Dushyant Dhalia wrote:
Using IMS_Bench, i am trying to test registration and de-registration scenario. A strange thing is happening, when i try registering let's say 6 users in run_0 and deregistering 6 (actually the same number of) users in run_1, manager doesn't proceed to run_1 but if i take different numbers of users in registration let's say x and in deregistration say y the manager executes all scenarios. I want to know why is it so.

Manager.xml is attached.

Regards,
Dushyant P S Dhalia

<?xml version="1.0" encoding="ISO-8859-1" ?>

<!-- This program is free software; you can redistribute it and/or      -->
<!-- modify it under the terms of the GNU General Public License as     -->
<!-- published by the Free Software Foundation; either version 2 of the -->
<!-- License, or (at your option) any later version.                    -->
<!--                                                                    -->
<!-- This program is distributed in the hope that it will be useful,    -->
<!-- but WITHOUT ANY WARRANTY; without even the implied warranty of     -->
<!-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the      -->
<!-- GNU General Public License for more details.                       -->
<!--                                                                    -->
<!-- You should have received a copy of the GNU General Public License  -->
<!-- along with this program; if not, write to the                      -->
<!-- Free Software Foundation, Inc.,                                    -->
<!-- 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA             -->
<!--                                                                    -->
<!--         IMS Benchmark Manager Configuration                        -->
<!--                                                                    -->
<!-- Author : David Verbeiren from Intel Corporation - July 2007        -->
<!--          Xavier Simonart from Intel Corporation - July 2007        -->
<!--          Philippe Lecluse from Intel Corporation - July 2007       -->
<!--                                                                    -->

<configuration>
  <!-- Test System Parameters -->
  <param name="number_test_systems" value="1"/> <!-- Number of System Test (0=any) -->
  <param name="prep_offset" value="1000"/> <!-- Number of ms between the selection of the scenarios and their execution (for prep purpose) -->
  <param name="rand_seed" value="0"/> <!-- Initial randseed 0=auto -->
  <param name="report" value="1"/> <!-- Report Generation -->
  <param name="log" value="1"/> <!-- Log Enabled -->
  <!--param name="scenario_path" value="scen"/-->
  <param name="transient_time" value="0"/> <!-- Transient time between steps (IHS ignored) in s -->
  <param name="max_time_offset" value="0"/> <!-- Maximum time offset (microseconds) allowed between TS and manager. 0=no check (not recommended)."/-->   

  <!-- Scenario Parameters -->
  <scen_param name="RegistrationExpire" value="300"/>
  <scen_param name="RingTimeDistr" value="exponential"/>
  <scen_param name="RingTime" value="5"/>
  <!--scen_param name="PMMDataSize" value="140"/>
  <scen_param name="PMMDataSizeDistr" value="uniform"/-->
  <scen_param name="HoldTimeDistr" value="exponential"/>
  <scen_param name="HoldTime" value="60"/>

  <!-- List all the scenario that needs to be loaded -->
  <scenario name="kapanga_reg"   max_ihs="1"/>
  <scenario name="kapanga_uac"   max_ihs="1"/>
  <scenario name="kapanga_uas"/>
  <!--scenario name="ims_dereg" max_ihs="1"/-->
  <!--scenario name="errsdp_uac"   max_ihs="1"/>
  <scenario name="errsdp_uas"/-->
  <!--scenario name="ims_uac"   max_ihs="1"/>
  <scenario name="ims_uas"/>
  <scenario name="ims_reg"   max_ihs="1"/>
  <scenario name="ims_dereg" max_ihs="1"/-->
  <!--scenario name="test_reg"   max_ihs="1"/>
  <scenario name="test_uac"   max_ihs="1"/>
  <scenario name="test_uas"/-->
  <!--scenario name="emr_reg"   max_ihs="1"/>
  <scenario name="nat_reg"   max_ihs="1"/>
  <scenario name="emr_dereg" max_ihs="1"/>
  <scenario name="emr_uac"   max_ihs="1"/>
  <scenario name="emr_uas"/>
  <scenario name="nat_uac"   max_ihs="1"/>
  <scenario name="nat_uas"/-->
  <!--scenario name="ims_msgc"  max_ihs="1"/>
  <scenario name="ims_msgs"/-->
  <!--scenario name="ims_reg"   max_ihs="0.1"/>
  <scenario name="ims_rereg" max_ihs="0.1"/-->
</configuration>



<!-- Pre-Registration phase - Default mode is "single step" -->
<run cps="1" max_calls="6" distribution="poisson" sync_mode="off" use_scen_max_ihs="no" max_global_ihs="95" stats="1000">
  <scenario name="kapanga_reg" ratio="100"/>
  <!--scenario name="ims_reg" ratio="100"/>
  <scenario name="ims_uac" ratio="0"/>
  <scenario name="ims_dereg" ratio="0"/-->
  <!--scenario name="ims_reg" ratio="100"/-->
  <!--scenario name="emr_reg" ratio="0"/>
  <scenario name="nat_reg" ratio="100"/-->
</run>

<run cps="0" duration="3"/> <!-- Sleep -->

<!-- Stir phase to warm up the SUT -->
<run cps="1" duration="1" distribution="poisson" use_scen_max_ihs="no" max_global_ihs="95" stats="2000" report="no">
  <scenario name="kapanga_uac" ratio="100"/>
  <scenario name="kapanga_reg" ratio="0"/>
  <!--scenario name="ims_reg" ratio="0"/>
  <scenario name="ims_uac" ratio="100"/>
  <scenario name="ims_dereg" ratio="0"/-->
  <!--scenario name="ims_uac" ratio="100"/>
  <scenario name="ims_reg" ratio="0"/>
  <scenario name="ims_reg" ratio="00"/>
  <scenario name="emr_reg" ratio="00"/>
  <scenario name="ims_uac" ratio="00"/>
  <scenario name="emr_uac" ratio="00"/>
  <scenario name="nat_uac" ratio="100"/>
  <scenario name="ims_msgc" ratio="00"/>
  <scenario name="ims_rereg" ratio="0"/-->
</run>

<!--run cps="0" duration="1"/--> <!-- Sleep -->

<!-- RE-REGISTRATION PHASE -->
<!--run cps="1" max_calls="6" distribution="constant" use_scen_max_ihs="no" max_global_ihs="95" stats="2000">
  <scenario name="kapanga_rereg" ratio="100"/>
  <scenario name="kapanga_dereg" ratio="0"/>
  <scenario name="kapanga_reg" ratio="0"/>
  <scenario name="kapanga_uac" ratio="0"/>
</run-->

<!-- Actual benchmark phase -->
<!--run cps="1" max_calls="8" distribution="poisson" sync_mode="off" use_scen_max_ihs="no" max_global_ihs="95" stats="2000">
  <scenario name="kapanga_reg" ratio="0"/>
  <scenario name="kapanga_rereg" ratio="0"/>
  <scenario name="kapanga_dereg" ratio="100"/-->
  <!-- scenario name="kapanga_uac" ratio="0"/-->
<!--/run-->

<run cps="0" duration="1"/> <!-- Done... Sleep for some more time -->
begin:vcard
fn:Dushyant P S  Dhalia
n:Dhalia;Dushyant P S 
email;internet:[email protected]
version:2.1
end:vcard

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to