Re: qmailanalog operation

2001-08-09 Thread Ross Cooney
On Thu, Aug 09, 2001 at 10:54:25PM -0400, Martin wrote: > Hello Gareth. > K> > Hi all! > > > > I have just installed the qmailanalog 0.70 binary for openbsd. > > I've noticed that there doesn't appear to be alot of information on > > qmail

Re: qmailanalog operation

2001-08-09 Thread Martin
Hello Gareth. > Hi all! > > I have just installed the qmailanalog 0.70 binary for openbsd. > I've noticed that there doesn't appear to be alot of information on > qmailanalog. atm I'm having problems with getting started.I use > multilog on my qmai

qmailanalog operation

2001-08-09 Thread Gareth Hall
Hi all! I have just installed the qmailanalog 0.70 binary for openbsd. I've noticed that there doesn't appear to be alot of information on qmailanalog. atm I'm having problems with getting started.I use multilog on my qmail system. Would someone be kind enoug

Re: qmailanalog awk: division by zero

2001-08-05 Thread martin
At 10:50 PM 8/5/2001 +0200, you wrote: >At 16:45 05.08.2001 -0400, martin wrote: >>Can someone give me a hint so I can start tracking this error down. >you didn't convert the timestamps into fractional seconds >look at qmail.org for a programm called tai64nfrac that converts the >timestamps >-- >

Re: qmailanalog awk: division by zero

2001-08-05 Thread Lukas Beeler
At 16:45 05.08.2001 -0400, martin wrote: >Can someone give me a hint so I can start tracking this error down. you didn't convert the timestamps into fractional seconds look at qmail.org for a programm called tai64nfrac that converts the timestamps -- --/-/-- Lukas Beeler [EMAIL PROTECTED

qmailanalog awk: division by zero

