Re: svn commit: rev 5896 - trunk/www
From: Greg Stein <gstein_at_lyra.org>
Date: 2003-05-13 01:18:52 CEST
On Mon, May 12, 2003 at 05:43:08PM -0500, fitz@tigris.org wrote:
Yah... I was pretty surprised. I counted unique IPs from the access logs
[svn@svn httpd]$ awk '{print $1}' access_log* | sort -u | wc -l
But then Fitz and I figured that would include people who just happen to
[svn@svn httpd]$ awk '/PROPFIND/ {print $1}' access_log* | sort -u | wc -l
Of course, these numbers are quite rough. It doesn't account for dynamic
*shrug*
The simple fact is that, no matter how you want to slice the numbers, it is
Cheers,
-- Greg Stein, http://www.lyra.org/ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Tue May 13 01:17:17 2003 |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.