1 # htop configuration file.
5 # Use \ to limit to only matching processes (like l in mutt). _Very_ useful.
7 # Copyright (C) 2011-2014 Simon Ruderich
9 # This file is free software: you can redistribute it and/or modify
10 # it under the terms of the GNU General Public License as published by
11 # the Free Software Foundation, either version 3 of the License, or
12 # (at your option) any later version.
14 # This file is distributed in the hope that it will be useful,
15 # but WITHOUT ANY WARRANTY; without even the implied warranty of
16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 # GNU General Public License for more details.
19 # You should have received a copy of the GNU General Public License
20 # along with this file. If not, see <http://www.gnu.org/licenses/>.
23 # Ordered in the same way htop orders them for easy diffing.
25 # Display the following fields (trailing whitespace for easy diffing ...):
30 # - M_SIZE (38): virtual memory
31 # - M_RESIDENT (39): resident memory
32 # - M_SHARE (40): shared memory
39 fields=0 48 18 38 39 40 2 46 47 49 20 1
41 # Don't display kernel threads.
43 # But display userland threads.
44 hide_userland_threads=0
46 # Highlight program base name.
48 # Highlight megabytes in memory usage.
53 # Display detailed CPU information, including IO-Wait.
56 # Display the following meters.
58 # left: - first part of CPU usage, bar (LeftCPUs)
59 # - memory usage, bar (Memory)
60 # - swap usage, bar (Swap)
61 # - hostname, text (Hostname)
63 # right: - second part of CPU usage, bar (RightCPUs)
64 # - task statistics, text (Tasks)
65 # - load average, text (LoadAverage)
66 # - uptime, text (Uptime)
68 left_meters=LeftCPUs Memory Swap Hostname
69 left_meter_modes=1 1 1 2
70 right_meters=RightCPUs Tasks LoadAverage Uptime
71 right_meter_modes=1 2 2 2