Windows 内存架构

  • 理解 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

 

posted @ 2015-05-19 12:06  tang88seng  阅读(226)  评论(0编辑  收藏  举报