-
splitBins
long splitBins
The number of bins encountered by the INCompressor that were split
between the time they were put on the compressor queue and when the
compressor ran.
-
dbClosedBins
long dbClosedBins
The number of bins encountered by the INCompressor that had their
database closed between the time they were put on the compressor queue
and when the compressor ran.
-
cursorsBins
long cursorsBins
The number of bins encountered by the INCompressor that had cursors
referring to them when the compressor ran.
-
nonEmptyBins
long nonEmptyBins
The number of bins encountered by the INCompressor that were not
actually empty when the compressor ran.
-
processedBins
long processedBins
The number of bins that were successfully processed by the IN
Compressor.
-
inCompQueueSize
long inCompQueueSize
The number of entries in the INCompressor queue when the getStats() call
was made.
-
nEvictPasses
long nEvictPasses
The number of passes made to the evictor.
-
nNodesSelected
long nNodesSelected
The accumulated number of nodes selected to evict.
-
nNodesScanned
long nNodesScanned
The accumulated number of nodes scanned in order to select the eviction
set.
-
nNodesExplicitlyEvicted
long nNodesExplicitlyEvicted
The accumulated number of nodes evicted.
-
nRootNodesEvicted
long nRootNodesEvicted
The accumulated number of database root nodes evicted.
-
nBINsStripped
long nBINsStripped
The number of BINs stripped by the evictor.
-
requiredEvictBytes
long requiredEvictBytes
The number of bytes we need to evict in order to get under budget.
-
nCheckpoints
long nCheckpoints
The total number of checkpoints run so far.
-
lastCheckpointId
long lastCheckpointId
The Id of the last checkpoint.
-
nFullINFlush
long nFullINFlush
The accumulated number of full INs flushed to the log.
-
nFullBINFlush
long nFullBINFlush
The accumulated number of full BINs flushed to the log.
-
nDeltaINFlush
long nDeltaINFlush
The accumulated number of Delta INs flushed to the log.
-
lastCheckpointStart
long lastCheckpointStart
The location in the log of the last checkpoint start.
-
lastCheckpointEnd
long lastCheckpointEnd
The location in the log of the last checkpoint end.
-
endOfLog
long endOfLog
The location of the next entry to be written to the log.
-
cleanerBacklog
int cleanerBacklog
The number of files to be cleaned to reach the target utilization.
-
nCleanerRuns
long nCleanerRuns
The number of cleaner runs this session.
-
nCleanerDeletions
long nCleanerDeletions
The number of cleaner file deletions this session.
-
nINsObsolete
long nINsObsolete
The accumulated number of INs obsolete.
-
nINsCleaned
long nINsCleaned
The accumulated number of INs cleaned.
-
nINsDead
long nINsDead
The accumulated number of INs that were not found in the tree anymore
(deleted).
-
nINsMigrated
long nINsMigrated
The accumulated number of INs migrated.
-
nLNsObsolete
long nLNsObsolete
The accumulated number of LNs obsolete.
-
nLNsCleaned
long nLNsCleaned
The accumulated number of LNs cleaned.
-
nLNsDead
long nLNsDead
The accumulated number of LNs that were not found in the tree anymore
(deleted).
-
nLNsLocked
long nLNsLocked
The accumulated number of LNs encountered that were locked.
-
nLNsMigrated
long nLNsMigrated
The accumulated number of LNs encountered that were migrated forward
in the log.
-
nLNsMarked
long nLNsMarked
The accumulated number of LNs that were marked for migration during
cleaning.
-
nLNQueueHits
long nLNQueueHits
The accumulated number of LNs processed without a tree lookup.
-
nPendingLNsProcessed
long nPendingLNsProcessed
The accumulated number of LNs processed because they were previously
locked.
-
nMarkedLNsProcessed
long nMarkedLNsProcessed
The accumulated number of LNs processed because they were previously
marked for migration.
-
nToBeCleanedLNsProcessed
long nToBeCleanedLNsProcessed
The accumulated number of LNs processed because they are soon to be
cleaned.
-
nClusterLNsProcessed
long nClusterLNsProcessed
The accumulated number of LNs processed because they qualify for
clustering.
-
nPendingLNsLocked
long nPendingLNsLocked
The accumulated number of pending LNs that could not be locked for
migration because of a long duration application lock.
-
nCleanerEntriesRead
long nCleanerEntriesRead
The accumulated number of log entries read by the cleaner.
-
nSharedCacheEnvironments
int nSharedCacheEnvironments
-
sharedCacheTotalBytes
long sharedCacheTotalBytes
-
cacheTotalBytes
long cacheTotalBytes
-
bufferBytes
long bufferBytes
-
dataBytes
long dataBytes
-
adminBytes
long adminBytes
-
lockBytes
long lockBytes
-
nNotResident
long nNotResident
-
nCacheMiss
long nCacheMiss
-
nLogBuffers
int nLogBuffers
-
nRandomReads
long nRandomReads
-
nRandomWrites
long nRandomWrites
-
nSequentialReads
long nSequentialReads
-
nSequentialWrites
long nSequentialWrites
-
nRandomReadBytes
long nRandomReadBytes
-
nRandomWriteBytes
long nRandomWriteBytes
-
nSequentialReadBytes
long nSequentialReadBytes
-
nSequentialWriteBytes
long nSequentialWriteBytes
-
nFSyncs
long nFSyncs
-
nFSyncRequests
long nFSyncRequests
-
nFSyncTimeouts
long nFSyncTimeouts
-
nRepeatFaultReads
long nRepeatFaultReads
-
nTempBufferWrites
long nTempBufferWrites
-
nRepeatIteratorReads
long nRepeatIteratorReads
-
nFileOpens
int nFileOpens
-
nOpenFiles
int nOpenFiles
-
totalLogSize
long totalLogSize