Re: web log and bandwidth usage

2003-11-26 Thread Jez Hancock
On Tue, Nov 25, 2003 at 07:22:56PM -0800, Will Prater wrote:
 What might be some of the better choices for web log analysis as well? 
 I use to use analog.
awstats is a nice alternative to analog and webalizer - although it does
give more detailed reports, it also takes longer to process logfiles
(about 10 seconds for 20,000 entries on an amd 650 512mb ram) - see the
homepage at:

http://awstats.sourceforge.net/

there is more info on pros/cons there.

-- 
Jez Hancock
 - System Administrator / PHP Developer

http://munk.nu/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


web log and bandwidth usage

2003-11-25 Thread Will Prater
List,

I am looking for a solution that will monitor bandwidth usage for 
websites on a server. I would like to get notified if a certain site 
has exceeded a certain limit. I could create such a script myself by 
parsing the weblogs.. or parsing output from a web log analyzer such as 
analog, but I would like to see if there are any solutions that some of 
you may be employing before I spend development time on this.

What might be some of the better choices for web log analysis as well? 
I use to use analog.

Thanks

--will

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: web log and bandwidth usage

2003-11-25 Thread Tim Aslat
In the immortal words of Will Prater [EMAIL PROTECTED]...
 I am looking for a solution that will monitor bandwidth usage for 
 websites on a server. I would like to get notified if a certain site 
 has exceeded a certain limit. I could create such a script myself by 
 parsing the weblogs.. or parsing output from a web log analyzer such
 as analog, but I would like to see if there are any solutions that
 some of you may be employing before I spend development time on this.

check out mod_accounting, it's designed specifically for what you want.

 What might be some of the better choices for web log analysis as well?

I use webalizer but mostly I get what I need from mod_accounting (look
in ports under www)



-- 
Tim Aslat [EMAIL PROTECTED]
Spyderweb Consulting
http://www.spyderweb.com.au
P: +61 8 82243020M: +61 0401088479
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: web log and bandwidth usage

2003-11-25 Thread Will Prater
The current port appears to be broken.

In the immortal words of Will Prater [EMAIL PROTECTED]...
I am looking for a solution that will monitor bandwidth usage for
websites on a server. I would like to get notified if a certain site
has exceeded a certain limit. I could create such a script myself by
parsing the weblogs.. or parsing output from a web log analyzer such
as analog, but I would like to see if there are any solutions that
some of you may be employing before I spend development time on this.
check out mod_accounting, it's designed specifically for what you want.

What might be some of the better choices for web log analysis as well?
I use webalizer but mostly I get what I need from mod_accounting (look
in ports under www)


--
Tim Aslat [EMAIL PROTECTED]
Spyderweb Consulting
http://www.spyderweb.com.au
P: +61 8 82243020M: +61 0401088479
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]

--will

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]