-
splitBins
int 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
int 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
int cursorsBins
The number of bins encountered by the INCompressor that had cursors
referring to them when the compressor ran.
-
nonEmptyBins
int nonEmptyBins
The number of bins encountered by the INCompressor that were
not actually empty when the compressor ran.
-
processedBins
int processedBins
The number of bins that were successfully processed by the IN
Compressor.
-
inCompQueueSize
int inCompQueueSize
The number of entries in the INCompressor queue when the getStats()
call was made.
-
nEvictPasses
int 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.
-
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
int nCheckpoints
The total number of checkpoints run so far.
-
lastCheckpointId
long lastCheckpointId
The Id of the last checkpoint.
-
nFullINFlush
int nFullINFlush
The accumulated number of full INs flushed to the log.
-
nFullBINFlush
int nFullBINFlush
The accumulated number of full BINs flushed to the log.
-
nDeltaINFlush
int 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
int nCleanerRuns
The number of cleaner runs this session.
-
nCleanerDeletions
int nCleanerDeletions
The number of cleaner file deletions this session.
-
nINsObsolete
int nINsObsolete
The accumulated number of INs obsolete.
-
nINsCleaned
int nINsCleaned
The accumulated number of INs cleaned.
-
nINsDead
int nINsDead
The accumulated number of INs that were not found in the tree anymore
(deleted).
-
nINsMigrated
int nINsMigrated
The accumulated number of INs migrated.
-
nLNsObsolete
int nLNsObsolete
The accumulated number of LNs obsolete.
-
nLNsCleaned
int nLNsCleaned
The accumulated number of LNs cleaned.
-
nLNsDead
int nLNsDead
The accumulated number of LNs that were not found in the tree anymore
(deleted).
-
nLNsLocked
int nLNsLocked
The accumulated number of LNs encountered that were locked.
-
nLNsMigrated
int nLNsMigrated
The accumulated number of LNs encountered that were migrated forward
in the log.
-
nLNsMarked
int nLNsMarked
The accumulated number of LNs that were marked for migration during
cleaning.
-
nLNQueueHits
int nLNQueueHits
The accumulated number of LNs processed without a tree lookup.
-
nPendingLNsProcessed
int nPendingLNsProcessed
The accumulated number of LNs processed because they were previously
locked.
-
nMarkedLNsProcessed
int nMarkedLNsProcessed
The accumulated number of LNs processed because they were previously
marked for migration.
-
nToBeCleanedLNsProcessed
int nToBeCleanedLNsProcessed
The accumulated number of LNs processed because they are soon to be
cleaned.
-
nClusterLNsProcessed
int nClusterLNsProcessed
The accumulated number of LNs processed because they qualify for
clustering.
-
nPendingLNsLocked
int nPendingLNsLocked
The accumulated number of pending LNs that could not be locked for
migration because of a long duration application lock.
-
nCleanerEntriesRead
int nCleanerEntriesRead
The accumulated number of log entries read by the cleaner.
-
cacheDataBytes
long cacheDataBytes
-
nNotResident
long nNotResident
-
nCacheMiss
long nCacheMiss
-
nLogBuffers
int nLogBuffers
-
bufferBytes
long bufferBytes
-
adminBytes
long adminBytes
-
lockBytes
long lockBytes
-
nFSyncs
long nFSyncs
-
nFSyncRequests
long nFSyncRequests
-
nFSyncTimeouts
long nFSyncTimeouts
-
nRepeatFaultReads
long nRepeatFaultReads
-
nTempBufferWrites
long nTempBufferWrites
-
nRepeatIteratorReads
long nRepeatIteratorReads
-
totalLogSize
long totalLogSize