[Exim] eximstats-1.20 ready for testing

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Steve Campbell
Fecha:  
A: exim-users
Asunto: [Exim] eximstats-1.20 ready for testing
eximstats-1.20 is out and available at

http://www.cyberenet.net/~sten/eximstats-1.20.src

$ md5 eximstats-1.20.src
MD5 (eximstats-1.20.src) = bcd06bcd29d507d395f14f9a466733a8
$ cksum eximstats-1.20.src
690208702 74071 eximstats-1.20.src

Fixes and new features include:
Added the '-merge' option to allow merging of previous reports.
Fixed a missing semicolon when doing -bydomain.
Make volume charts plot the data gigs and bytes rather than just bytes.
Only process log lines with $flag =~ /<=|=>|->|==|\*\*|Co/
Converted Emaildomain to Edomain - the column header was too wide!

The -merge is the big new addition. It allows you to do things like:

 #Generate a weekly report from the daily reports
 eximstats mainlog.sun > report.sun.txt
 eximstats mainlog.mon > report.mon.txt
 eximstats mainlog.tue > report.tue.txt
 eximstats mainlog.wed > report.web.txt
 eximstats mainlog.thu > report.thu.txt
 eximstats mainlog.fri > report.fri.txt
 eximstats mainlog.sat > report.sat.txt
 eximstats -merge       report.*.txt > weekly_report.txt


#Convert reports from text to html and vice-versa
eximstats -merge -html report.txt > report.html
eximstats -merge report.html > report.txt

#Join reports from seperate servers
eximstats -merge report.mta1.txt report.mta2.txt > report.all.txt

Enjoy,
Steve