OSDN Git Service

Implement iotop
authorColin Cross <ccross@android.com>
Fri, 4 Sep 2015 00:56:39 +0000 (17:56 -0700)
committerColin Cross <ccross@android.com>
Sat, 5 Sep 2015 01:02:03 +0000 (18:02 -0700)
commit646d001e5551e091ea2c5d1397c77ffa24c01953
tree20167875094d24972bbc232c5ad335ce4812a8ff
parent32802ecf57a6047f7008f9be8ba5072b9d458e57
Implement iotop

iotop provides per process statistics on IO rates and kernel delays.
Requires root, and a kernel compiled with CONFIG_TASKSTATS,
CONFIG_TASK_DELAY_ACCT, and CONFIG_TASK_IO_ACCOUNTING.

Change-Id: I111c55a1492e9ea33d8d7b3ab620080625b84346
iotop/Android.mk [new file with mode: 0644]
iotop/MODULE_LICENSE_APACHE2 [new file with mode: 0644]
iotop/iotop.cpp [new file with mode: 0644]
iotop/tasklist.cpp [new file with mode: 0644]
iotop/tasklist.h [new file with mode: 0644]
iotop/taskstats.cpp [new file with mode: 0644]
iotop/taskstats.h [new file with mode: 0644]