Check Your I/O Usage with Iotop for Android

7:56 PM



iotop for android


Ever needed to check the I/O usage of apps? If so, you probably tried searching for an iotop port, a Python script for Linux–only to find none and either write one in a hurry or manually check /proc/ yourself.


Luckily for you, XDA Forum Moderator and Recognized Developer laufersteppenwolf has written a shell script to replicate the original features of iotop. It will allow you to examine I/O loads/usage for every process, see the total amount of read and written bytes or even the current read/write speeds.


Before you use the script, though, you’ll have to make sure you have the following:



  1. A rooted device.

  2. A kernel with I/O accounting enabled. This usually isn’t the case by default, but you can


. . . READ ON »


The post Check Your I/O Usage with Iotop for Android appeared first on xda-developers.


From xda-developers - Check Your I/O Usage with Iotop for Android