History log of /system/extras/iotop/iotop.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
66dd09e8e2407082ce93bf0784de641298131912 04-Dec-2015 Elliott Hughes <enh@google.com> Track rename from base/ to android-base/.

Change-Id: Ic15d4778c7accd1382de0b440a437aba2cf67016
/system/extras/iotop/iotop.cpp
42a075379e6e3e3547a8d0d0d4229c192e537612 17-Sep-2015 Colin Cross <ccross@android.com> Fix output when -m is not passed

limit == -1 was being treated as limit == 0, and no tasks were being
printed.

Change-Id: Ie4ec278249bc750a3494e55d483dd983bf7bbdc3
/system/extras/iotop/iotop.cpp
c5cacc116757d1d38b158368f5d414b007dd6462 09-Sep-2015 Colin Cross <ccross@android.com> iotop: add total read/write stats

Provide total read, write, and read/write stats across all threads
or processes.

Change-Id: I7dc2edd45681b6a54f67347337c76deb1342dc95
/system/extras/iotop/iotop.cpp
a1bc8d7d45519b47fbc2dd13c47f4c4478b3285c 09-Sep-2015 Colin Cross <ccross@android.com> iotop: fix bytes per second, and add accumulation

Bytes per second forgot to divide bytes by seconds. Also add
the -a flag to print bytes instead of bytes per second.

Change-Id: I419b2ec0f702a291d299fe736d2d4ab290c03445
/system/extras/iotop/iotop.cpp
646d001e5551e091ea2c5d1397c77ffa24c01953 04-Sep-2015 Colin Cross <ccross@android.com> 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
/system/extras/iotop/iotop.cpp