From new-httpd-owner-new-httpd-archive=hyperreal.org@apache.org Wed Jun 02 17:22:06 1999 Return-Path: Delivered-To: new-httpd-archive@hyperreal.org Received: (qmail 11234 invoked by uid 6000); 2 Jun 1999 17:22:04 -0000 Received: (qmail 11216 invoked from network); 2 Jun 1999 17:21:59 -0000 Received: from houston.matchlogic.com (205.216.147.127) by taz.hyperreal.org with SMTP; 2 Jun 1999 17:21:59 -0000 Received: by houston.matchlogic.com with Internet Mail Service (5.5.2448.0) id ; Wed, 2 Jun 1999 11:21:26 -0600 Message-ID: <64003B21ECCAD11185C500805F31EC030287617E@houston.matchlogic.com> From: Charles Randall To: new-httpd@apache.org Cc: XNOVAKJ3@cs.felk.cvut.cz Subject: RE: [PATCH] support/ab.c improved for test more paths at once and better statistics Date: Wed, 2 Jun 1999 11:21:19 -0600 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain; charset="iso-8859-1" Sender: new-httpd-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org Were these ever committed? I just looked at apache-1.3_19990602131214.tar.gz and it doesn't look like it. Is there an interest in these (or similar) features? Charles -----Original Message----- From: Novak Jiri [mailto:XNOVAKJ3@cs.felk.cvut.cz] Sent: Tuesday, February 16, 1999 4:55 AM To: new-httpd@apache.org Subject: [PATCH] support/ab.c improved for test more paths at once and better statistics Hallo, After patch, ApacheBench is able to read file with paths to test on WWW server. Paths are not full URL, only path on same WWW server. It's able to process them repeatly by each path or by whole file. I improved statistics too, now it can print stats for each request/path/run. Jirka Novak urlfile: /index.html /credits.html .... new options: -f urlfile File containg urls for test (only /paths!) Number of requests will be equal to number of urls -m mode 0=, 1=each url will be repeated 'repeat' times, 2=whole e will be repeated 'repeat' times -r repeat Operations will be repeated 'repeat' times -s statmode Mode of printing statistics 0=stats per url, 1=stats per repeated run 2=statsequest, -1=all tested on: Linux 2.0.33, gcc 2.7.2.3, libc.so.5.4.38 oposite WWW: Apache Netscape-Enterprise/3.6, Apache/1.3.0