You are viewing a plain text version of this content. The canonical link for it is here.
Posted to test-cvs@httpd.apache.org by ja...@apache.org on 2003/09/08 01:45:03 UTC

cvs commit: httpd-test/flood/examples round-robin-dynamic.xml round-robin-example.xml round-robin-keepalive.xml round-robin-relative-reports.xml round-robin-ssl.xml round-robin-timed.xml round-robin.xml

jacekp      2003/09/07 16:45:03

  Modified:    flood/examples round-robin-dynamic.xml
                        round-robin-example.xml round-robin-keepalive.xml
                        round-robin-relative-reports.xml
                        round-robin-ssl.xml round-robin-timed.xml
                        round-robin.xml
  Log:
  update example config files
  
  Revision  Changes    Path
  1.5       +1 -1      httpd-test/flood/examples/round-robin-dynamic.xml
  
  Index: round-robin-dynamic.xml
  ===================================================================
  RCS file: /home/cvs/httpd-test/flood/examples/round-robin-dynamic.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- round-robin-dynamic.xml	12 Jul 2003 22:34:25 -0000	1.4
  +++ round-robin-dynamic.xml	7 Sep 2003 23:45:03 -0000	1.5
  @@ -1,7 +1,7 @@
   <?xml version="1.0" standalone="no"?>
   <!DOCTYPE flood SYSTEM "flood.dtd">
   <!-- Hi, I'm a flood config file.  -->
  -<flood>
  +<flood configversion="1">
     <!-- A urllist describes which hosts and which methods we want to hit. -->
     <urllist>
       <name>Test Hosts</name>
  
  
  
  1.9       +1 -1      httpd-test/flood/examples/round-robin-example.xml
  
  Index: round-robin-example.xml
  ===================================================================
  RCS file: /home/cvs/httpd-test/flood/examples/round-robin-example.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- round-robin-example.xml	12 Jul 2003 22:34:25 -0000	1.8
  +++ round-robin-example.xml	7 Sep 2003 23:45:03 -0000	1.9
  @@ -1,7 +1,7 @@
   <?xml version="1.0" standalone="no"?>
   <!DOCTYPE flood SYSTEM "flood.dtd">
   <!-- Hi, I'm a flood config file.  -->
  -<flood>
  +<flood configversion="1">
     <!-- A urllist describes which hosts and which methods we want to hit. -->
     <urllist>
       <name>Test Hosts</name>
  
  
  
  1.6       +1 -1      httpd-test/flood/examples/round-robin-keepalive.xml
  
  Index: round-robin-keepalive.xml
  ===================================================================
  RCS file: /home/cvs/httpd-test/flood/examples/round-robin-keepalive.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- round-robin-keepalive.xml	12 Jul 2003 22:34:25 -0000	1.5
  +++ round-robin-keepalive.xml	7 Sep 2003 23:45:03 -0000	1.6
  @@ -2,7 +2,7 @@
   <!DOCTYPE flood SYSTEM "flood.dtd">
   <!-- Hi, I'm a flood config file.  
        This is a keepalive-enabled profile.  -->
  -<flood>
  +<flood configversion="1">
     <!-- A urllist describes which hosts and which methods we want to hit. -->
     <urllist>
       <name>Test Hosts</name>
  
  
  
  1.3       +1 -1      httpd-test/flood/examples/round-robin-relative-reports.xml
  
  Index: round-robin-relative-reports.xml
  ===================================================================
  RCS file: /home/cvs/httpd-test/flood/examples/round-robin-relative-reports.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- round-robin-relative-reports.xml	12 Jul 2003 22:34:25 -0000	1.2
  +++ round-robin-relative-reports.xml	7 Sep 2003 23:45:03 -0000	1.3
  @@ -1,7 +1,7 @@
   <?xml version="1.0"?>
   <!DOCTYPE flood SYSTEM "flood.dtd">
   <!-- Hi, I'm a flood config file.  -->
  -<flood>
  +<flood configversion="1">
     <!-- A urllist describes which hosts and which methods we want to hit. -->
     <urllist>
       <name>Test Hosts</name>
  
  
  
  1.8       +1 -1      httpd-test/flood/examples/round-robin-ssl.xml
  
  Index: round-robin-ssl.xml
  ===================================================================
  RCS file: /home/cvs/httpd-test/flood/examples/round-robin-ssl.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- round-robin-ssl.xml	12 Jul 2003 22:34:25 -0000	1.7
  +++ round-robin-ssl.xml	7 Sep 2003 23:45:03 -0000	1.8
  @@ -1,6 +1,6 @@
   <?xml version="1.0"?>
   <!DOCTYPE flood SYSTEM "flood.dtd">
  -<flood>
  +<flood configversion="1">
     <urllist>
       <name>Test Hosts</name>
       <description>A bunch of hosts we want to hit</description>
  
  
  
  1.3       +1 -1      httpd-test/flood/examples/round-robin-timed.xml
  
  Index: round-robin-timed.xml
  ===================================================================
  RCS file: /home/cvs/httpd-test/flood/examples/round-robin-timed.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- round-robin-timed.xml	12 Jul 2003 22:34:25 -0000	1.2
  +++ round-robin-timed.xml	7 Sep 2003 23:45:03 -0000	1.3
  @@ -1,7 +1,7 @@
   <?xml version="1.0"?>
   <!DOCTYPE flood SYSTEM "flood.dtd">
   <!-- Hi, I'm a flood config file.  -->
  -<flood>
  +<flood configversion="1">
     <!-- A urllist describes which hosts and which methods we want to hit. -->
     <urllist>
       <name>Test Hosts</name>
  
  
  
  1.7       +1 -1      httpd-test/flood/examples/round-robin.xml
  
  Index: round-robin.xml
  ===================================================================
  RCS file: /home/cvs/httpd-test/flood/examples/round-robin.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- round-robin.xml	12 Jul 2003 22:34:25 -0000	1.6
  +++ round-robin.xml	7 Sep 2003 23:45:03 -0000	1.7
  @@ -32,7 +32,7 @@
        ./examples/analyze-relative my-output
        
   -->
  -<flood>
  +<flood configversion="1">
     <!-- A urllist describes which hosts and which methods we want to hit. -->
     <urllist>
       <name>Test Hosts</name>