Sun Java System Calendar Server 6 2005Q4 Administration Guide

Counters Configuration (counter.conf) File

Calendar Server counters (statistics) configuration parameters are in the following file:

/etc/opt/SUNWics5/config/counter.conf

The counter.conf file is an ASCII text file, with each line defining a counter and its parameters: name, type, size (in bytes), and description. A parameter with spaces must be enclosed in double quotation marks (" "). A comment line must begin with an exclamation point (!). Comment lines are for informational purposes only.

The first part of a counter's name identifies the counter object used with the csstats utility. For more information about the command-line utilities, see Appendix D, Calendar Server Command-Line Utilities Reference.


Note –

Do not modify the counter.conf file unless instructed to do so by customer support staff.


This section describes the Calendar Server counter.conf parameters, including:

Alarm Counters

The following table shows each alarm counter’s name, type, size, and description.

Table E–21 Alarm Counters in the counter.conf File

Name  

Type 

Size  

Description 

alarm.high

GAUGE 

Highest ever recorded value. 

alarm.low

GAUGE 

Lowest ever recorded value. 

alarm.current

GAUGE 

Current monitored valued. 

alarm.warningstate

GAUGE 

Warning state: yes (1) or no (0). 

alarm.countoverthreshold

COUNTER 

Number of times crossing threshold. 

alarm.countwarningsent

COUNTER 

Number of warnings sent. 

alarm.timelastset.desc

TIME 

Last time current value was set. 

alarm.timelastwarning

TIME 

Last time warning was sent. 

alarm.timereset

TIME 

Last time reset was performed. 

alarm.timestatechanged.desc

TIME 

Last time alarm state changed. 

Disk Usage Counters

The following table shows each disk usage counter’s name, type, size, and description.

Table E–22 Disk Usage Counters in the counter.conf File

Name  

Type 

Size  

Description  

diskusage.availSpace

GAUGE 

Total space available in the disk partition. 

diskusage.lastStatTime

TIME 

The last time statistic was taken. 

diskusage.calPartitionPath

STRING 

512 

Calendar partition path. 

diskusage.percentAvail

GAUGE 

Disk partition space available percentage. 

diskusage.totalSpace

GAUGE 

Total space in the disk partition. 

HTTP Counters

The following table shows each HTTP counter’s name, type, size, and description.

Table E–23 HTTP (httpstat) Counters in the counter.conf File

Name  

Type  

Size  

Description  

httpstat.avgConnectionTime

GAUGE 

Average connection response time. 

httpstat.currentStartTime

TIME 

When Calendar Server was started. 

httpstat.lastConnectionTime

TIME 

Last time new client connection was accepted. 

httpstat.maxConnections

COUNTER 

Maximum number of concurrent connections served. 

httpstat.maxSessions

COUNTER 

Maximum number of WCAP sessions served. 

httpstat.numConnections

COUNTER 

Total number of connections served. 

httpstat.numCurrentConnections

GAUGE 

Current number of active connections. 

httpstat.numCurrentSessions

GAUGE 

Current number of WCAP sessions. 

httpstat.numFailedConnections

COUNTER 

Total number of failed connections served. 

httpstat.numGoodLogins.desc

COUNTER 

Number of successful logins served by the current HTTP server. 

httpstat.numFailedLogins

COUNTER 

Number of failed logins served by the current HTTP server. 

Group Scheduling Counters

The following table shows each Group Scheduling Engine (GSE) counter’s name, type, size, and description.

Table E–24 Group Scheduling Engine (GSE) Counters in the counter.conf File

Name 

Type  

Size 

Description  

gsestat.lastWakeUpTime

TIME 

Last time GSE wakes up and process job. 

gsestat.lastJobProcessedTime

TIME 

Last time GSE processes a job. 

gsestat.numJobsProcessed

COUNTER 

Total number of jobs GSE processed. 

gsestat.numActiveWorkerThreads

COUNTER 

Total number of active Worker Threads. 

Authentication Counters

The following table shows each Authentication counter’s name, type, size, and description.

Table E–25 Authentication (authstat) Counters in the counter.conf File

Name  

Type  

Size 

Description  

authstat.lastLoginTime

TIME 

Last time a user logged in. 

authstat.numSuccessfulLogins

COUNTER 

Total number of successful logins served. 

authstat.numFailedLogins

COUNTER 

Total number of failed logins served. 

WCAP Counters

The following table shows each WCAP counter’s name, type, size, and description.

Table E–26 WCAP (wcapstat) Counters in the counter.conf File

Name  

Type  

Size 

Description  

wcapstat.numRequests

COUNTER 

Total number of WCAP requests. 

Database Counters

The following table shows each Database counter’s name, type, size, and description.

Table E–27 Database (dbstat) Counters in the counter.conf File

Name  

Type  

Size  

Description 

dbstat.numReads

COUNTER 

Total number of database reads. 

dbstat.numWrites

COUNTER 

Total number of database writes. 

dbstat.numDeletes

COUNTER 

Total number of database deletes. 

dbstat.lastReadTime

TIME 

Last time of database read. 

dbstat.lastWriteTime

TIME 

Last time of database write. 

dbstat.lastDeleteTime

TIME 

Last time of database delete. 

Server Response Counters

The following table shows each Server Response counter’s name, type, size, and description.

Table E–28 Server Response Counters in the counter.conf File

Name  

Type  

Size  

Scale 

Description 

serverresponse.lastStatTime

TIME 

 

Last time statistic was taken. 

serverresponse.responseTime

GAUGE 

Server response time in milliseconds. 

Session Status Counters

The following table shows each Session Status counter’s name, type, size, and description.

Table E–29 Sessions Status Counters in the counter.conf File

Name  

Type  

Size  

Scale  

Description 

sessstat.maxSessions.desc

COUNTER 

Maximum number of HTTP sessions served. 

sessstat.numCurrentSessions

GAUGE 

Current number of HTTP sessions.