Sun Java System Messaging Server 6.3 Administration Guide

27.8.3.3 IMAP, POP, and HTTP Connection Statistics Using counterutil

To get information on the number of current IMAP, POP, and HTTP connections, number of failed logins, total connections from the start time, and so forth, you can use the command counterutil -o CounterObject -i 5 -n 10.where CounterObject represents the counter object popstat, imapstat, or httpstat. The meaning of the imapstat suffixes is shown in Table 27–2. The popstat and httpstat objects provide the same information in the same format and structure.

Table 27–2 counterutil imapstat Statistics

Suffix  

Description  

currentStartTime

Start time of the current IMAP server process. 

lastConnectionTime

The last time a new client was accepted. 

maxConnections

Maximum number of concurrent connections handled by IMAP server. 

numConnections

Total number of connections served by the current IMAP server. 

numCurrentConnections

Current number of active connections. 

numFailedConnections

Number of failed connections served by the current IMAP server. 

numFailedLogins

Number of failed logins served by the current IMAP server. 

numGoodLogins

Number of successful logins served by the current IMAP server.