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

tinyint1

ID of the instance within the cluster.

DaemonName

varchar(30)

Name of the cluster cache manager daemon.

RequestsQueued

int4

Number of requests queued to the cluster cache manager daemon.

RequestsRequeued

int4

Number of requests requeued to the cluster cache manager daemon.

RequestsServiced

int4

Number of requests serviced by the cluster cache manager daemon.

TransfersInitiated

int4

Number of transfers initiated by the cluster cache manager daemon.

Downgrades

int4

Number of downgrades performed by the cluster cache manager daemon.

Releases

int4

Number of releases performed by the cluster cache manager daemon.

DiskWrites

int4

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

SleepCount

int4

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

AvgServiceTime

int4

Average time (in milliseconds) spent servicing a request.

MaxQSize

int4

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

Required parameters

None