[netperf-dev] netperf4 commit notice r135 -
branches/glib_migration/src
raj at netperf.org
raj at netperf.org
Thu Apr 6 14:43:28 PDT 2006
Author: raj
Date: 2006-04-06 14:43:27 -0700 (Thu, 06 Apr 2006)
New Revision: 135
Added:
branches/glib_migration/src/win_commands.xml
branches/glib_migration/src/win_config.xml
Log:
add some 'default' command/config files for Windows
Added: branches/glib_migration/src/win_commands.xml
===================================================================
--- branches/glib_migration/src/win_commands.xml 2006-04-06 21:40:34 UTC (rev 134)
+++ branches/glib_migration/src/win_commands.xml 2006-04-06 21:43:27 UTC (rev 135)
@@ -0,0 +1,87 @@
+<?xml version="1.0" standalone="no" ?>
+<!DOCTYPE commands SYSTEM "http://www.netperf.org/netperf_docs.dtd/1.0" >
+<commands xmlns="http://www.netperf.org/ns/netperf">
+
+<!-- 20 second TCP_STREAM test
+ -->
+ <create_test_set set_name="s0" tests_in_set="t0,t1,t2" />
+ <create_test_set set_name="s1" tests_in_set="t0,t1" />
+ <wait tid="s0" />
+ <load tid="s0" />
+ <wait tid="s0" />
+ <measure tid="s0" />
+ <wait tid="s0" seconds="20" />
+ <load tid="s0" />
+ <wait tid="s0" />
+ <get_stats tid="t0" />
+ <get_stats tid="t1" />
+ <clear_stats tid="t0" />
+ <clear_stats tid="t1" />
+ <clear_stats tid="t2" />
+ <idle tid="s0" />
+ <wait tid="s0" />
+ <report_stats test_set="s1"
+ library="nettest_bsd.dll"
+ function="report_bsd_test_results" />
+
+<!-- 20 second TCP_MAERTS test
+ -->
+ <create_test_set set_name="s4" tests_in_set="t0,t2" />
+ <wait tid="s0" />
+ <load tid="s0" />
+ <wait tid="s0" />
+ <measure tid="s0" />
+ <wait tid="s0" seconds="20" />
+ <load tid="s0" />
+ <wait tid="s0" />
+ <get_stats tid="s4" />
+ <clear_stats tid="s0" />
+ <idle tid="s0" />
+ <wait tid="s0" />
+ <report_stats test_set="s4"
+ library="nettest_bsd.dll"
+ function="report_bsd_test_results" />
+
+
+<!-- 20 second TCP_RR test
+ -->
+ <create_test_set set_name="s2" tests_in_set="t0,t3,t4" />
+ <create_test_set set_name="s3" tests_in_set="t3,t0" />
+ <wait tid="s2" />
+ <load tid="s2" />
+ <wait tid="s2" />
+ <measure tid="s2" />
+ <wait tid="s2" seconds="20" />
+ <load tid="s2" />
+ <wait tid="s2" />
+ <get_stats tid="t0" />
+ <get_stats tid="t3" />
+ <clear_stats tid="s2" />
+ <idle tid="s2" />
+ <wait tid="s2" />
+ <report_stats test_set="s3"
+ library="nettest_bsd.dll"
+ function="report_bsd_test_results" />
+
+<!-- 20 second TCP_STREAM test with confidence
+ <create_test_set set_name="s0" tests_in_set="t0,t1,t2" />
+ <create_test_set set_name="s1" tests_in_set="t0,t1" />
+ <report_stats test_set="s1"
+ library="nettest_bsd.dll"
+ function="report_bsd_test_results" >
+ <wait tid="s0" />
+ <load tid="s0" />
+ <wait tid="s0" />
+ <measure tid="s0" />
+ <wait tid="s0" seconds="20" />
+ <load tid="s0" />
+ <wait tid="s0" />
+ <get_stats tid="t0" />
+ <get_stats tid="t1" />
+ <clear_stats tid="s0" />
+ <idle tid="s0" />
+ <wait tid="s0" />
+ </report_stats>
+ -->
+
+</commands>
Added: branches/glib_migration/src/win_config.xml
===================================================================
--- branches/glib_migration/src/win_config.xml 2006-04-06 21:40:34 UTC (rev 134)
+++ branches/glib_migration/src/win_config.xml 2006-04-06 21:43:27 UTC (rev 135)
@@ -0,0 +1,38 @@
+<?xml version="1.0" standalone="no" ?>
+<!DOCTYPE netperf SYSTEM "http://www.netperf.org/netperf_docs.dtd/1.0" >
+<netperf xmlns="http://www.netperf.org/ns/netperf">
+<!-- This is just another boring comment -->
+<netserver nid="n1" >
+ <test tid="t0"
+ test_name = "sys_stats"
+ library = "netsysstats.dll" >
+ </test>
+ <test tid="t1"
+ test_name = "send_tcp_stream"
+ library = "nettest_bsd.dll" >
+ <dependson testid="t2" netserverid="n1" />
+ <socket_args
+ send_buffer_size = "128"
+ recv_buffer_size = "128"
+ send_size = "32" />
+ </test>
+ <test tid="t2"
+ test_name = "recv_tcp_stream"
+ library = "nettest_bsd.dll" >
+ <socket_args
+ send_buffer_size = "128"
+ recv_buffer_size = "128" />
+ </test>
+ <test tid="t3"
+ test_name = "send_tcp_rr"
+ library = "nettest_bsd.dll" >
+ <dependson testid="t4" netserverid="n1" />
+ <socket_args />
+ </test>
+ <test tid="t4"
+ test_name = "recv_tcp_rr"
+ library = "nettest_bsd.dll" >
+ <socket_args />
+ </test>
+</netserver>
+</netperf>
More information about the netperf-dev
mailing list