Bug 28728

GemStone/S

6.7.2.1, 6.7.2, 6.7.1, 6.7, 6.6.5, 6.6.4, 6.6.3.3, 6.6.3.2, 6.6.3, 6.6.2, 6.6.1, 6.6, 6.5.8, 6.5.7.5, 6.5.7, 6.5.6, 6.5.5, 6.5.4, 6.5.2, 6.5.1, 6.5, 6.3.1, 6.3, 6.1.5, 6.1.4, 6.1.3, 6.1.2, 6.1.1, 6.1

Windows

Some system-level statistics are incorrect on Windows

On Windows, the following statistics collected by statmonitor on "NtSystem"
may erroneously always be zero:
    TotalInterrupts
    TotalInterruptTime
    TotalPrivilegedTime
    TotalUserTime
    TotalAPCBypasses
    TotalDPCBypasses

On Windows, the following statistics collected by statmonitor on "NtMemory"
and for all "processes" may have values smaller than they should be on
systems with more than 4G of memory.  This is because only the lower 32
bits of the value are recorded, so any of the upper 32 bits are lost.
    AvailableBytes
    CacheBytes
    CacheBytesPeak
    CommittedBytes
    CommittedBytesInUse
    PageFileBytes
    PageFileBytesPeak
    PoolNonpagedBytes
    PoolPagedBytes
    PoolPagedResidentBytes
    PrivateBytes
    SystemCacheResidentBytes
    SystemCodeResidentBytes
    SystemCodeTotalBytes
    SystemDriverResidentBytes
    SystemDriverTotalBytes
    TotalPoolNonpagedBytes
    TotalPoolPagedBytes
    ResidentBytes
    VirtualBytes
    VirtualBytesPeak
    WorkingSet
    WorkingSetPeak


                

Last updated: 7/11/11