1RECVSTATS(8C) RECVSTATS(8C)
2
3
4
6 recvstats - summarize HylaFAX receive accounting information
7
9 /usr/sbin/recvstats [ options ] [ files ]
10
12 recvstats is a command script that prints a summary of the HylaFAX
13 accounting statistics for received facsimile. The statistics can be
14 sorted using one of several keys: the caller's CSI (default), CIDName
15 (CallID2), CIDNumber (CallID1), the communication speed, or the commu‐
16 nication data format. Statistics are read from the file
17 /var/spool/hylafax/etc/xferfaxlog unless filenames are specified on the
18 command line.
19
20 The following table is an example of the output from recvstats (using
21 the default sort key):
22 Sender CIDName CIDNumber Pages Time Pg/min Errs TypRate TypData
23 61 30:47 2.0 16 9600 1-DMR
24 +13037904674 5 1:34 3.2 2 9600 1-DMH
25 +14159657824 1 1:00 1.0 0 9600 1-DMH
26 +15086636852 2 0:00 2.0 0 9600 1-DMH
27 +15105268781 740 5:47:51 2.1 59 9600 1-DMH
28 +15105287164 20 7:00 2.9 0 9600 1-DMH
29 +15123713545 3 1:19 2.3 0 9600 1-DMH
30 +15123713641 5 1:04 4.6 0 9600 1-DMH
31 +16099211926 3 2:00 1.5 0 9600 1-DMH
32 +17088987617 1 0:18 3.3 0 9600 1-DMH
33 415 390 6175 22 6:01 3.6 0 9600 1-DMH
34 415 965 7651 56 34:52 1.6 14 9600 1-DMH
35 415 973 6723 1 2:09 0.5 0 9600 2-DMR
36 49 211 161514 1 0:00 1.0 0 9600 2-DMR
37 8185970503 1 0:28 2.1 0 9600 2-DMR
38 ALDUS CORPORATION ALDUS CO 5551212 3 2:34 1.2 0 9600 1-DMH
39 --------------------------------------------------------------------------------------------------
40 Total 925 7:19:03 2.1 91
41 The Sender column shows the caller's TSI (notice that some callers have
42 not setup a TSI). The CIDName column is the received CIDName value for
43 the sender. The CIDNumber column is the received CIDNumber value for
44 the sender. The Pages column is the total number of good pages
45 received. The time column shows the total amount of time spent receiv‐
46 ing facsimile from a sender. The Pg/min column displays the average
47 transfer rate. The Errs column indicates how many protocol errors were
48 encountered while receiving facsimile. The TypRate column displays the
49 most common communication speed with which facsimile were received.
50 The TypData column shows the most common data format in which facsimile
51 data were received.
52
54 -age days Show information only for the facsimile received in the
55 last specified number of days.
56
57 -csi* Sort output by caller's CSI.
58
59 -cidname Sort output by CIDName
60
61 -cidnumber Sort output by CIDNumber
62
63 -format Sort output by data format.
64
65 -send* Sort output by sender (i.e. caller's CSI).
66
67 -speed Sort output by signalling rate.
68
69 -since time Show information only for the facsimile received since the
70 specified time; where time is of the form ``MM/DD/YY
71 HH:MM'' (the date(1) format string %D %H:%M).
72
73 -end time Show information only for the facsimile received before the
74 specified time; where time is of the same form as since.
75
77 /var/spool/hylafax spooling area
78 /var/spool/hylafax/etc/xferfaxlog default file from which to read statistics
79
81 faxq(8C), xferfaxstats(8C), hylafax-log(5F)
82
83
84
85 March 3, 1995 RECVSTATS(8C)