Ignore:
Timestamp:
05/29/05 20:58:08 (8 years ago)
Author:
Michael Medin <michael@…>
Children:
24f7192
Parents:
7da80b5
Message:
  • Fixed PROCSTATE and SERVICESTATE return state. + Added support for individual size in CheckDriveSize and CheckFileSize (size has to be specified before a drive/path)
  • Fixed performance data for drives (and possibly other places)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/CheckSystem/PDHCollector.h

    r7da80b5 re93e741  
    3030  int checkIntervall_; 
    3131 
    32   PDHCollectors::StaticPDHCounterListenerInt memCmtLim; 
    33   PDHCollectors::StaticPDHCounterListenerInt memCmt; 
    34   PDHCollectors::StaticPDHCounterListenerInt upTime; 
    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; 
    3636 
    3737public: 
Note: See TracChangeset for help on using the changeset viewer.