readme

来自「内存管理工具Exmap。该工具比 ps 或 top 更精确」· 代码 · 共 34 行

TXT
34
字号
Exmap=====Exmap is a tool which allows the real memory usage of a collection ofprocesses to be examined. A linux kernel loadable module is used toexport information to userspace, which is examined by a gtkapplication to build a picture of how pages are shared amongstprocesses and their shared libraries.Section-level information is exposed for ELF files and symbol-levelinformation is exposed for unstripped ELF files.To use:1 - 'make' at toplevel to build2 - 'sudo insmod kernel/exmap.ko' to load the kernel module2a(optional) - 'make test' at toplevel to check all is OK3 - './src/gexmap' to runSee http://www.berthels.co.uk/exmap for more documentation and a FAQ.If you use exmap, I'd appreciate an email to help gauge the level ofinterest in this tool. If you find any problems or have any ideas orsuggestions for improvement, I'd be very interested in hearing fromyou.Having 'exmap' in your subject line or body increases the chances thatyour message won't get lost in the spam.John Berthels<jjberthels@gmail.com>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?