[netperf-dev] netperf4 commit notice r139 -
branches/glib_migration/src
raj at netperf.org
raj at netperf.org
Fri Apr 7 11:32:18 PDT 2006
Author: raj
Date: 2006-04-07 11:32:17 -0700 (Fri, 07 Apr 2006)
New Revision: 139
Removed:
branches/glib_migration/src/win_commands.xml
branches/glib_migration/src/win_config.xml
Log:
Since we don't need library suffixes with g_module_open we don't need
Windows-specific XML files, at least not just now.
Deleted: branches/glib_migration/src/win_commands.xml
===================================================================
--- branches/glib_migration/src/win_commands.xml 2006-04-07 18:31:04 UTC (rev 138)
+++ branches/glib_migration/src/win_commands.xml 2006-04-07 18:32:17 UTC (rev 139)
@@ -1,87 +0,0 @@
-<?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>
Deleted: branches/glib_migration/src/win_config.xml
===================================================================
--- branches/glib_migration/src/win_config.xml 2006-04-07 18:31:04 UTC (rev 138)
+++ branches/glib_migration/src/win_config.xml 2006-04-07 18:32:17 UTC (rev 139)
@@ -1,38 +0,0 @@
-<?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