Hi All,

When I try to run two TS (Test Systems) on the same machines i get the following errors -
2009-05-27 12:52:15.683:  Unable to associate UDP port arround 9000.
sipp: There were more errors, see '30724_errors.log' file
88ser /usr/local/sipp>cat 30724_errors.log
sipp: The following events occured:
2009-05-27 12:52:15.593: Created CConsole 0x8c6a488.
2009-05-27 12:52:15.683: Exception at user.cpp:315.
2009-05-27 12:52:15.683:  Unable to associate UDP port arround 9000.
2009-05-27 12:52:15.688: final cleanup.

The commands i am giving for running two SIPp clients are -
./sipp -id 1 -i 10.34.77.88 -user_inf ./ims_users_1.inf -rmctrl 10.34.77.88:5000 10.34.77.249:8888 -trace_stat -trace_logs -trace_timeout -trace_msg -trace_err -trace_cpumem -trace_scen -trace_retrans -nd
and,
./sipp -id 2 -i 10.34.77.88 -user_inf ./ims_users_1.inf -rmctrl 10.34.77.88:5000 10.34.77.249:8888 -trace_msg -trace_err -trace_cpumem -trace_scen -trace_retrans -trace_stat -trace_logs -trace_timeout -nd

I tried giving different port numbers with -i and -p options but to no avail. manager.xml is attached.
Can anybody suggest what could be the error?
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="2"/> <!-- Number of System Test (0=any) -->
  <param name="prep_offset" value="20000"/> <!-- 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="1000000"/>
  <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="ims_reg"   max_ihs="0.1"/>
  <scenario name="ims_uac"   max_ihs="10"/>
  <scenario name="ims_uas"/>
  <scenario name="ims_msgc"  max_ihs="0.1"/>
  <scenario name="ims_msgs"/>
  <!--scenario name="ims_dereg" max_ihs="0.1"/-->
  <!--scenario name="ims_reg"   max_ihs="0.1"/>
  <scenario name="ims_dereg" 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="100" distribution="constant" sync_mode="off" use_scen_max_ihs="no" max_global_ihs="75" stats="1000">
  <scenario name="ims_reg" ratio="100"/>
</run>

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

<!-- Stir phase to warm up the SUT -->
<run cps="1" duration="60" distribution="constant" use_scen_max_ihs="no" max_global_ihs="75" stats="2000" report="no">
  <scenario name="ims_reg" ratio="40"/>
  <scenario name="ims_uac" ratio="30"/>
  <scenario name="ims_msgc" ratio="30"/>
  <!--scenario name="ims_dereg" ratio="30"/-->
  <!--scenario name="ims_rereg" ratio="0"/-->
</run>

<!-- Actual benchmark phase -->
<run cps="5" duration="60" distribution="constant" use_scen_max_ihs="no" max_global_ihs="75" stats="2000">
<scenario name="ims_reg" ratio="50"/>
<scenario name="ims_uac" ratio="50"/>
</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

------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT 
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp as they present alongside digital heavyweights like Barbarian 
Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com 
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to