2001-08-05 Thread martin
Hello. I`ve set up qmailanalog to send the success, failures and deferrals to my by e-mail. It does this quite well but The timings ddelay, average ddelay, xdelay all show 0.00 which is obviously not correct as there are 1281 total delivery attempts, 698 success, 197 failures

Re: qmailanalog

2001-06-28 Thread Kjetil Ødegaard
* Charles Cazabon <[EMAIL PROTECTED]> > > tai64n timestamps aren't supposed to be human readable. They're supposed to > be easily parsable by programs. That's the whole point of tai64nlocal -- you > log with tai64n timestamps, and if you want to read the log with > human-readable timestamps, you

Re: qmailanalog usage

2001-06-26 Thread Charles Cazabon
Brett Leeder <[EMAIL PROTECTED]> wrote: > > Hi Charles, This qlogselect app from qlogtools doesn't appear to be in the > latest release of qlogtools. Someone else noticed that last week. All I have around is an i386 RPM of qlogtools-3.0-1; if that will do, you can grab it at http://www.qcc.sk.c

Re: qmailanalog usage

2001-06-26 Thread Mike Jackson
> Mark Douglas wrote: > > I'm trying to figure out how I should get the stats I want out of > qmailanalog, along with some other things I'd like to do. My main > issue is, if I wanted to do a daily log rotation, would it be feasible > to do the following (using multi

Re: qmailanalog usage

2001-06-26 Thread Brett Leeder
Charles Cazabon wrote: > Mark Douglas <[EMAIL PROTECTED]> wrote: > > I'm trying to figure out how I should get the stats I want out of > > qmailanalog, along with some other things I'd like to do. My main issue is, > > if I wanted to do a daily log rot

Re: qmailanalog usage

2001-06-25 Thread Todd Finney
Why not let logrotated handle your log rotation, daily if you so desire, and call qmailanalog from a postrotate block on maillog.2? We have a similar setup here, but we're rotating weekly. There's a little perl script that calls qmailanalog and sends its output to a dated file (m

Re: qmailanalog usage

2001-06-25 Thread Peter van Dijk
its analysis if you just analyze > one log at a time. That's why qmailanalog wants to write to an fd (I think 5) and read from another (I think 6). It saves state of all uncompleted messages to this fd, and expects this saved state to be passed to it on this other fd. I probably have th

Re: qmailanalog usage

2001-06-25 Thread Charles Cazabon
Mark Douglas <[EMAIL PROTECTED]> wrote: > I'm trying to figure out how I should get the stats I want out of > qmailanalog, along with some other things I'd like to do. My main issue is, > if I wanted to do a daily log rotation, would it be feasible to do the > follow

qmailanalog usage

2001-06-25 Thread Mark Douglas
Title: qmailanalog usage I'm trying to figure out how I should get the stats I want out of qmailanalog, along with some other things I'd like to do. My main issue is, if I wanted to do a daily log rotation, would it be feasible to do the following (using multilog): Set my logfi

SV: qmailanalog

2001-06-22 Thread Pål Fr. Johansen
-Pa°L -Opprinnelig melding- Fra: Henning Brauer [mailto:[EMAIL PROTECTED]] Sendt: 21. juni 2001 12:05 Til: Qmail Mailing List Emne: Re: qmailanalog On Wed, Jun 20, 2001 at 08:22:46PM -0600, Charles Cazabon wrote: > This script may have > bash-specific constructions, > s_y

Re: qmailanalog

2001-06-21 Thread Henning Brauer
On Wed, Jun 20, 2001 at 08:22:46PM -0600, Charles Cazabon wrote: > This script may have > bash-specific constructions, > s_year=`date -d '1 day ago' +%Y` > s_month=`date -d '1 day ago' +%m` > s_day=`date -d '1 day ago' +%d` This works only with GNU date - the original date doesn't have -d. You

Re: qmailanalog

2001-06-20 Thread Charles Cazabon
ormation is contained within my > "current" file, but I can find no way to report on this data using > qmailanalog, tai64n, tai64nlocal, tai64n2tai, etc. > > I have a "current" log file that contains log entries that span > approximately 1 week. I can successfully

RE: qmailanalog

2001-06-20 Thread Drew Hawn
no way to report on this data using qmailanalog, tai64n, tai64nlocal, tai64n2tai, etc. I have a "current" log file that contains log entries that span approximately 1 week. I can successfully use qmailanalog to view information about the messages that were sent and logged into my

Re: qmailanalog

2001-06-20 Thread Charles Cazabon
g it. > Once I have removed data that is not pertinent I then have to change them > back into multilog format using tai64n, and then convert them into the older > TAI64 format that qmailanalog understands, then run them through the > qmailanalog scripts. Don't remove any data. W

RE: qmailanalog

2001-06-20 Thread Drew Hawn
ve to convert them to human readable format. I can do this with tai64nlocal. Once I have removed data that is not pertinent I then have to change them back into multilog format using tai64n, and then convert them into the older TAI64 format that qmailanalog understands, then run them through the qmaila

Re: qmailanalog

2001-06-20 Thread Charles Cazabon
end(smtpd)/current > 2) Converted the "matchedup" version of "current" into human readable > format using tai64nlocal > 3) Pulled out dates for which I want to see log results from the file > created above > 4) Convert the data above to tai64 format using tai6

qmailanalog

2001-06-20 Thread Drew Hawn
log results from the file created above 4) Convert the data above to tai64 format using tai64n 5) Ran this data through zoverall to see qmailanalog results Regardless of whether I run it against /var/log/qmail/qmail-send or /var/log/qmail/qmail-smtpd I get the following: Completed

Re: Qmailanalog matchup error [Virus Checked]

2001-05-29 Thread Jeff_D_Sweeten
Sounds like a path PATH issue You have have ...\qmailanalog\bin in your path John Scarborough <[EMAIL PROTECTED]> on 05/29/2001 02:23:15 PM To: [EMAIL PROTECTED] cc:(bcc: Jeff D Sweeten/ASC/US/AON) Subject: Qmailanalog matchup error [Virus Checked] I am trying to run match

Qmailanalog matchup error

2001-05-29 Thread John Scarborough
Title: Qmailanalog matchup error I am trying to run matchup.  I have cleaned the maillog as documented and generated a file to parse through matchup.  Running matchup results in output like below .   Any help you TIA!    /usr/local/qmailanalog/bin/matchup:  [EMAIL PROTECTED]: No

Re: QMAILANALOG

2001-04-17 Thread Kris Kelley
qmailu wrote: > I am trying to use qmailanalog for my analysis... > > But when I pipe it through any of the z* commands, I get nothing except > the column headers from the z* command itself. What am I doing wrong? > I tried the same with tai64n2tai and tai64nlocal but I get nothing

QMAILANALOG

2001-04-17 Thread qmailu
Hi,   I am trying to use qmailanalog for my analysisI use supervise on qmail and log my files thru multilog...in a separate directory. On running the following command:    tai64nfrac < /mail/log/deliver/current> | \   /usr/local/qmailanalog/bin/matchup | /var/qmailanalog

Re: qmailanalog + tai64

2001-04-02 Thread Martin Renner
Hi. > # echo "986221654.952383500" | ./tailocal > 2001-04-02 15:27:34.952383500 And where can I find this tailocal? I just have tai64nlocal. Is it part of a previous version of ucspi-tcp? BTW: The input format is something like d d 986225876.348359500 986225876.369300500 986225876.381710500 b

Re: qmailanalog + tai64

2001-04-02 Thread japc
On Mon, Apr 02, 2001 at 03:50:46PM +0159, Martin Renner wrote: > Hi. > > I am using tai64nfrac to feed my qmail-logs into matchup. > > Is there also a small utility to convert the timestamps from matchup back > into a human-readable format? > Like, for instance: # echo "@40003ac8925a06b75

qmailanalog + tai64

2001-04-02 Thread Martin Renner
Hi. I am using tai64nfrac to feed my qmail-logs into matchup. Is there also a small utility to convert the timestamps from matchup back into a human-readable format? Martin

qmailanalog receipients analizyes

2001-03-16 Thread bart
Hello. Does zsenders's output includes also addresses from which mail is still in queue ?? I ask because I looked into matchup's output and there was the address included, but zsender's output didn't ... Bartek M.

Re: How to use qmailanalog?

2001-03-12 Thread Todd A. Jacobs
On Mon, 12 Mar 2001 ling@mail.hnytnet.com wrote: > What should I do next? > How to use other command in qmailanalog to analog the outout file? Pipe the output through any of the z* commands provided by the qmailanalog package. Each one is a shell script that you can read for informat

How to use qmailanalog?

2001-03-11 Thread ling
Hi! I've installed qmailanalog,and I used "matchup" program to generate output file "out.1". What should I do next? How to use other command in qmailanalog to analog the outout file? Are there any examples? Thanks

Re: Problems with qmailanalog

2001-03-02 Thread Todd A. Jacobs
On Fri, 2 Mar 2001, Dave Sill wrote: > You're trying to analyze tcpserver's logs, not qmail-send's logs. You're right. I changed /var/log/qmail/smtpd/current to /var/log/qmail/current and it works fine. Thanks. -- Todd A. Jacobs CodeGnome Consulting, LTD

Re: Problems with qmailanalog

2001-03-02 Thread Dave Sill
"Todd A. Jacobs" <[EMAIL PROTECTED]> wrote: >I'm running this following command: > > tai64nfrac < /var/log/qmail/smtpd/current | \ > /usr/local/qmailanalog/bin/matchup > >But when I pipe it through any of the z* commands, I get nothing except >

Re: Problems with qmailanalog

2001-03-02 Thread Charles Cazabon
Todd A. Jacobs <[EMAIL PROTECTED]> wrote: > I'm running this following command: > >tai64nfrac < /var/log/qmail/smtpd/current | \ >/usr/local/qmailanalog/bin/matchup > > And getting output like the following: > >? 983523225.508134500 tcpserver:

Problems with qmailanalog

2001-03-02 Thread Todd A. Jacobs
I'm running this following command: tai64nfrac < /var/log/qmail/smtpd/current | \ /usr/local/qmailanalog/bin/matchup And getting output like the following: ? 983523225.508134500 tcpserver: status: 0/20 ? 983523463.720841500 tcpserver: status: 1/20 ? 983523463.7

Re: qmailanalog

2001-02-02 Thread Marcio Cicero de Sa
Steve Woolley wrote: Hi Steve, > I am using qmail with the svscan method of > supervising the processes. I would also like to use > qmailanalog to do some stats/analysis. Under the > old "inetd" method of process management. The > qmail logs were under /var/log/qma

Re: qmailanalog

2001-02-02 Thread Steve Woolley
D]> Sent: Friday, February 02, 2001 11:53 AM Subject: Re: qmailanalog > Steve Woolley wrote: > > > > I am using qmail with the svscan method of > > supervising the processes. I would also like to use > > qmailanalog to do some stats/analysis. Under the > > old &

Re: qmailanalog

2001-02-02 Thread Peter Green
* Mike Jackson <[EMAIL PROTECTED]> [010202 11:58]: > > Is there some preprocessor that I am should run this through? > > or maybe some type of awk statement? > > Or should I be looking in a totally different place for my logs? > > Tai64nlocal works for me. Maybe fo

Re: qmailanalog

2001-02-02 Thread Mike Jackson
Steve Woolley wrote: > > I am using qmail with the svscan method of > supervising the processes. I would also like to use > qmailanalog to do some stats/analysis. Under the > old "inetd" method of process management. The > qmail logs were under /var/log/qmail, now

qmailanalog

2001-02-02 Thread Steve Woolley
I am using qmail with the svscan method of supervising the processes. I would also like to use qmailanalog to do some stats/analysis. Under the old "inetd" method of process management. The qmail logs were under /var/log/qmail, now they are stored under /var/service/qmail/log/main. Thi

Re: qmailanalog scripts

2001-01-16 Thread Grant
What's the point? If you have root on the machine you can view it from the terminal session. Just output the results of the various reports that qmailanalog has to a file that is available on your web server. On Tue, 16 Jan 2001, Clemens Hermann wrote: > Hi, > > did anyone make

Re: Documentation of qmailanalog

2001-01-16 Thread Grant
Try the docs that come with qmailanalog. /usr/local/qmailanalog/doc/MATCHUP On Tue, 16 Jan 2001 [EMAIL PROTECTED] wrote: > > > Hi there, > > I am searching for the Documentation of qmailanalog from last one > day on net. but unable to find it.Please suggest me

Re: qmailanalog scripts

2001-01-16 Thread Ismail YENIGUL
hi i write one http://www.enderunix.org/isoqlog it suppliess your request On Tue, 16 Jan 2001, Clemens Hermann wrote: > Hi, > > did anyone make the attemt to get the output of qmailanalog in a > webpage. I think of kind of report-page where you get a short monthly > summary

qmailanalog scripts

2001-01-16 Thread Clemens Hermann
Hi, did anyone make the attemt to get the output of qmailanalog in a webpage. I think of kind of report-page where you get a short monthly summary for each local/virtual domain (how many messages, how many Megs, etc.) If there is nothing like this around, would anyone else be interested in such

Documentation of qmailanalog

2001-01-16 Thread piyushjain
Hi there, I am searching for the Documentation of qmailanalog from last one day on net. but unable to find it.Please suggest me where i can get that or if somebody has with him pl. mail me. Thanks, Piyush Jain

Re: qmailanalog + qmailmrtg

2000-11-27 Thread PD Miller
At 0:08 +0700 28/11/00, Yamin Prabudy wrote: >I used Sean Truman qmailmrtg script and seems like in qmail-mrtg.c had some >problem in strncmp should be strcmp. You're right. Looking at the code, there is no reason for the strncmp calls and chonging them to strcmp does make it work. Overall, you

Re: qmailanalog + qmailmrtg

2000-11-27 Thread Alex Khanin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > Did anyone compile qmail-mrtg-1.0 from Sean ? > where can i get the /var/log/qmail/qmail-send/current -> how can i > generate this file so the qmail-mrtg program can read it ? > > I used Sean Truman qmailmrtg script and seems like in qmail-mrtg.c >

qmailanalog + qmailmrtg

2000-11-27 Thread Yamin Prabudy
Did anyone compile qmail-mrtg-1.0 from Sean ? where can i get the /var/log/qmail/qmail-send/current -> how can i generate this file so the qmail-mrtg program can read it ? I used Sean Truman qmailmrtg script and seems like in qmail-mrtg.c had some problem in strncmp should be strcmp. Thanks in A

qmailanalog and multilog

2000-11-24 Thread Flavio Curti
hi has anybody used qmailanalog with qmail multilogs? i'd like to run statistics on my qmail-send, but multilog rotates the logfiles, so im probably loosing some logs when i run qmailanalog on the 'current' log. so has anybody some tips? as far as i understand the way qmailanal

Re: Qmailanalog ...

2000-11-15 Thread Michael Maier
Daniel POGAC wrote: > Can you help me with use qmail analog ??? I have installed qmailanalog and > have log file without time stamps... > > I think that i use incorrect syntaxes... I'm using the following very simple Script for general Mail Statistics: root@foxdev1:/usr/loc

Qmailanalog ...

2000-11-15 Thread Daniel POGAC
Can you help me with use qmail analog ??? I have installed qmailanalog and have log file without time stamps... I think that i use incorrect syntaxes... Daniel POGAČ Tech. Support TatraSoft Group s.r.o Sibírska 4 83102 Bratislava tel: +421-7-55574033 fax: +421-7-55566385 [EMAIL PROTECTED]

Re: Possible bug in qmailanalog matchup program?

2000-11-08 Thread Mate Wierdl
or not open > > I have isolated the problem to the matchup program by running the following > sequence of commands: > > # cat /var/log/qmail/*.s /var/log/qmail/current > biglog.txt > # cat biglog.txt | /usr/local/qmailanalog/bin/tai64nfrac > big64nfrac.txt > # ca

Re: Possible bug in qmailanalog matchup program?

2000-11-08 Thread Ben Beuchler
On Wed, Nov 08, 2000 at 12:21:16PM -0500, James Morgenstein wrote: > I am attempting to process about 500 MB of qmail log files but continue to > run into the following bug when running the matchup program: > > matchup: fatal: unable to write fd 5: file descriptor not open man matchup It's n

Re: Possible bug in qmailanalog matchup program?

2000-11-08 Thread Peter van Dijk
On Wed, Nov 08, 2000 at 12:21:16PM -0500, James Morgenstein wrote: [snip] > > matchup: fatal: unable to write fd 5: file descriptor not open You obviously did not read the docs. Greetz, Peter -- dataloss networks '/ignore-ance is bliss' - me 'Het leven is een stuiterbal, maar de mijne plakt

Possible bug in qmailanalog matchup program?

2000-11-08 Thread James Morgenstein
commands: # cat /var/log/qmail/*.s /var/log/qmail/current > biglog.txt # cat biglog.txt | /usr/local/qmailanalog/bin/tai64nfrac > big64nfrac.txt # cat big64nfrac.txt | /usr/local/qmailanalog/bin/matchup > bigmatchup.txt I get the above error on the last line of this sequence of com

Re: qmailanalog - Help...

2000-10-30 Thread Alex Khanin
> Hello, I am trying to setup qmailanalog - first of all my log files look > like this 'Oct 30 10:32:08 flashburn qmail: 972919928.511859 new msg 103249' so > I assume that I need to strip the 'Oct 30 10:32:08 flashburn qmail:' how do I do > that??? Also, onc

qmailanalog - Help...

2000-10-30 Thread jsunday
Hello, I am trying to setup qmailanalog - first of all my log files look like this 'Oct 30 10:32:08 flashburn qmail: 972919928.511859 new msg 103249' so I assume that I need to strip the 'Oct 30 10:32:08 flashburn qmail:' how do I do that??? Also, once that

Re: problems with qmailanalog utils

2000-09-28 Thread Henry Baragar
Jens, You need to find "tai64nfrac" and run it on the logs produced by multilog in order to convert the tai64 time stamps to the fractional ones expected by zoverall. Henry > hi brett, > > thanks for your hint with multilog. now it works ! and, yes, i know lwq > and it's great ! > > ps: zoveral

Re: problems with qmailanalog utils

2000-09-16 Thread Jens Georg
hi brett, thanks for your hint with multilog. now it works ! and, yes, i know lwq and it's great ! ps: zoverall always throws a "division by zero error". did you notice and fix it ? > OK Start by looking at Life With Qmail and setting up your logging using > multilog. Also, you may want to look

Re: statistics with qmailanalog

2000-09-16 Thread Magnus Bodin
On Fri, Sep 15, 2000 at 04:51:35PM -0700, James Stevens wrote: > Hrmm, I am having the same problem I have a bunch of '@#' files... > I know the numbers are the microsecounds and thats all fine and dandy but > qmail does not seem to be crunching these into a permanet log file.. Hrmmm, > am

RE: problems with qmailanalog utils

2000-09-15 Thread Brett Randall
from routers and gateways, it can make management much easier... /BR -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jens Georg Sent: Saturday, 16 September 2000 11:40 AM To: qmail mailinglist Subject: problems with qmailanalog utils hi, i have a big

problems with qmailanalog utils

2000-09-15 Thread Jens Georg
hi, i have a big problem with qmailanalog, because i never get an output. i have one mail-logfile in /var/log/mail. i piped this thru matchup and i.e. thru zoverall, but i never get an output. zoverall i.e. says "completed messages:0" although my system logs hundreds of mails a day.

problems with qmailanalog utils

2000-09-15 Thread Jens Georg
hi, i have a big problem with qmailanalog, because i never get an output. i have one mail-logfile in /var/log/mail. i piped this thru matchup and i.e. thru zoverall, but i never get an output. zoverall i.e. says "completed messages:0" although my system logs hundreds of mail a day.

Re: statistics with qmailanalog

2000-09-15 Thread James Stevens
- From: "Gesner JEAN" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, September 06, 2000 9:11 AM Subject: statistics with qmailanalog > Hello, > Formely i used NT,now I have my server Linux Redhat 6.1 using already qmail, > b

Re: qmailanalog compiling problem

2000-09-14 Thread Stephen Berg
On Thu, 14 Sep 2000 19:47:40 -0400, Peter Green wrote: >If you installed kernel-headers before kernel-source (which makes sense, >since kernel-headers is a prereq for kernel-source), you broke the symlinks. >Do a ``rpm -Uhv --force kernel-headers-2.2.16-3.i386.rpm'' and the symlinks >magically re

Re: qmailanalog compiling problem

2000-09-14 Thread Johan Almqvist
On Thu, Sep 14, 2000 at 06:42:20PM -0500, Stephen Berg wrote: > >I believe errno.h is part of the kernel source tree. I'm going to guess > >that you are using RedHat and did not install the kernel-devel package, > >which includes all the kernel header files... [foo@sol pelle]$ rpm -qf /usr/inclu

Re: qmailanalog compiling problem

2000-09-14 Thread Peter Green
also sprach sberg: > Ok, take a look here and see if I'm missing something. I'm pretty > sure I got all the packages necessary to do this sort of thing. > > [root@black qmailanalog-0.70]# rpm -qa | grep -i kernel > kernel-utils-2.2.14-5.0 > kernelcfg-0.5-5 > kerne

Re: qmailanalog compiling problem

2000-09-14 Thread Stephen Berg
Ok, take a look here and see if I'm missing something. I'm pretty sure I got all the packages necessary to do this sort of thing. [root@black qmailanalog-0.70]# rpm -qa | grep -i kernel kernel-utils-2.2.14-5.0 kernelcfg-0.5-5 kernel-pcmcia-cs-2.2.14-5.0 kernel-ibcs-2.2.16-3 kerne

Re: qmailanalog compiling problem

2000-09-14 Thread Ben Beuchler
On Thu, Sep 14, 2000 at 06:23:41PM -0500, Stephen Berg wrote: > /usr/include/bits/errno.h:25: linux/errno.h: No such file or > directory I believe errno.h is part of the kernel source tree. I'm going to guess that you are using RedHat and did not install the kernel-devel package, which includes

qmailanalog compiling problem

2000-09-14 Thread Stephen Berg
Ok, I thought I'd take a gander at the qmailanalog utility from DJB's website. Downloaded it and de-tar'd/gunzip'd it. Read the README and INSTALL files. Ran "make" and get the following error message. ---Error Message start--- [root@black qma

Re: statistics with qmailanalog

2000-09-06 Thread Robin S. Socha
* Gesner JEAN <[EMAIL PROTECTED]> writes: [JEAN set up qmailanalog] > 1- make 2- make setup I should have something as follows: > 849347513.939860 running microsecond timestamps - good. > After these two there, I blocked myself, and I visited by evil of > site inorder to f

statistics with qmailanalog

2000-09-06 Thread Gesner JEAN
Hello, Formely i used NT,now I have my server Linux Redhat 6.1 using already qmail, but Iwould like to make now statistics for mails outgoing, entering and numbers it connection per month of my utilisateurs.De this fact, I have downloaded qmailanalog, at which I estimate who can make it.The

usage of qmailanalog

2000-09-04 Thread Jens Georg
hi, can somebody please tell me how to analyse /var/log/mail using the qmailanalog utils ? i followed the manpages, but output is always empty. -- regards, jens --- department computer science, university of dortmund linux

Re: qmailanalog report

2000-08-24 Thread Jason Huang
I think it's time problem!! Because I change my system time . Now it's ok !   Thanks your care , PipE .     # Here is my script and the attachment is my log file  #   #!/bin/sh   cd /usr/local/qmailanalog/bin cat /var/log/maillog

Re: qmailanalog report

2000-08-24 Thread Jason Huang
    # Here is my script and the attachment is my log file  #   #!/bin/sh   cd /usr/local/qmailanalog/bin cat /var/log/maillog | grep -v "imaplogin" | awk '{$1="";$2="";$3="";$4="";$5="";print}' | \  ./matchup

qmailanalog report

2000-08-24 Thread Jason Huang
I use qmailanalog recently. But I don't understand why the "xdelay" is minus. Is that right ?   If it is right , what the real mean by that.   Appreciate any help .     here is my analog # Completed messages: 104Recipients

Re: qmailanalog ideas?

2000-08-15 Thread Chin Fang
o set up some quick scripts using qmailanalog. I would like > to generate a report every morning on the previous 24 hours. The new > multilog does not rotate based on time but rather on size, so that's a > bit awkward. Has anyone arrived at a simple way to dig all the log > ent

qmailanalog ideas?

2000-08-15 Thread Ben Beuchler
I'm trying to set up some quick scripts using qmailanalog. I would like to generate a report every morning on the previous 24 hours. The new multilog does not rotate based on time but rather on size, so that's a bit awkward. Has anyone arrived at a simple way to dig all the l

Re: qmailanalog for dummies

2000-08-09 Thread Dave Sill
"Tony Campisi" <[EMAIL PROTECTED]> wrote: >Our qmail server has been up for 2 days and everything is working fine. I >would like to use qmailanalog to analyze activity. >I have read through the archive but need more answers. >I installed qmailanalog-0.70 qmailana

Re: qmailanalog for dummies

2000-08-09 Thread pgracia
Hello, I run this script from cron one time per day. I've copied from qmail list time ago and it's slighty modified from the original one made by Jay Soffian. BTW thanks Jay. #!/bin/sh PATH="/usr/local/bin/qmailanalog:/usr/local/bin:$PATH" export PATH umask 077 TMP_

qmailanalog for dummies

2000-08-08 Thread Tony Campisi
Our qmail server has been up for 2 days and everything is working fine. I would like to use qmailanalog to analyze activity. I have read through the archive but need more answers. I installed qmailanalog-0.70 :From an archived message: awk '{$1="";$2="";$3=""

RE: stats from qmailanalog

2000-07-28 Thread Kevin Bucknum
e for some reason) that I'm using is 10 second off from tai64nlocal, but it is close enough for my needs. -Original Message- From: flitcraft33 [mailto:[EMAIL PROTECTED]] Sent: Friday, July 28, 2000 12:31 PM To: [EMAIL PROTECTED] Subject: stats from qmailanalog I am new to qmail and I am t

Re: stats from qmailanalog

2000-07-28 Thread Dave Sill
[Dan, please configure your mailer to wrap lines that are longer than 80 characters.] "flitcraft33" <[EMAIL PROTECTED]> wrote: >I ran the tai64local program against a copy of a log and got human >time stamps. I followed the steps on the matchup and got as far as a >file that had my log with a qu

stats from qmailanalog

2000-07-28 Thread flitcraft33
I am new to qmail and I am trying to set up the qmailanalog scripts to provide statistics and process the log files. I can't get any of it to work, I read the read-mes and man pages and am clueless. My installation follows the defaults in qmail, appears to work fine and uses

Re: qmailanalog compatible with multilog?

2000-07-23 Thread Bruce Guenter
On Sun, Jul 23, 2000 at 07:20:31PM -, John Conover wrote: > Is qmailanalog compatible with multilog when qmail is run under tcpserver? Yes and no. Multilog produces tai64n timestamps, while qmailanalog only understands the older tai timestamps. A couple of conversion programs ex

Re: qmailanalog compatible with multilog?

2000-07-23 Thread Ronny Haryanto
On 23-Jul-2000, John Conover wrote: > Is qmailanalog compatible with multilog when qmail is run under tcpserver? I'm using qmailanalog 0.70 and I need to pipe the logs to tai64nfrac first before feeding them to matchup. You can find tai64nfrac from http://qmail.org/top.html Ronny

qmailanalog compatible with multilog?

2000-07-23 Thread John Conover
Is qmailanalog compatible with multilog when qmail is run under tcpserver? Thanks, John -- John ConoverTel. 408.370.2688 [EMAIL PROTECTED] 631 Lamont Ct. Cel. 408.772.7733 Campbell, CA 95008 Fax. 408.379.9602 http://www.johncon.com

Qmailanalog

2000-07-21 Thread Cedric Fontaine
I ve just installed qmailanalog and daemontools on my server Could you please just help me on I can get good daily report of qmail usage with multilog ? What shall I do exactly ??? Is there a FAQ on this ? Thank you

Re: qmailanalog and zoverall.

2000-07-19 Thread Moragues Ramón, Antonio
mber (mbytes) is too large? Should you change "print mbytes" to "printf > ("%d", mbytes)" ??? > > Moragues Ramón, Antonio wrote: > > > Hi, > > > > I run a qmail server and I want know the total number of bytes sent > > trought it,

Re: qmailanalog and zoverall.

2000-07-18 Thread Michael T. Babcock
total number of bytes sent > trought it, y use qmailanalog 0.70 and gawk 3.0.4, but instead of show the > total bytes in completes messages show a nunmber like this 1.983e+10, I > tried use gawk and mawk, the server is a Debian GNU/Linux 2.2 on a PII > 450, anyone know whats the proble

qmailanalog and zoverall.

2000-07-18 Thread Moragues Ramón, Antonio
Hi, I run a qmail server and I want know the total number of bytes sent trought it, y use qmailanalog 0.70 and gawk 3.0.4, but instead of show the total bytes in completes messages show a nunmber like this 1.983e+10, I tried use gawk and mawk, the server is a Debian GNU/Linux 2.2 on a PII 450

FW: qmailanalog and multilog

2000-06-08 Thread Kevin Bucknum
Not using the patches from www.qmail.org, but this works for me Script to convert to a format qmailanalog likes #!/usr/bin/perl while (<>) { if (my($s,$t,$rest)=/^\@.(\w{15})(\w{8})(.*)/) { $s = hex($s); $t = hex($t); $t =~ s/500$//; $_ = "$s.$t$rest\n";

Re: qmailanalog and multilog

2000-06-07 Thread Russell Nelson
Ken Jones writes: > > Does anyone have a patch to qmailanalog to read > the new multilog time format? There's two (2) patches to create a program which accepts multilog time format (tai64n) and rewrites it into fractional seconds (taifrac) format. They're listed on www.qm

Re: qmailanalog and multilog

2000-06-07 Thread Ronny Haryanto
On 07-Jun-2000, Ken Jones wrote: > Does anyone have a patch to qmailanalog to read > the new multilog time format? It's not a patch like you want, but in case you want to know how to make it work: I use a C program called tai64nfrac found on qmail.org to filter the log before

qmailanalog and multilog

2000-06-07 Thread Ken Jones
Does anyone have a patch to qmailanalog to read the new multilog time format? Ken Jones inter7

Re: qmailanalog - matchup

2000-04-27 Thread Peter Green
On Thu, Apr 27, 2000 at 12:35:21PM +0200, Steffan Hoeke wrote: > Hi, > > I've (finally) started using qmailanalog, but when i try to pass a > specific maillog through matchup i get the following error : > > matchup: fatal: unable to write to fd 5: file descriptor not ope

qmailanalog - matchup

2000-04-27 Thread Steffan Hoeke
Hi, I've (finally) started using qmailanalog, but when i try to pass a specific maillog through matchup i get the following error : matchup: fatal: unable to write to fd 5: file descriptor not open I'm using a script to pass maillog & maillog.1 thu 7 to matchup. 2 of the logs

qmailanalog bin z* and s* scripts usage

2000-04-20 Thread Abel Lucano
After processing mail log files with matchup, i'm trying to see more detailed pictures of the logs with /usr/local/qmailanalog/bin z* and x* scripts if my log after processing with matchup is 15apr.log, the following would work? (i try to keep results in "mysend" file): < 15

qmailanalog bin scripts usage

2000-04-18 Thread Abel Lucano
After processing mail log files with matchup, i'm trying to see more detailed pictures of the logs with /usr/local/qmailanalog/bin z* and x* scripts if my log after processing with matchup is 15apr.log, the following would work? (i try to keep results in "mysend" file): < 15

  1   2   >