Apache Ignite.NET
Apache.Ignite.Core.PersistentStore.IPersistentStoreMetrics Interface Reference

Persistent store metrics. More...

Properties

float WalLoggingRate [get]
 Gets the average number of WAL records per second written during the last time interval. More...
 
float WalWritingRate [get]
 Gets the average number of bytes per second written during the last time interval. More...
 
int WalArchiveSegments [get]
 Gets the current number of WAL segments in the WAL archive. More...
 
float WalFsyncTimeAverage [get]
 Gets the average WAL fsync duration in microseconds over the last time interval. More...
 
TimeSpan LastCheckpointingDuration [get]
 Gets the duration of the last checkpoint. More...
 
TimeSpan LastCheckpointLockWaitDuration [get]
 Gets the duration of last checkpoint lock wait. More...
 
TimeSpan LastCheckpointMarkDuration [get]
 Gets the duration of last checkpoint mark phase. More...
 
TimeSpan LastCheckpointPagesWriteDuration [get]
 Gets the duration of last checkpoint pages write phase. More...
 
TimeSpan LastCheckpointFsyncDuration [get]
 Gets the duration of the sync phase of the last checkpoint. More...
 
long LastCheckpointTotalPagesNumber [get]
 Gets the total number of pages written during the last checkpoint. More...
 
long LastCheckpointDataPagesNumber [get]
 Gets the number of data pages written during the last checkpoint. More...
 
long LastCheckpointCopiedOnWritePagesNumber [get]
 Gets the number of pages copied to a temporary checkpoint buffer during the last checkpoint. More...
 

Detailed Description

Property Documentation

long Apache.Ignite.Core.PersistentStore.IPersistentStoreMetrics.LastCheckpointCopiedOnWritePagesNumber
get
long Apache.Ignite.Core.PersistentStore.IPersistentStoreMetrics.LastCheckpointDataPagesNumber
get
TimeSpan Apache.Ignite.Core.PersistentStore.IPersistentStoreMetrics.LastCheckpointFsyncDuration
get
TimeSpan Apache.Ignite.Core.PersistentStore.IPersistentStoreMetrics.LastCheckpointingDuration
get
TimeSpan Apache.Ignite.Core.PersistentStore.IPersistentStoreMetrics.LastCheckpointLockWaitDuration
get
TimeSpan Apache.Ignite.Core.PersistentStore.IPersistentStoreMetrics.LastCheckpointMarkDuration
get
TimeSpan Apache.Ignite.Core.PersistentStore.IPersistentStoreMetrics.LastCheckpointPagesWriteDuration
get
long Apache.Ignite.Core.PersistentStore.IPersistentStoreMetrics.LastCheckpointTotalPagesNumber
get
int Apache.Ignite.Core.PersistentStore.IPersistentStoreMetrics.WalArchiveSegments
get
float Apache.Ignite.Core.PersistentStore.IPersistentStoreMetrics.WalFsyncTimeAverage
get
float Apache.Ignite.Core.PersistentStore.IPersistentStoreMetrics.WalLoggingRate
get
float Apache.Ignite.Core.PersistentStore.IPersistentStoreMetrics.WalWritingRate
get