These counters measure document services statistics on retrievals, committals, and cache hits
Soft Report Symbol | Definition | Counter | Mapping to an external variable |
---|---|---|---|
ds.AsyncMigCalls | Asynchronous migrate calls | Struct counter AsyncMigCalls | |
ds.BGQ_Removes | Background queue removes | Struct counter BGQ_Removes | |
ds.CacheHits | Total documents that are found in cache | sum of CacheHits[2,1,0] | CNT_DS_cache_hits(0,1,2) |
ds.CacheHitsH | Documents of priority 2 found in cache | struct counter CacheHits[2] | CNT_DS_cache_hits(2) |
ds.CacheHitsM | Documents of priority 1 found in cache | struct counter CacheHits[1] | CNT_DS_cache_hits(1) |
ds.CacheHitsL | Documents of priority 0 found in cache | struct counter CacheHits[0] | CNT_DS_cache_hits(0) |
ds.ClientPages | Pages that are requested by client application | Struct counter ClientPages | |
ds.ClientPageCacheHits | Cache hits of pages that are requested by client application that is found in cache | Struct counter ClientPageCacheHits | |
ds.Committals | Number of documents that are committed across all Optical Storage and Retrieval (OSAR) devices and drives | struct counter DocsCommitted | CNT_DS_docs_committed |
ds.DocsMigrated | Total number of documents that are migrated from cache or drive | sum of DocsMigrated[2,1,0 | CNT_DS_docs_migrated(0,1,2) |
ds.DocsMigratedH | Number of documents of priority 2 migrated from cache or drive | struct counter DocsMigrated[2] | CNT_DS_docs_migrated(2) |
ds.DocsMigratedM | Number of documents of priority 1 migrated from cache or drive | struct counter DocsMigrated[1] | CNT_DS_docs_migrated(1) |
ds.DocsMigratedL | Number of documents of priority 0 migrated from cache or drive | struct counter DocsMigrated[0] | CNT_DS_docs_migrated(0) |
ds.DriveHits | Total documents that are found on optical disk | sum of DriveHits[2,1,0] | CNT_DS_drive_hits(0,1,2) |
ds.DriveHitsH | Documents of priority 2 found on disk | struct counter DriveHits[2] | CNT_DS_drive_hits(2) |
ds.DriveHitsM | Documents of priority 1 found on disk | struct counter DriveHits[1] | CNT_DS_drive_hits(1) |
ds.DriveHitsL | Documents of priority 0 found on disk | struct counter DriveHits[0] | CNT_DS_drive_hits(0) |
ds.FastBatches | Number of fast batches committed | struct counter FastBatchCount | CNT_DS_fast_batch_count |
ds.FastDocs | Number of fast batch documents committed | struct counter FastBatchDocs | CNT_DS_fast_batch_docs |
ds.FastPages | Number of fast batch pages committed | struct counter FastBatchPages | CNT_DS_fast_batch_pages |
ds.HRDQ_Removes | High priority read queue removes | ||
ds.ImportDocs | Requests for document imports | ||
ds.Imports | Documents that are inserted in DOCS by import | struct counter ImportInserts | CNT_DS_import_inserts |
ds.LRDQ_Removes | Low priority read queue removes | ||
ds.MigrateCalls | Migrate requests | ||
ds.MRDQ_Removes | Medium priority read queue removes | ||
ds.NFailed | Notify time outs, which means that after the migrate operation was complete, the ds_notify process tried to do a TPISendPEPReq call and it failed. | struct counter NotifyTimeouts | CNT_DS_notify_timeouts |
ds.ODrivePageReads [osar=x][drive=y] | Total page reads done on drive x and OSAR y, or across all drives and OSARs if no parameters are specified | sum of PageHighReads, PageMedReads, and PageLowReads | CNT_DS_DrPageHiReads (osar,drive)+ CNT_DS_DrPageMidReads (osar,drive)+ CNT_DS_DrPageLoReads (osar,drive) |
ds.ODrivePageReadsH [osar=x][drive=y] | Priority 2 page reads done on drive x and OSAR y, or across all drives and OSARs if no parameters are specified | struct counter, struct Drive_counters PageHighReads | CNT_DS_DrPageHiReads (osar,drive) |
ds.ODrivePageReadsM [osar=x][drive=y] | Priority 1 page reads done on drive x and OSAR y, or across all drives and OSARs if no parameters are specified | struct counter, struct Drive_counters PageMedReads | CNT_DS_DrPageMidReads (osar,drive) |
ds.ODrivePageReadsL [osar=x][drive=y] | Priority 0 page reads done on drive x and OSAR y, or across all drives and OSARs if no parameters are specified | struct counter, struct Drive_counters PageLowReads | CNT_DS_DrPageLoReads (osar,drive) |
ds.ODrivePageWrites [osar=x][drive=y] | Page writes done on drive x and OSAR y, or across all drives and OSARs if no parameters are specified | struct counter, struct Drive_counters PageWrites | CNT_DS_DrPageWrites (osar,drive) |
ds.ODriveLoads [osar=x][drive=y] | Drive loads that are done on drive x and OSAR y, or across all drives and OSARs if no parameters are specified | struct counter, struct Drive_counters Loads | CNT_DS_DrDriveLoads (osar,drive) |
ds.ODriveSectorReads [osar=x][drive=y] | Sectors read from drive x and OSAR y, or across all drives and OSARs if no parameters are specified | struct counter, struct Drive_counters SectorsRead | CNT_DS_DrNumSectsRead (osar,drive) |
ds.ODriveSectorWrites [osar=x][drive=y] | Sectors that are written from drive x and OSAR y, or across all drives and OSARs if no parameters are specified | struct counter, struct Drive_counters SectorsWritten | CNT_DS_DrNumSectsWrit (osar,drive) |
ds.ODriveKBReads [osar=x][drive=y] | KB read from drive x and OSAR y, or across all drives and OSARs if no parameters are specified. | ||
ds.ODriveKBWrites [osar=x][drive=y] | KB written to drive x and OSAR y, or across all drives and OSARs if no parameters are specified. | ||
ds.ODriveReadOps [osar=x][drive=y] | Read operations on drive x and OSAR y, or across all drives and OSARs if no parameters are specified | struct counter, struct Drive_counters Reads | CNT_DS_DrNumReads (osar,drive) |
ds.ODriveWriteOps [osar=x][drive=y] | Write operations on drive x and OSAR y, or across all drives and OSARs if no parameters are specified | struct counter, struct Drive_counters Writes | CNT_DS_DrNumWrites (osar,drive) |
ds.PagesCommitted [osar=x][drive=y] | Pages that are committed to drive x and OSAR y, or to all drives and OSARs if no parameters are specified | ||
ds.PagesDriveHits [osar=x][drive=y] | Pages that are found in drive, all priorities, on drive x and OSAR y, or across all drives and OSARs if no parameters are specified | ||
ds.PagesDriveHitsH [osar=x][drive=y] | Pages that are found in drive, all priorities, on drive x and OSAR y, or across all drives and OSARs if no parameters are specified | ||
ds.PagesDriveHitsM [osar=x][drive=y] | Pages that are found in drive, all priorities, on drive x and OSAR y, or across all drives and OSARs if no parameters are specified | ||
ds.PagesDriveHitsL [osar=x][drive=y] | Pages that are found in drive, all priorities, on drive x and OSAR y, or across all drives and OSARs if no parameters are specified | ||
ds.PagesCacheHits | Total pages that are migrated from cache or drive | sum of PagesMigrated[2,1,0] | CNT_DS_pages_migrated(0,1,2) |
ds.PagesCacheHitsH | Number of pages of priority 2 migrated from cache or drive | struct counter PagesMigrated[2] | CNT_DS_pages_migrated(2) |
ds.PagesCacheHitsM | Number of pages of priority 1 migrated from cache or drive | struct counter PagesMigrated[1] | CNT_DS_pages_migrated(1) |
ds.PagesCacheHitsL | Number of pages of priority 0 migrated from cache or drive | struct counter PagesMigrated[0] | CNT_DS_pages_migrated(0) |
ds.PagesMigrated | Total pages that are migrated from cache or drive | sum of PagesMigrated[2,1,0] | CNT_DS_pages_migrated(0,1,2) |
ds.PagesMigratedH | Number of pages of priority 2 migrated from cache or drive | struct counter PagesMigrated[2] | CNT_DS_pages_migrated(2) |
ds.PagesMigratedM | Number of pages of priority 1 migrated from cache or drive | struct counter PagesMigrated[1] | CNT_DS_pages_migrated(1) |
ds.PagesMigratedL | Number of pages of priority 0 migrated from cache or drive | struct counter PagesMigrated[0] | CNT_DS_pages_migrated(0) |
ds.PrefetchCalls | Prefetch calls counted by document services | ||
ds.WRQ_Removes | Write queue removal requests |