Memory,CPU,IO Debug Tools

Memory,CPU,IO Debug Tools_第1张图片

这个工具调试内存,CPU,IO 看运行情况.非常的方便.
特此记录一下

  1. 下载
  2. 编译
  3. 运行查看效果

1.http://nmon.sourceforge.net/pmwiki.php?n=Site.CompilingNmon
下载代码
一个.c 和一个Makefile

  1. 编译 make nmon_power_ubuntu1604
  2. 运行
root@ubuntu:/usr/src/linux-source-4.2.0# ls
debian         linux-source-4.2.0          lmon.c    nmon_power_ubuntu1604
debian.master  linux-source-4.2.0.tar.bz2  makefile

因为的我的系统是ubuntu 16.04版本.

./nmon_power_ubuntu1604 就可以查看到上面图片的效果了.

你可能感兴趣的:(cpu,ubuntu,调试,makefile)