- 理解 Virtual Memory, Physical Memory, Committed Memory, Page File, Working Set, Modified Pages, Standby Pages, Free Pages, Zeroes pages
Total, Available = Standby Pages + Free Pages + Zeroes pages, System Cache, Free
- 推荐文章
http://blogs.msdn.com/b/ntdebugging/archive/2007/10/10/the-memory-shell-game.aspx?Redirected=true
- 使用下面命令得到 Process 内存使用
wmic PROCESS get CommandLine,WorkingSetSize,VirtualSize,UserModeTime,ThreadCount,PeakPageFileUsage,PrivatePageCount,ProcessId,WorkingSetSize,VirtualSize,UserModeTime,ThreadCount,PeakPageFileUsage,PrivatePageCount,ProcessId /format:csv > processes.csv