monClusterCacheManager

Description

monClusterCachManager provides diagnostic information about the cluster cache manager daemon running on each instance. monClusterCacheManager reports cluster-wide information on a per-instance basis.

Columns

Name

Datatype

Description

InstanceID

tinyint

ID of the instance within the cluster.

DaemonName

varchar

Name of the cluster cache manager daemon.

RequestsQueued

int

Number of requests queued to the cluster cache manager daemon.

RequestsRequeued

int

Number of requests requeued to the cluster cache manager daemon.

RequestsServiced

int

Number of requests serviced by the cluster cache manager daemon.

TransfersInitiated

int

Number of transfers initiated by the cluster cache manager daemon.

Downgrades

int

Number of downgrades performed by the cluster cache manager daemon.

Releases

int

Number of releases performed by the cluster cache manager daemon.

DiskWrites

int

Number of disk writes initiated by the cluster cache manager daemon.

SleepCount

int

Number of times the cluster cache manager daemon went to sleep.

AvgServiceTime

int

Average time (in milliseconds) spent servicing a request.

MaxQSize

int

Maximum number of requests queued to the cluster cache manager daemon at any time since the instance started.

Required parameters

None