Re: Performance analysis questions

Andrew Payne <payne@n8kei.tiac.net>
Errors-To: listmaster@www0.cern.ch
Date: Thu, 12 May 1994 17:14:12 +0200
Errors-To: listmaster@www0.cern.ch
Message-id: <199405121509.LAA09482@n8kei.tiac.net>
Errors-To: listmaster@www0.cern.ch
Reply-To: payne@n8kei.tiac.net
Originator: www-talk@info.cern.ch
Sender: www-talk@www0.cern.ch
Precedence: bulk
From: Andrew Payne <payne@n8kei.tiac.net>
To: Multiple recipients of list <www-talk@www0.cern.ch>
Subject: Re: Performance analysis questions 
X-Listprocessor-Version: 6.0c -- ListProcessor by Anastasios Kotsikonas
>1.  What makes a "typical" URL mix?  One thing I would like to do is ask
>webmasters running busy servers to send me copies of say a Monday's log
>file (feel free to remove client names/addresses if you like), especially
>if you feel your server can't handle the load it's getting.

One thing I forgot to suggest:  when measuring performance, don't forget to 
take into account any access control done by your server.  If your server 
reads extra files (like NCSA's ".htaccess" file), then things will be 
slower for files in directories with access control.

If you want to be formal, you could define different classes of benchmarks
for different access control methods:

    - no access control
    - host-based access control
    - basic user/password
    - etc, etc

-andy