source: trunk/third/sendmail/mailstats/mailstats.0 @ 19204

Revision 19204, 2.9 KB checked in by zacheiss, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r19203, which included commits to RCS files with non-trunk default branches.
Line 
1
2
3
4MAILSTATS(8)                                         MAILSTATS(8)
5
6
7NNAAMMEE
8       mailstats - display mail statistics
9
10SSYYNNOOPPSSIISS
11       mmaaiillssttaattss [--cc] [--oo] [--pp] [--PP] [--CC _c_f_f_i_l_e] [--ff _s_t_f_i_l_e]
12
13DDEESSCCRRIIPPTTIIOONN
14       The  mmaaiillssttaattss  utility  displays the current mail statis-
15       tics.
16
17       First, the time at which statistics started being kept  is
18       displayed, in the format specified by ctime(3).  Then, the
19       statistics for each mailer are displayed on a single line,
20       each with the following white space separated fields:
21
22              MM           The mailer number.
23              mmssggssffrr      Number of messages from the mailer.
24              bbyytteess__ffrroomm  Kbytes from the mailer.
25              mmssggssttoo      Number of messages to the mailer.
26              bbyytteess__ttoo    Kbytes to the mailer.
27              mmssggssrreejj     Number of messages rejected.
28              mmssggssddiiss     Number of messages discarded.
29              MMaaiilleerr      The name of the mailer.
30
31       After  this display, a line totaling the values for all of
32       the mailers is displayed (preceded with  a  ``T''),  sepa-
33       rated  from  the previous information by a line containing
34       only equals (``='')  characters.   Another  line  preceded
35       with a ``C'' lists the number of TCP connections.
36
37       The options are as follows:
38
39       --CC     Read  the  specified  file  instead  of the default
40              sseennddmmaaiill configuration file.
41
42       --cc     Try to use submit.cf instead of the  default  sseenndd--
43              mmaaiill configuration file.
44
45       --ff     Read  the  specified statistics file instead of the
46              statistics file specified in the sseennddmmaaiill  configu-
47              ration file.
48
49       --PP     Output information in program-readable mode without
50              clearing statistics.
51
52       --pp     Output information  in  program-readable  mode  and
53              clear statistics.
54
55       --oo     Don't display the name of the mailer in the output.
56
57       The mmaaiillssttaattss utility exits 0 on success,  and  >0  if  an
58       error occurs.
59
60
61
62
63
64                   $Date: 2003-04-08 15:09:29 $                 1
65
66
67
68
69
70MAILSTATS(8)                                         MAILSTATS(8)
71
72
73FFIILLEESS
74       /etc/mail/sendmail.cf    The  default  sseennddmmaaiill configura-
75                                tion file.
76       /etc/mail/statistics     The default  sseennddmmaaiill  statistics
77                                file.
78
79SSEEEE AALLSSOO
80       mailq(1), sendmail(8)
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130                   $Date: 2003-04-08 15:09:29 $                 2
131
132
Note: See TracBrowser for help on using the repository browser.