Changeset e26cfe0 in nscp for modules/CheckSystem/PDHCollector.h
- Timestamp:
- 07/11/05 21:55:28 (8 years ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2, stable
- Children:
- 75d5e70
- Parents:
- 6654022
- File:
-
- 1 edited
-
modules/CheckSystem/PDHCollector.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
modules/CheckSystem/PDHCollector.h
r6654022 re26cfe0 30 30 int checkIntervall_; 31 31 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;32 PDHCollectors::StaticPDHCounterListener<__int64, PDHCollectors::format_large> memCmtLim; 33 PDHCollectors::StaticPDHCounterListener<__int64, PDHCollectors::format_large> memCmt; 34 PDHCollectors::StaticPDHCounterListener<__int64, PDHCollectors::format_large> upTime; 35 PDHCollectors::RoundINTPDHBufferListener<__int64, PDHCollectors::format_large> cpu; 36 36 37 37 public:
Note: See TracChangeset
for help on using the changeset viewer.








