On Fri, 2006-05-05 at 08:32 -0500, Stuart, Ed wrote: > Hello all; > > I new to the administration of an Apache web server and am looking for a > way to see how many clients are connected to the web server. We're > running Apache 2.0.46 on Red Hat AS 4. Netstat gives me connection info, > but shows multiple connections for the clients. How can I report how > many clients are connected to the web server at a given time? > > Ed > **Please apply a generous amount of all the usual disclaimers here.** > > Hi, To see live connections, you can use the following: # watch tail /var/log/httpd/access_log To report on connections over time, you might want to use something like webalizer Hope that helps, Rick --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx