This is a discussion on RE: Stats within the mailing.postfix.users forums, part of the Mail Servers and Related category; http://awstats.sourceforge.net/ I don't think it is real time though. But I know you can get a ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
http://awstats.sourceforge.net/
I don't think it is real time though. But I know you can get a lot more info from it then the several tools I have seen posted here...maybe combining all of them will meet your needs. Tom W. -----Original Message----- From: owner-postfix-users@postfix.org [mailto:owner-postfix-users@postfix.org]On Behalf Of Ray Anderson Sent: Monday, January 26, 2004 6:01 PM To: 'Rolf Brusletto'; postfix-users@postfix.org Subject: RE: Stats I've created some stats that runs from cron every 5 minutes (close enough to realtime for me). The script is a php script, because I'm a perl idiot (but not for long). It also needs to run with privileges to read maillog. I copy the stats to a mysql database that only keeps the last 24 hours live data. The rest is summed for weekly/monthly/yearly reporting. (Click on any of the graphs to drill down). The graphs are made with the latest version of jpgraph, and require the gd 2+ libraries. Kindof a large set of dependencies, but it's worth it for me. Also required is php 4+. If anyone is interested, I'll put together a set of instructions and post the raw files to the web. The graphs are located at: http://www.rb-com.com/index.php?page=stats&set=email -=Ray --------------------------------------- Ray Anderson Systems Development Manager 916.788.2444 (Office) 916.798.9439 (Mobile) PRIDE Industries rsa@prideindustries.com http://www.prideindustries.com --------------------------------------- I fly close to my man, aim well and of course then he falls down. Captain Oswald Boelcke, Probably the World's First Ace, GAS, WWI > -----Original Message----- > From: owner-postfix-users@postfix.org > [mailto:owner-postfix-users@postfix.org] On Behalf Of Rolf Brusletto > Sent: Monday, January 26, 2004 3:08 PM > To: postfix-users@postfix.org > Subject: Stats > > > Hey all... I'm trying to find a good script to obtain > realtime stats.. > can anybody suggest anything? > > Thanks in advance, > > Rolf Brusletto > |