HP 3PAR CIM API Programming Reference
"Number of dirty pages that have been modified exactly 1 time. "
"A page is dirty when it has been modified in cache but "
"not written to disk.")]
uint32 Write1CachePages;
[Description (
"Number of dirty pages that have been modified more than "
"1 time.")]
uint32 WriteNCachePages;
[Description (
"Number of pages scheduled to be written to disk.")]
uint32 WriteScheduledCachePages;
[Description (
"Number of pages being currently written by the flusher to disk.")]
uint32 WritingCachePages;
[Description (
"Number of pages waiting for delayed copy on write resolution.")]
uint32 PendingDelayedCopyOnWriteCachePages;
[Description (
"Number of pages currently being processed for delayed copy "
"on write resolution.")]
uint32 ProcessingDelayedCopyOnWriteCachePages;
[Description (
"Current number of dirty cluster memory pages in the system "
"for the 10k RPM FC disk type.")]
uint32 FC10kRPMCfcDirty;
[Description (
"Current number of dirty cluster memory pages in the system "
"for the 15k RPM FC disk type.")]
uint32 FC15kRPMCfcDirty;
[Description (
"Current number of dirty cluster memory pages in the system "
"for the NL disk type.")]
uint32 NLCfcDirty;
[Description (
"Current number of dirty cluster memory pages in the system "
"for the SSD disk type.")]
uint32 SSDCfcDirty;
[Description (
"Maximum allowed number of dirty cluster memory pages in the system "
"for the 10k RPM FC disk type.")]
uint32 FC10kRPMCfcMax;
[Description (
"Maximum allowed number of dirty cluster memory pages in the system "
"for the 15k RPM FC disk type.")]
uint32 FC15kRPMCfcMax;
[Description (
"Maximum allowed number of dirty cluster memory pages in the system "
"for the NL disk type.")]
uint32 NLCfcMax;
[Description (
"Maximum allowed number of dirty cluster memory pages in the system "
"for the SSD disk type.")]
uint32 SSDCfcMax;
3PAR_TPDStats.mof 309