Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Apr 1998 14:03:24 -0600
From:      dannyman <dannyman@sasquatch.dannyland.org>
To:        Fred Muller <fred@madtec.com>, FreeBSD Mailing-list <freebsd-questions@FreeBSD.ORG>
Subject:   Re: Web stat programs for FreeBSd
Message-ID:  <19980402140324.51852@arh0300.urh.uiuc.edu>
In-Reply-To: <007601bd5e6f$439ebfe0$32647fcb@nbfred>; from Fred Muller on Fri, Apr 03, 1998 at 02:40:59AM %2B0700
References:  <007601bd5e6f$439ebfe0$32647fcb@nbfred>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Apr 03, 1998 at 02:40:59AM +0700, Fred Muller wrote:

> Do you know any stat programs that could be setup for different directories
> (I guess they all do that) and would give me the following information:
> 
> - disk space of the dir
> - traffic of the dir (bandwith usage)
> - hits
> - origin
> - referrer
> - different pages hit No.
> - online access through any browser with instant stats (nice output would be
> great, but not a priority)
> 
> and also that I could install with Telnet (I guess this is the only way).
> 
> Well I hope this was clear enough so you can answer.
> Thanks a lot for your help

Fred, do you just want to see the access logs, or the access statistics?

For statistics, I swear by analog, which is freeware, and compiles with no
trouble at all ... http://www.statslab.cam.ac.uk/~sret1/analog/

To keep an eye on logs, use tail -f ... telnet to your host, and do
something like;
tail -f /var/log/httpd-access.log
(depending where your logs live)

hth,
dan

-- 
  //       dannyman yori aiokomete       ||  Our Honored Symbol deserves
\\/ http://www.dannyland.org/~dannyman/  ||  an Honorable Retirement (UIUC)

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980402140324.51852>