[netperf-dev] netperf4 commit notice r32 - trunk/src

burger at netperf.org burger at netperf.org
Wed Dec 7 13:32:18 PST 2005


Author: burger
Date: 2005-12-07 13:32:16 -0800 (Wed, 07 Dec 2005)
New Revision: 32

Modified:
   trunk/src/netperf_docs.dtd
Log:
Changes to the dtd to support die and close.

Stephen Burger



Modified: trunk/src/netperf_docs.dtd
===================================================================
--- trunk/src/netperf_docs.dtd	2005-12-07 21:17:25 UTC (rev 31)
+++ trunk/src/netperf_docs.dtd	2005-12-07 21:32:16 UTC (rev 32)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8" ?>
 <!-- Contains Declarations for three types of netperf documents:
         netperf configuration file
-        netperf command
+        netperf commands
         netperf message
      
      all three document types share common element declarations
@@ -61,8 +61,8 @@
   (idled) |
   (initialized) |
   (interval) |
-  (kill) |
-  (killed) |
+  (close) |
+  (closed) |
   (load) |
   (loaded) |
   (measure) |
@@ -85,6 +85,7 @@
 
 <!ELEMENT commands (
   (clear_stats) |
+  (close) |
   (create_test_set) |
   (delete_test_set) |
   (die) |
@@ -216,6 +217,19 @@
 >
 
 
+<!ELEMENT close EMPTY >
+<!ATTLIST close
+  sid           CDATA           #REQUIRED
+  flag          (LOOP | EXIT)   "LOOP"
+>
+
+
+<!ELEMENT closed EMPTY >
+<!ATTLIST closed
+  flag          (LOOPING | GONE)  #IMPLIED
+>
+
+
 <!ELEMENT configured EMPTY >
 
 <!ELEMENT dependency_data (#PCDATA) >
@@ -240,23 +254,28 @@
   tid           CDATA   #REQUIRED
 >
 
+
 <!ELEMENT exec_local EMPTY >
 <!ATTLIST exec_local
   command       CDATA   #REQUIRED
 >
 
+<!-- exec_remote is a security hole and is not implemented -->
+
 <!ELEMENT exec_remote EMPTY >
 <!ATTLIST exec_remote
   nid           ID      #REQUIRED
   command       CDATA   #REQUIRED
 >
 
+
 <!ELEMENT get_stats EMPTY >
 <!ATTLIST get_stats
   xmlns         CDATA   #FIXED    "http://www.netperf.org/ns/netperf"
   tid           CDATA   #REQUIRED
 >
 
+
 <!ELEMENT idle EMPTY >
 <!ATTLIST idle
   xmlns         CDATA   #FIXED    "http://www.netperf.org/ns/netperf"
@@ -269,6 +288,7 @@
   tid           CDATA   #REQUIRED
 >
 
+
 <!ELEMENT initialized (dependency_data)? >
 <!ATTLIST initialized
   tid           ID      #REQUIRED



More information about the netperf-dev mailing list