adb shell top 一.其中相关参数: >adb shell top -h Usage: top [ -m max_procs ] [ -n iterations ] [ -d delay ] [ -s sort_column ] [-t ] [ -h ] -m num Maximum number of processes to display. 最多显示多少个进程 -n num Updates to show before exiting. 刷新次数 -d num Secon
top 显示进程所占系统资源 能够实时显示系统中各个进程的资源占用状况,类似于Windows的任务管理器. top命令打印出了很多信息,包括系统负载(loadaverage).进程数(Tasks).cpu使用情况.内存使用情况以及交换分区使用情况. 其实上面这些内容可以通过w,vmstat命令来查看,所以用top重点查看的还是下面的进程使用系统资源详细状况. 这个命令用于动态监控进程所占系统资源,每隔3秒变一次. top 重点用来查看进程使用系统资源详细状况. ~]# top top - 16:
转自:http://blog.csdn.net/lkkey80/article/details/45190095 版权声明:博文地址 http://blog.csdn.net/lkkey80?viewmode=list 转载请注明出处 在Linux内核代码里当需要限制printk打印频率时会用到__ratelimit或printk_ratelimit(封装了__ratelimit). /* * printk rate limiting, lifted from the networking su