summaryrefslogtreecommitdiffstats
path: root/htop.1.in
AgeCommit message (Collapse)Author
2021-09-02linux: drop dead process field column DIRTYChristian Göttsche
The field for dirty pages in /proc/[pid]/statm is always 0 since Linux 2.6 (see man:proc(5)).
2021-08-13Merge pull request #705 from natoscott/pcp-htop-manualNathan Scott
docs: updates and new manual page for pcp-htop
2021-08-13Apply suggestions from code reviewNathan Scott
Co-authored-by: BenBE <BenBE@geshi.org>
2021-08-09Add Shift-F7, Shift-F8 keybindings for autogroupsDaniel Lange
2021-08-09Add columns for process autogroup identifier and nice valueNathan Scott
Adds AGRP (autogroup) and ANI (autogroup nice) columns that report the information from /proc/PID/autogroup, as well as handlers for '{' and '}' to change the autogroup nice value. This is guarded by /proc/sys/kernel/sched_autogroup_enabled such that sampling and/or changing values wont be attempted unless the kernel feature is enabled. Fixes: #720
2021-08-03docs: updates and new manual page for pcp-htopNathan Scott
Add some words about pcp-htop to the main man page, and add a new man page describing the pcp-htop configuration files that allow new meters and columns to be defined at runtime.
2021-05-30htop.1.in: Some grammatical errors are fixed.Varik Valefor
2021-05-30htop.1.in: A grammatical error is fixed.Varik Valefor
2021-05-23Update documentation for basename coloring of cmdline/exe columnsBenny Baumann
2021-04-14Rework TTY columnChristian Göttsche
* Rename internal identifier from TTY_NR to just TTY * Unify column header on platforms * Use devname(3) on BSD derivate to show the actual terminal, simplifies current FreeBSD implementation. * Use 'unsigned long int' as id type, to fit dev_t on Linux. Only on Solaris the terminal path is not yet resolved.
2021-04-14Add read-only optionChristian Göttsche
Add command line option to disable all system and process changing features.
2021-04-14Rename drop-capabilities options none to offChristian Göttsche
None might be ambiguous whether we are dropping none or whether we keep none. Rename to off to make more clear this option does not drop any.
2021-03-03Document PERCENT_NORM_CPU and mention Irix / Solaris modes (top lingo)Daniel Lange
2021-02-13Option and key ("*") to collapse / expand all branches under PID 1Daniel Lange
(and PID 2 if kernel threads are shown) Based on hishamhm/htop#510 by Krishna Chaitanya, B Closes #68
2021-02-02Explain historic naming of Light-Weight Processes column aka threadsDaniel Lange
2021-01-11Add option to drop Linux capabilitiesChristian Göttsche
Conflicts with setuid support, but that is commonly not enabled.
2021-01-08Update help and man page for improved -t / -s optionsDaniel Lange
2020-12-25Note Shift-F3 use in man pageDaniel Lange
2020-12-23Added keybind 'N' for sorting by PIDJake Mannens
2020-12-21Document dynamic bindings and assumed external configurationBenny Baumann
2020-12-18Update key mapping documentation for sortingBenny Baumann
2020-12-14Remove superflous breaks around man page section headsNathan Scott
There is no need to start a paragraph explicitly after a section header (SH) in troff - some man linters will complain about this as well.
2020-12-03Document implicit incremental searchBenny Baumann
2020-11-28Typo fix in docsBenny Baumann
2020-11-28Include documentation for COMM and EXEBenny Baumann
2020-11-24Improving Command display/sortNarendran Gopalakrishnan
2020-11-21Rename virtual memory column from M_SIZE to M_VIRTChristian Göttsche
Closes: #325
2020-11-16Merge branch 'hili-new-old' of adsr/htop into highlight-new-old-processesDaniel Lange
2020-11-09Implement screen for active file locksFynn Wulf
2020-10-30Highlight new and old processes (#74)Adam Saponara
2020-10-12Add key to pause process list updatesChristian Göttsche
2020-10-09use 'w' for command wrapping as 'M' is already usedryenus
since 'M' is already used for sort-by-memory, as with: keys['M'] = actionSortByMemory; reorder help info about shortcut keys
2020-10-07Option to set initial filterlaydervus
Closes #219
2020-09-24show selected command wrapped in a separate windowryenus
For a process with a very long command, especially with many long command line arguments, inspecting the command and its arguments could become inconvenient. Meanwhile htop supports the concept of "screen", or window, which is extended here to create a dedicated "CommandScreen", making it possible to display the command of the selected process in a separate window meanwhile being wrapped into multiple lines. Another benefit of using a command screen is, the user can navigate through the wrapped lines of the command and perform actions like searching and filtering.
2020-09-24Consistent wording/formatting of field descriptionsMichael F. Schönitzer
2020-09-24Document M_PSS and M_PSSWP in man pageMichael F. Schönitzer
2020-09-24Document field M_SWAP in man pageMichael F. Schönitzer
2020-09-18Convert short version option to capital VChristian Göttsche
v is generally used for enabling verbose mode
2020-09-18Change option '-m' to '-M' for consistency of cliMichael F. Schönitzer
`-m` was added as short option for `--no-mouse`, this is inconsistence to the rest of the cli since otherwise the short options to disable a feature are capital letters. Therefore this commit renames the option to `-M`. This commit also documents the option in the man page.
2020-09-17Add Linux process column for context switchesChristian Göttsche
Displays the incremental sum of voluntary_ctxt_switches and nonvoluntary_ctxt_switches.
2020-09-01add option (-U, --no-unicode) to disable unicode at runtimeChristian Hesse
2020-08-21Remove trailing whitespacesChristian Göttsche
2020-08-20Merge branch 'hishamhm-pull-971'Nathan Scott
2020-08-20Merge branch 'hishamhm-pull-964'Nathan Scott
2020-08-20Documentation updates to reflect community maintainershipNathan Scott
Document the htop.dev site, #htop and htop@groups.io for contacting the community maintainers, and the upcoming 3.0.0 release.
2019-12-16update man page text about delayDave Marquardt
2019-11-11Added missing optionStefan
2018-06-02Mention the "c" key (tag subtree) in the manJérémie Roquet
This was reported by @agguser.
2018-04-10Add tree view flag to man page (#777)Daniel Flanagan
2018-02-04Typo in man pageViktor Szépe
*hightlight*