Does anyone know how to verify Total Page File size and total Page File committed (in use)?
GlobalMemoryStatusEx() is unreliable.
Page File Statistics
-
IdeasVacuum
- Always Here

- Posts: 6426
- Joined: Fri Oct 23, 2009 2:33 am
- Location: Wales, UK
- Contact:
Page File Statistics
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
If it sounds simple, you have not grasped the complexity.
Re: Page File Statistics
GetPerformanceInfo() any good?
Are you sure GlobalMemoryStatusEx() is not volatile rather than unreliable? It changes very rapidly - especially on busy systems. You're probably going to encounter the same issue with GetPerformanceInfo().
Are you sure GlobalMemoryStatusEx() is not volatile rather than unreliable? It changes very rapidly - especially on busy systems. You're probably going to encounter the same issue with GetPerformanceInfo().
-
IdeasVacuum
- Always Here

- Posts: 6426
- Joined: Fri Oct 23, 2009 2:33 am
- Location: Wales, UK
- Contact:
Re: Page File Statistics
GlobalMemoryStatusEx() is good so long as there is only one PageFile and it's on Drive C. Anything much more advanced and ..........
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
If it sounds simple, you have not grasped the complexity.
