1DOVEADM-DUMP(1) Dovecot DOVEADM-DUMP(1)
2
3
4
6 doveadm-stats - Inspect or reset stats
7
9 doveadm stats dump [ -s <stats socket path> ] <type> [ <filter> ]
10
11 doveadm stats top [ -s <stats socket path> ] [ -b ] [ sortfield> ]
12
13 doveadm stats reset [ -s <stats socket path> ]
14
16 doveadm stats dump is used to output statistics
17
18 doveadm stats top is used to monitor statistics
19
20 doveadm stats reset is used to reset statistics
21
23 Command specific options:
24
25 -ssocketpath
26 Sets stats socket path
27
28 -b Show disk input/output bytes
29
31 dump accepts following types: command, session, user, domain, ip and
32 global.
33
34 Filter can be
35
36 user=<wildcard>
37 Match given user.
38
39 domain=<wildcard>
40 Match given DNS domain name
41
42 session=<str>
43 Match session identifier
44
45 ip=<ip>"["/<mask>"]"
46 Match local or remote IP
47
48 since=<timestamp>
49 Match session start time
50
51 connected
52 Show only connected sessions
53
54 top accepts any valid field name to sort along with.
55
57 Report bugs, including doveconf -n output, to the Dovecot Mailing List
58 <dovecot@dovecot.org>. Information about reporting bugs is available
59 at: http://dovecot.org/bugreport.html
60
62 doveadm(1)
63
64
65
66Dovecot v2.3 2016-01-12 DOVEADM-DUMP(1)