Changeset e93e741 in nscp for trunk/modules/CheckSystem/PDHCollector.h
- Timestamp:
- 05/29/05 20:58:08 (8 years ago)
- Children:
- 24f7192
- Parents:
- 7da80b5
- File:
-
- 1 edited
-
trunk/modules/CheckSystem/PDHCollector.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/CheckSystem/PDHCollector.h
r7da80b5 re93e741 30 30 int checkIntervall_; 31 31 32 PDHCollectors::StaticPDHCounterListener IntmemCmtLim;33 PDHCollectors::StaticPDHCounterListener IntmemCmt;34 PDHCollectors::StaticPDHCounterListener IntupTime;35 PDHCollectors::RoundINTPDHBufferListener cpu;32 PDHCollectors::StaticPDHCounterListener<__int64, PDH_FMT_LARGE> memCmtLim; 33 PDHCollectors::StaticPDHCounterListener<__int64, PDH_FMT_LARGE> memCmt; 34 PDHCollectors::StaticPDHCounterListener<__int64, PDH_FMT_LARGE> upTime; 35 PDHCollectors::RoundINTPDHBufferListener<__int64, PDH_FMT_LARGE> cpu; 36 36 37 37 public:
Note: See TracChangeset
for help on using the changeset viewer.








