You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by di...@apache.org on 2002/03/29 20:20:52 UTC

cvs commit: apache-1.3/src/support ab.8 ab.c

dirkx       02/03/29 11:20:51

  Modified:    src      CHANGES
               src/support ab.8 ab.c
  Log:
  Removed email address on request - as obviscation was slammed down on the list - and Google is your friend in any case
  
  Revision  Changes    Path
  1.1803    +1 -1      apache-1.3/src/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/CHANGES,v
  retrieving revision 1.1802
  retrieving revision 1.1803
  diff -u -r1.1802 -r1.1803
  --- CHANGES	28 Mar 2002 18:56:08 -0000	1.1802
  +++ CHANGES	29 Mar 2002 19:20:51 -0000	1.1803
  @@ -591,7 +591,7 @@
        to make results more true to what is measured. The upshot of this it
        turns out that 'ab' has often underreported the true performance of
        apache. Often by a order of magnitude :-) See talk/paper of Sander 
  -     Temme <sc...@covalent.net> at April ApacheCon 2001 for details.
  +     Temme at April ApacheCon 2001 for details.
        [Dirk-Willem van Gulik]
   
   Changes with Apache 1.3.20
  
  
  
  1.15      +1 -2      apache-1.3/src/support/ab.8
  
  Index: ab.8
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/support/ab.8,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- ab.8	13 Mar 2002 21:05:37 -0000	1.14
  +++ ab.8	29 Mar 2002 19:20:51 -0000	1.15
  @@ -291,8 +291,7 @@
   considerable factor. This was further componded by a serious
   interger overrun which would for realistic run's (i.e. those
   longer than a few minutes) produce believable but totally 
  -bogus results. Thanks to Sander Temme <sc...@covalent.net>
  -for solving this riddle.
  +bogus results. Thanks to Sander Temme for solving this riddle.
   
   .SH SEE ALSO
   .BR httpd(8)
  
  
  
  1.60      +3 -3      apache-1.3/src/support/ab.c
  
  Index: ab.c
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/support/ab.c,v
  retrieving revision 1.59
  retrieving revision 1.60
  diff -u -r1.59 -r1.60
  --- ab.c	13 Mar 2002 21:05:37 -0000	1.59
  +++ ab.c	29 Mar 2002 19:20:51 -0000	1.60
  @@ -95,7 +95,7 @@
      **    - Fixed serious int overflow issues which would cause realistic (longer
      **      than a few minutes) run's to have wrong (but believable) results. Added
      **	   trapping of connection errors which influenced measurements.
  -   **	   Contributed by Sander Temme - <sc...@covalent.net>, Early 2001
  +   **	   Contributed by Sander Temme - Early 2001
      **
    */
    /*
  @@ -1332,14 +1332,14 @@
   static void copyright(void)
   {
       if (!use_html) {
  -	printf("This is ApacheBench, Version %s\n", VERSION " <$Revision: 1.59 $> apache-1.3");
  +	printf("This is ApacheBench, Version %s\n", VERSION " <$Revision: 1.60 $> apache-1.3");
   	printf("Copyright (c) 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/\n");
   	printf("Copyright (c) 1998-2002 The Apache Software Foundation, http://www.apache.org/\n");
   	printf("\n");
       }
       else {
   	printf("<p>\n");
  -	printf(" This is ApacheBench, Version %s <i>&lt;%s&gt;</i> apache-1.3<br>\n", VERSION, "$Revision: 1.59 $");
  +	printf(" This is ApacheBench, Version %s <i>&lt;%s&gt;</i> apache-1.3<br>\n", VERSION, "$Revision: 1.60 $");
   	printf(" Copyright (c) 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/<br>\n");
   	printf(" Copyright (c) 1998-2002 The Apache Software Foundation, http://www.apache.org/<br>\n");
   	printf("</p>\n<p>\n");