frisco
September 22nd, 2006, 09:56
Hi-
I'm looking for recommendations for reporting software for different server aspects.
Right now we're using awstats (http://awstats.sourceforge.net/) for understanding web server logs. Anyone else have a better suggestion? Anything out there OSS that tracks specific user paths? For reference, our main website generates about 1 million log entries a day. Our secondary sites generate another couple million.
I'm thinking of using linkchecker (http://linkchecker.sourceforge.net/) across all our websites to look for broken links. Anything better out there i can use?
Right now i use the StatsView::Graph (http://search.cpan.org/author/ABURLISON/StatsView-1.4/Graph/Graph.pm) perl module to generate graphs out of Solaris sar output, and i think i could work it to also interpret *BSD *stat output. Is there anything else i should consider for generating these? Main reason i'm using that perl module is it already interprets the Solaris sar info, as opposed to me having to do that and then feed the results to a different graphing program.
All of these tools need to produce output that others can interpret, like the web developers for the weblogs and linkchecker, and our dba's for the sar/*stat output, so something that does html output, or something that can fit into html output, is ideal.
I'm looking for recommendations for reporting software for different server aspects.
Right now we're using awstats (http://awstats.sourceforge.net/) for understanding web server logs. Anyone else have a better suggestion? Anything out there OSS that tracks specific user paths? For reference, our main website generates about 1 million log entries a day. Our secondary sites generate another couple million.
I'm thinking of using linkchecker (http://linkchecker.sourceforge.net/) across all our websites to look for broken links. Anything better out there i can use?
Right now i use the StatsView::Graph (http://search.cpan.org/author/ABURLISON/StatsView-1.4/Graph/Graph.pm) perl module to generate graphs out of Solaris sar output, and i think i could work it to also interpret *BSD *stat output. Is there anything else i should consider for generating these? Main reason i'm using that perl module is it already interprets the Solaris sar info, as opposed to me having to do that and then feed the results to a different graphing program.
All of these tools need to produce output that others can interpret, like the web developers for the weblogs and linkchecker, and our dba's for the sar/*stat output, so something that does html output, or something that can fit into html output, is ideal.