Class CIM_DatabaseServiceStatistics
extends CIM_StatisticalData

The CIM_DatabaseServiceStatistics class contains the current statistics for a database service. These statistics are counters that are relative to the start of the service or from the time when a reset was issued.

Table of Contents
Hierarchy
Direct Known Subclasses
Class Qualifiers
Class Properties
Class Methods


Class Hierarchy

CIM_ManagedElement
   |
   +--CIM_StatisticalData
   |
   +--CIM_DatabaseServiceStatistics

Direct Known Subclasses

Class Qualifiers

NameData TypeValue
DescriptionstringThe CIM_DatabaseServiceStatistics class contains the current statistics for a database service. These statistics are counters that are relative to the start of the service or from the time when a reset was issued.
UMLPackagePathstringCIM::Database::Statistics
Versionstring2.7.0

Class Properties

Local Class Properties

NameData TypeDefault ValueQualifiers
NameData TypeValue
ActiveConnectionsuint64
Counterbooleantrue
DescriptionstringThe number of active inbound connections that are currently using the service.
MappingStringsstringMIB.IETF|RDBMS-MIB.rdbmsSrvInfoapplInboundAssociation
CompletedTransactionsuint64
Counterbooleantrue
DescriptionstringThe total number of transactions that have been completed by a commit or abort. Some database operations, such as read-only queries, might not create a transaction.
MappingStringsstringMIB.IETF|RDBMS-MIB.rdbmsSrvInfoFinishedTransactions
CumulativeConnectionsuint64
Counterbooleantrue
DescriptionstringThe total number of inbound connections to the service since it was started.
MappingStringsstringMIB.IETF|RDBMS-MIB.rdbmsSrvInfoapplAccumulatedInboundAssociations
DiskReadsuint64
Counterbooleantrue
DescriptionstringThe total number of database file reads that were issued by the service since it was started.
MappingStringsstringMIB.IETF|RDBMS-MIB.rdbmsSrvInfoDiskReads
DiskSpaceUnavailableuint64
Counterbooleantrue
DescriptionstringThe total number of times that the database requested disk space and it was not available since the service was started.
MappingStringsstringMIB.IETF|RDBMS-MIB.rdbmsSrvInfoDiskOutOfSpaces
DiskWritesuint64
Counterbooleantrue
DescriptionstringThe total number of database file writes that were issued by the service since it was started.
MappingStringsstringMIB.IETF|RDBMS-MIB.rdbmsSrvInfoDiskWrites
HighwaterConnectionsuint64
Counterbooleantrue
DescriptionstringThe maximum number of active inbound connections that have been concurrently using the service since it was started.
MappingStringsstringMIB.IETF|RDBMS-MIB.rdbmsSrvInfoHighwaterInboundAssociations
LastActivitydatetime
DescriptionstringThe date and time when the most recent inbound activity was observed for the database service. A value of all zeros indicates that no inbound activity has taken place since the service was started.
MappingStringsstringMIB.IETF|RDBMS-MIB.rdbmsSrvInfoLastInboundActivity
LogicalReadsuint64
Counterbooleantrue
DescriptionstringThe total number of logical database file reads that were issued by the service since it was started.
MappingStringsstringMIB.IETF|RDBMS-MIB.rdbmsSrvInfoLogicalReads
LogicalWritesuint64
Counterbooleantrue
DescriptionstringThe total number of logical database file writes that were issued by the service since it was started. A logical write is a count of the number of times that parts of database files have been marked dirty to indicate that they need to be written to disk.
MappingStringsstringMIB.IETF|RDBMS-MIB.rdbmsSrvInfoLogicalWrites
PageReadsuint64
Counterbooleantrue
DescriptionstringThe total number of database pages that have been read by the service since it was started.
MappingStringsstringMIB.IETF|RDBMS-MIB.rdbmsSrvInfoPageReads
PageWritesuint64
Counterbooleantrue
DescriptionstringThe total number of database pages that have been written by the service since it was started.
MappingStringsstringMIB.IETF|RDBMS-MIB.rdbmsSrvInfoPageWrites
RejectedConnectionsuint64
Counterbooleantrue
DescriptionstringThe total number of inbound connections that were rejected by the service since it was started.
MappingStringsstringMIB.IETF|RDBMS-MIB.rdbmsSrvInfoapplRejectedInboundAssociations
RequestsHandleduint64
Counterbooleantrue
DescriptionstringThe total number of requests that have been received by the service since it was started.
MappingStringsstringMIB.IETF|RDBMS-MIB.rdbmsSrvInfoHandledRequests
RequestsReceiveduint64
Counterbooleantrue
DescriptionstringThe total number of receive operations made by the service during request processing since it was started.
MappingStringsstringMIB.IETF|RDBMS-MIB.rdbmsSrvInfoRequestRecvs
RequestsSentuint64
Counterbooleantrue
DescriptionstringThe total number of send operations made by the service during request processing since it was started.
MappingStringsstringMIB.IETF|RDBMS-MIB.rdbmsSrvInfoRequestsSent

Inherited Properties

NameData TypeClass Origin
CaptionstringCIM_ManagedElement
DescriptionstringCIM_ManagedElement
ElementNamestringCIM_StatisticalData
Generationuint64CIM_ManagedElement
InstanceIDstringCIM_StatisticalData
RateIntervalEndTimedatetimeCIM_StatisticalData
RateIntervalStartTimedatetimeCIM_StatisticalData
SampleIntervaldatetimeCIM_StatisticalData
StartStatisticTimedatetimeCIM_StatisticalData
StatisticTimedatetimeCIM_StatisticalData

Class Methods

Inherited Class Methods

NameReturn TypeClass Origin
ResetSelectedStatsuint32CIM_StatisticalData