]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
htoprc: add meters config
authorSimon Ruderich <simon@ruderich.org>
Mon, 15 Sep 2014 22:59:42 +0000 (00:59 +0200)
committerSimon Ruderich <simon@ruderich.org>
Mon, 15 Sep 2014 22:59:42 +0000 (00:59 +0200)
htoprc.in

index b59f29955f2c296fbef8c724cb921d1fac5ed458..7cb70191fe9152b4f206b49248d6a9c9cf05d518 100644 (file)
--- a/htoprc.in
+++ b/htoprc.in
@@ -53,4 +53,21 @@ highlight_threads=1
 # Display detailed CPU information, including IO-Wait.
 detailed_cpu_time=1
 
+# Display the following meters.
+#
+# left: - first part of CPU usage, bar (LeftCPUs)
+#       - memory usage, bar (Memory)
+#       - swap usage, bar (Swap)
+#       - hostname, text (Swap)
+#
+# right: - second part of CPU usage, bar (RightCPUs)
+#        - task statistics, text (Tasks)
+#        - load average, text (LoadAverage)
+#        - uptime, text (Uptime)
+#
+left_meters=LeftCPUs Memory Swap Hostname 
+left_meter_modes=1 1 1 2 
+right_meters=RightCPUs Tasks LoadAverage Uptime 
+right_meter_modes=1 2 2 2 
+
 # vim: ft=cfg