com.ibm.etools.logging.util
Class TimerStep.PerformanceInfo
java.lang.Object
|
+--com.ibm.etools.logging.util.TimerStep.PerformanceInfo
- Enclosing class:
- TimerStep
- public static class TimerStep.PerformanceInfo
- extends java.lang.Object
Hold some Window's global performance counters. This essentially wraps the
PERFORMANCE_INFORMATION structure.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
message
public java.lang.String message
- Null if all is ok, otherwise this holds an error message.
COMMIT_TOTAL
public final TimerStep.PerformanceInfo.PerformanceValue COMMIT_TOTAL
COMMIT_LIMIT
public final TimerStep.PerformanceInfo.PerformanceValue COMMIT_LIMIT
COMMIT_PEEK
public final TimerStep.PerformanceInfo.PerformanceValue COMMIT_PEEK
PHYSICAL_TOTAL
public final TimerStep.PerformanceInfo.PerformanceValue PHYSICAL_TOTAL
PHYSICAL_AVAILABLE
public final TimerStep.PerformanceInfo.PerformanceValue PHYSICAL_AVAILABLE
SYSTEM_CACHE
public final TimerStep.PerformanceInfo.PerformanceValue SYSTEM_CACHE
KERNEL_TOTAL
public final TimerStep.PerformanceInfo.PerformanceValue KERNEL_TOTAL
KERNEL_PAGED
public final TimerStep.PerformanceInfo.PerformanceValue KERNEL_PAGED
KERNEL_NON_PAGED
public final TimerStep.PerformanceInfo.PerformanceValue KERNEL_NON_PAGED
PAGE_SIZE
public final TimerStep.PerformanceInfo.PerformanceValue PAGE_SIZE
HANDLE_COUNT
public final TimerStep.PerformanceInfo.PerformanceValue HANDLE_COUNT
PROCESS_COUNT
public final TimerStep.PerformanceInfo.PerformanceValue PROCESS_COUNT
THREAD_COUNT
public final TimerStep.PerformanceInfo.PerformanceValue THREAD_COUNT
TimerStep.PerformanceInfo
public TimerStep.PerformanceInfo()