Click to See Complete Forum and Search --> : Best web log analyzer


Monyong
09-14-2000, 09:35 PM
Whats the best web log analyzer and where can i get it?

klamath
09-14-2000, 10:50 PM
analog? try freshmeat.net

------------------
- Klamath
Get my GnuPG Key Here (http://klamath.dyndns.org/mykey.asc)

Craig McPherson
09-18-2000, 04:46 AM
Webalizer is good. If you like the looks of it (see what the output looks like at http://www.bsu-hog.org/stats/usage_200008.html ), you should be able to download it from just about anywhere. The home page is http://www.mrunix.net/webalizer/, but you can probably get it at Freshmeat or wherever.

jdlangdon
09-20-2000, 07:28 AM
I'm using the NT version of Webtrends log Analyzer and it works great. The Linux version is available at http://www.webtrends.com/site_download/ers_download.htm?product=wtrs

Jason

CrashTestDummy
09-29-2000, 11:49 PM
I tried Webalizer for about 1.5 months and didn't have great success with it. It doesn't seem to report the bandwidth usage or the page vies correctly. Possibly I'm doing something wrong, but I ended up going back to using Analog 4.xx. The data transfer amounts seems more realistic in Analog than what Webalizer reported.

WebTrends is nice. Real pretty too. It would be even prettier f it didn't cost so much. http://www.linuxnewbie.org/ubb/frown.gif

rayjones
09-30-2000, 04:54 AM
Agreed, analog will win no beauty contests, but, after looking at several, I am still using it. I dunno, the data is presented in such a clear, quick way, I can see what's happening at the first glance.
I have it on my homepage, if you want to take a look.

------------------
Ray
ray@raymondjones.net
http://raymondjones.net

Sensei
09-30-2000, 05:24 PM
Ive used webalizer for a long time. Before that I was using Analog and from my experience I found that Analog was counting stats wayyyyyy under what they should've been.

Webalizer outputs pretty close to what Internet.com outputs. I run webalizer on my own and Internet.com uses their own log analyzer (not webalizer).

Webalizer usually puts out 1k more page views than what Internet.com tells me.

------------------
Sensei
LNO Seti Black Belts Team Stats
http://setiathome.ssl.berkeley.edu/stats/team/team_11027.html

Join the Linuxnewbie.org SETI Black Belts!
http://setiathome.ssl.berkeley.edu/cgi-bin/cgi?cmd=team_join_form&id=11027

Monyong
10-12-2000, 12:27 AM
I already installed webalizer and analog on my machine but found that they only take one log files for input and i have virtual host on my server so how do i make the analyzer analyzes the logs files of the virtual host. log files created by apache for each virtual host are agent_log, error_log, referer_log transfer_log

njcajun
10-12-2000, 12:34 AM
Whoever said WebTrends - I agree! I think WebTrends is fantastic. It's fairly new AFAIK, but it's pretty awesome. Check it out, definitely.

------------------
...meanwhile, I remain...
...The RedHatted Stepchild...

Sensei
10-12-2000, 12:53 AM
Actually web trends has been around a long time.

They are just pushing themselves into the linux space, but it was used on windows for many years.

------------------
Sensei
LNO Seti Black Belts Team Stats
http://setiathome.ssl.berkeley.edu/stats/team/team_11027.html

Join the Linuxnewbie.org SETI Black Belts!
http://setiathome.ssl.berkeley.edu/cgi-bin/cgi?cmd=team_join_form&id=11027

7DeadlySins
10-12-2000, 03:20 AM
In my experience, if you are producing these for clients, then webtrends seems to be the popular choice.. almost an industry standard. if its just for yourself, i'd use webalizer, as the one huge down side to webtrends (other than its commericial license of course) is it can take a long time to process your logs. webalizer is much faster.

7DS

Monyong
10-13-2000, 04:42 AM
I got webalizer working. I want to set it up as a cron job . how frequent do you set it to run? weekly? i'm planning on using it with logrotated which logrotated logs file weekly.

Also it i want to setup up a script to run every 5 min. whats the best way to do this?

1. edit crontab and add the script

2. make a script.cron and use crontab script.cron to run it?

Monyong
10-17-2000, 07:46 AM
I just found out that apache doesn;t update the access_log until it is reloaded or restarted while error_log update immediately. Is this normal? If so where does it store log files b4 reload? do i have to reload httpd everytime i want to analyze logs?