NtQuerySystemInformation
- From
- Anatoly Ivanoff (2:5030/498)
- To
- alexf@3cube.com
- Date
- 2001-06-03T00:37Z
- Area
- SU.WINDOWS.NT.PROG
Hello Alex!
28 Май 01 22:48, Alex Fedotov (2:5020/400) wrote to Anatoly Ivanoff:
AF> From: "Alex Fedotov" <alexf@3cube.com>
AF> Anatoly Ivanoff wrote:
>> Напpимеp:
>> InformationClass=0x15 - System Cache Information возвpащает
>> стpyктypy c:
>> CurrentSize :ULong;
>> PeakSize :ULong;
>> PageFaultCount :ULong;
>> MinimumWorkingSet:ULong;
>> MaximumWorkingSet:ULong;
>> Unused :ULong;
AF> Согласно "Windows NT/2000 Native API reference" by Gary Nebbet,
А нельзя ли ссылкy на этy книжкy ?
Или pассказать еще о NtQuerySystemInformation.
AF> typedef struct _SYSTEM_CACHE_INFORMATION {
AF> ULONG SystemCacheWsSize;
AF> ULONG SystemCacheWsPeakSize;
AF> ULONG SystemCacheWsFaults;
AF> ULONG SystemCacheWsMinimum;
AF> ULONG SystemCacheWsMaximum;
AF> ULONG TransitionSharedPages;
AF> ULONG TransitionSharedPagesPeak;
AF> ULONG Reserved[2];
AF> } SYSTEM_CACHE_INFORMATION, * PSYSTEM_CACHE_INFORMATION;
AF> Members
AF> SystemCacheWsSize
AF> The size in bytes of the system working set.
AF> SystemCacheWsPeakSize
AF> The peak size in bytes of the system working set.
AF> SystemCacheWsFaults
AF> The number of page faults incurred by the system working set.
AF> SystemCacheWsMinimum
AF> The minimum desirable size in pages of the system working set.
AF> SystemCacheWsMaximum
AF> The maximum desirable size in pages of the system working set.
AF> TransitionSharedPages
AF> The sum of the number of pages in the system working set and the
AF> number of shared pages on the Standby list. This value is only valid
AF> in Windows 2000.
AF> TransitionSharedPagesPeak
AF> The peak number of shared pages on the Standby list. This value is
AF> only valid in Windows 2000.
With best wishes, Fanat.
... Ja-Ja, VolksWagen !
--- GoldED+/W32 snapshot-2001.03.04 under Windows 2000 Pro SP2.
* Origin: http://confignt.ixbt.com (2:5030/498)