recvstats.1m
上传用户:weiyuanprp
上传日期:2020-05-20
资源大小:1169k
文件大小:5k
- ." $Id: recvstats.1m,v 1.1.1.1 2005/11/11 21:32:03 faxguy Exp $
- ."
- ." HylaFAX Facsimile Software
- ."
- ." Copyright (c) 1993-1996 Sam Leffler
- ." Copyright (c) 1993-1996 Silicon Graphics, Inc.
- ." HylaFAX is a trademark of Silicon Graphics
- ."
- ." Permission to use, copy, modify, distribute, and sell this software and
- ." its documentation for any purpose is hereby granted without fee, provided
- ." that (i) the above copyright notices and this permission notice appear in
- ." all copies of the software and related documentation, and (ii) the names of
- ." Sam Leffler and Silicon Graphics may not be used in any advertising or
- ." publicity relating to the software without the specific, prior written
- ." permission of Sam Leffler and Silicon Graphics.
- ."
- ." THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
- ." EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
- ." WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
- ."
- ." IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR
- ." ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
- ." OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
- ." WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF
- ." LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
- ." OF THIS SOFTWARE.
- ."
- .if n .po 0
- .ds Fx fIHylas-1FAXs+1fP
- .TH RECVSTATS ${MANNUM1_8} "March 3, 1995"
- .SH NAME
- recvstats - summarize *(Fx receive accounting information
- .SH SYNOPSIS
- .B ${SBIN}/recvstats
- [
- .I options
- ] [
- .I files
- ]
- .SH DESCRIPTION
- .I recvstats
- is a command script that prints a summary of the *(Fx
- accounting statistics for received facsimile.
- The statistics can be sorted using one of several keys:
- the caller's s-1CSIs+1 (default), CIDName (CallID2), CIDNumber (CallID1),
- the communication speed, or
- the communication data format.
- Statistics are read from the file
- .B ${SPOOL}/etc/xferfaxlog
- unless filenames are specified on the command line.
- .PP
- The following table is an example of the output from
- .I recvstats
- (using the default sort key):
- .sp .5
- .nf
- .ta w's-1ALDUS CORPORATIONs+1 'u +w'1234567890'u +w'1234567890'u +w'Pages 'u +w'15:03:58 'u +w'Pg/min 'u +w'Errs 'u +w'TypRate 'u
- fBSender CIDName CIDNumber Pages Time Pg/min Errs TypRate TypDatafP
- 61 30:47 2.0 16 9600 1-D MR
- +13037904674 5 1:34 3.2 2 9600 1-D MH
- +14159657824 1 1:00 1.0 0 9600 1-D MH
- +15086636852 2 0:00 2.0 0 9600 1-D MH
- +15105268781 740 5:47:51 2.1 59 9600 1-D MH
- +15105287164 20 7:00 2.9 0 9600 1-D MH
- +15123713545 3 1:19 2.3 0 9600 1-D MH
- +15123713641 5 1:04 4.6 0 9600 1-D MH
- +16099211926 3 2:00 1.5 0 9600 1-D MH
- +17088987617 1 0:18 3.3 0 9600 1-D MH
- 415 390 6175 22 6:01 3.6 0 9600 1-D MH
- 415 965 7651 56 34:52 1.6 14 9600 1-D MH
- 415 973 6723 1 2:09 0.5 0 9600 2-D MR
- 49 211 161514 1 0:00 1.0 0 9600 2-D MR
- 8185970503 1 0:28 2.1 0 9600 2-D MR
- s-1ALDUS CORPORATIONs+1 ALDUS CO 5551212 3 2:34 1.2 0 9600 1-D MH
- --------------------------------------------------------------------------------------------------
- Total 925 7:19:03 2.1 91
- .sp .5
- .fi
- The
- .I Sender
- column shows the caller's s-1TSIs+1 (notice that some callers have
- not setup a s-1TSIs+1).
- The
- .I CIDName
- column is the received CIDName value for the sender.
- The
- .I CIDNumber
- column is the received CIDNumber value for the sender.
- The
- .I Pages
- column is the total number of good pages received.
- The
- .I time
- column shows the total amount of time spent receiving facsimile
- from a sender.
- The
- .I Pg/min
- column displays the average transfer rate.
- The
- .I Errs
- column indicates how many protocol errors were encountered while
- receiving facsimile.
- The
- .I TypRate
- column displays the most common communication speed with which
- facsimile were received.
- The
- .I TypData
- column shows the most common data format in which facsimile
- data were received.
- .SH OPTIONS
- .TP 12
- .BI -age " days"
- Show information only for the facsimile received in the last specified number of
- .IR days .
- .TP 12
- .B -csi*
- Sort output by caller's
- .SM CSI.
- .TP 12
- .B -cidname
- Sort output by CIDName
- .TP 12
- .B -cidnumber
- Sort output by CIDNumber
- .TP 12
- .B -format
- Sort output by data format.
- .TP 12
- .B -send*
- Sort output by sender (i.e. caller's
- .SM CSIc
- ).
- .TP 12
- .B -speed
- Sort output by signalling rate.
- .TP 12
- .BI -since " time"
- Show information only for the facsimile received since the
- specified
- .IR time ;
- where
- .I time
- is of the form ``MM/DD/YY HH:MM'' (the
- .IR date (1)
- format string %D %H:%M).
- .TP 12
- .BI -end " time"
- Show information only for the facsimile received before the
- specified
- .IR time ;
- where
- .I time
- is of the same form as
- .B since.
- .SH FILES
- .nf
- .ta w'${SPOOL}/etc/xferfaxlog 'u
- ${SPOOL} spooling area
- ${SPOOL}/etc/xferfaxlog default file from which to read statistics
- .fi
- .SH "SEE ALSO"
- .IR faxq (${MANNUM1_8}),
- .IR xferfaxstats (${MANNUM1_8}),
- .IR hylafax-log (${MANNUM4_5})