X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=htoprc.in;h=7cb70191fe9152b4f206b49248d6a9c9cf05d518;hb=ef5ed5972882ac0101310f22a01f93662248ef7f;hp=58a8749a6e5b86fc6a375140eb34aab90943a9a5;hpb=265481bb189f4509f45220a2e602918b9738dc7a;p=config%2Fdotfiles.git diff --git a/htoprc.in b/htoprc.in index 58a8749..7cb7019 100644 --- a/htoprc.in +++ b/htoprc.in @@ -1,5 +1,9 @@ # htop configuration file. +# Useful mappings: +# +# Use \ to limit to only matching processes (like l in mutt). _Very_ useful. + # Copyright (C) 2011-2013 Simon Ruderich # # This file is free software: you can redistribute it and/or modify @@ -49,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