Page 1 of 1
Page File Statistics
Posted: Sun Jul 29, 2012 8:11 pm
by IdeasVacuum
Does anyone know how to verify Total Page File size and total Page File committed (in use)?
GlobalMemoryStatusEx() is unreliable.
Re: Page File Statistics
Posted: Thu Aug 02, 2012 1:01 pm
by spikey
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().
Re: Page File Statistics
Posted: Mon Aug 06, 2012 5:47 am
by IdeasVacuum
GlobalMemoryStatusEx() is good so long as there is only one PageFile and it's on Drive C. Anything much more advanced and ..........