iotop 移植linux/arm


    iotop可以很直观的显示出来哪个程序在消耗你的硬盘,可以帮助我们在开发过程中迅速定位出那个进程占用I\O资源,下面记录着移植过程( Linux/arm 3.14.28 Kernel ):

 

1:在编译内核make menuconfig的时候一定要把下面选项选上
General setup —> CPU/Task time and stats accounting ->
[*] BSD Process Accounting    
[*] BSD Process Accounting version 3 file format 
[*] Export task/process statistics through netlink
[*] Enable per-task delay accounting
[*] Enable extended accounting over taskstats  
[*] Enable per-task storage I/O accounting   

General setup —>  [*] Namespaces support  --->  
[*]   UTS namespace
[*]   IPC namespace
[*]   User namespace
[*]   PID Namespaces
[*]   Network namespace

2: 在执行iotop出现 Error opening terminal: vt102,请继续往下看:

在板子上如下操作/etc/profile加入
export TERM=vt100
export TERMINFO=/usr/share/terminfo

mkdir /usr/share/terminfo/v -p
然后copy自己的pc主机上的
/usr/share/terminfo/v/vt100
到板子上的/usr/share/terminfo/v/目录下

3: iotp C实现源码在git上面有,请自己下载

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值