X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=htoprc.in;h=e08fc1486df2f85b367b32f6dafe78c44313fc4c;hb=4f7b2f8b413a236e0e310cfa8f4c7e05cca30ec8;hp=b59f29955f2c296fbef8c724cb921d1fac5ed458;hpb=b452cd6879b96c0c6726b2faec8c0b9f931fd3ab;p=config%2Fdotfiles.git diff --git a/htoprc.in b/htoprc.in index b59f299..e08fc14 100644 --- a/htoprc.in +++ b/htoprc.in @@ -4,7 +4,7 @@ # # Use \ to limit to only matching processes (like l in mutt). _Very_ useful. -# Copyright (C) 2011-2013 Simon Ruderich +# Copyright (C) 2011-2014 Simon Ruderich # # This file is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -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 (Hostname) +# +# 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