summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Wise <pabs3@bonedaddy.net>2022-02-01 11:52:40 +0800
committerPaul Wise <pabs3@bonedaddy.net>2022-02-01 11:54:41 +0800
commita84a39dcdbcb1d25325d268d13c53d07423ba992 (patch)
treef9980222700a6925d47253189c8f7b177aaa24b2
parent9c49d594a5ddea14dcb30f0f2b7dc67018767295 (diff)
downloadiotop-a84a39dcdbcb1d25325d268d13c53d07423ba992.tar.gz
Promote the new iotop implementation that is written in C
It uses less resources (useful on embedded systems) and has more features.
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
index 1b335ae..c3ff85d 100644
--- a/README
+++ b/README
@@ -21,7 +21,13 @@ really want to install this version of iotop on your system, do (as root):
# ./setup.py install
+For an alternative implementation of iotop that is written in C, uses
+less resources and has more features, please take a look at this project:
+
+https://github.com/Tomas-M/iotop
+
To chat with the iotop community join #iotop on the libera.chat IRC network.
+Please mention which implementation is in use when asking questions there.
--
Guillaume Chazarain <guichaz@gmail.com>