iotop icon indicating copy to clipboard operation
iotop copied to clipboard

A top utility for IO

Results 11 iotop issues
Sort by recently updated
recently updated
newest added

Besides 'accumulated', it would be nice to have a view that would present the amount of IO per unit of time (depending on how long iotop or process is running)....

enhancement

This is a suggestion: Is it possible to change iotop to work as a C/C++ library? This would allow developer to add this feature on other aplications, like monitoring systems.

I built this repo from source using `make` and running it gives a scrolling `fatal reply error, -1` The line changes color after some time and occasionally gibberish such as...

when calc_total, the processIo = sum(child threads), so when calc, should not add tid!=pid.

I made a busy reading of disk in clickhouse, and notice the GRAPH[IO]▽ column in the view is quite different with the IO> column in iotop. The main thread of...

Provide option to users so that light or dark color scheme can be chosen.

Possibility to specify -p multiple times would be really nice. I see on https://github.com/Tomas-M/iotop/blob/dd2dbd1c1b62b29d6f3ee67c2958e64e8fb23794/src/main.c#L303, that it just stores the passed PID, and on https://github.com/Tomas-M/iotop/blob/dd2dbd1c1b62b29d6f3ee67c2958e64e8fb23794/src/views.c#L367 that it makes a single comparison....

I see this: ![image](https://github.com/Tomas-M/iotop/assets/7887758/e3a9d043-6218-45c4-8c71-cb836cb93512) And that sounds a bit strange to me. Does the tool itself read so many data from the disk?

Hello there! I'm having problems on my ARMv7 (Marvell 380) powered NAS running Arch Linux ARM. Is just kicked off the iotop -o and I just got so surprised that...

iotop needs to be run with elevated privileges, and it tells why when not being run that way. I think it would be a useful feature if iotop could be...