summaryrefslogtreecommitdiffstats
path: root/htop.1.in
Commit message (Collapse)AuthorAgeFilesLines
* documentation update "pcp htop" –> "pcp-htop"kew242024-02-281-1/+1
| | | | | Rarely (if ever) do we see references in the documentation to `pcp htop` (it's mainly just `pcp-htop`, with a hyphen instead of a space). I fixed the documentation to reflect this. Feel free to ignore this if the space is intentional.
* Updates for 2024. Happy New Year!Daniel Lange2024-01-011-2/+2
|
* Review comments for memory size manual clarificationsTom Sparrow2023-12-131-4/+4
|
* Note in manual re default memory units of KiBTom Sparrow2023-12-111-1/+3
| | | Addresses https://github.com/htop-dev/htop/issues/1340
* Add a note about when the configuration is savedBenny Baumann2023-10-241-1/+8
|
* Document 'O' keyboard shortcutSahil Siddiq2023-05-241-0/+4
| | | | Co-authored-by: BenBE <BenBE@geshi.org>
* Document e3481a98 in man page (Linux: highlight username if process has ↵Daniel Lange2023-02-161-0/+5
| | | | elevated privileges)
* Updates for 2023. Happy New Year!Daniel Lange2023-01-081-2/+2
|
* Document idle process stateChristian Göttsche2022-08-091-1/+2
| | | | Closes: #1001
* Document screen tab switching (TAB, Shift-TAB keys)Daniel Lange2022-04-301-0/+4
|
* Improve String_contains_i to allow for multiple termsDaniel Lange2022-03-251-1/+4
| | | | | | | | | | | This enables: * Multiple filters in the main panel and strace etc. views * Multiple search terms The search terms are separated by "|" and are still fixed strings matched case-insensitive. Added a multi flag at request of BenBE.
* Remove duplicate sections on COMM and EXEDaniel Lange2022-02-131-6/+4
| | | | | | Closes #934 Thank you, Narendran Gopalakrishnan (gnarendran)!
* Fix typoTobias Stoeckmann2022-01-111-1/+1
| | | | This typo has been found with codespell.
* Year 2022 updatesDaniel Lange2022-01-031-2/+2
|
* Document CCGROUP columnBenny Baumann2021-11-281-1/+17
|
* Allow -u UIDнаб2021-10-241-1/+1
| | | | Defaults to username, of course, like all POSIX utilities do
* Elaborate the highlighting of outdated/deleted executables and librariesBenny Baumann2021-10-191-5/+17
|
* Make the "Released under the GNU GPLv2+. See 'man' page for more info." from ↵Daniel Lange2021-09-221-1/+10
| | | | ScreenManager.c valid
* linux: drop dead process field column DIRTYChristian Göttsche2021-09-021-3/+0
| | | | | The field for dirty pages in /proc/[pid]/statm is always 0 since Linux 2.6 (see man:proc(5)).
* Merge pull request #705 from natoscott/pcp-htop-manualNathan Scott2021-08-131-2/+59
|\ | | | | docs: updates and new manual page for pcp-htop
| * Apply suggestions from code reviewNathan Scott2021-08-131-2/+2
| | | | | | Co-authored-by: BenBE <BenBE@geshi.org>
| * docs: updates and new manual page for pcp-htopNathan Scott2021-08-031-2/+59
| | | | | | | | | | | | 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.
* | Add Shift-F7, Shift-F8 keybindings for autogroupsDaniel Lange2021-08-091-2/+2
| |
* | Add columns for process autogroup identifier and nice valueNathan Scott2021-08-091-0/+13
|/ | | | | | | | | | | | 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
* htop.1.in: Some grammatical errors are fixed.Varik Valefor2021-05-301-2/+2
|
* htop.1.in: A grammatical error is fixed.Varik Valefor2021-05-301-1/+1
|
* Update documentation for basename coloring of cmdline/exe columnsBenny Baumann2021-05-231-4/+12
|
* Rework TTY columnChristian Göttsche2021-04-141-1/+1
| | | | | | | | | | * 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.
* Add read-only optionChristian Göttsche2021-04-141-0/+3
| | | | | Add command line option to disable all system and process changing features.
* Rename drop-capabilities options none to offChristian Göttsche2021-04-141-1/+1
| | | | | | | 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.
* Document PERCENT_NORM_CPU and mention Irix / Solaris modes (top lingo)Daniel Lange2021-03-031-0/+9
|
* Option and key ("*") to collapse / expand all branches under PID 1Daniel Lange2021-02-131-1/+3
| | | | | | | (and PID 2 if kernel threads are shown) Based on hishamhm/htop#510 by Krishna Chaitanya, B Closes #68
* Explain historic naming of Light-Weight Processes column aka threadsDaniel Lange2021-02-021-1/+1
|
* Add option to drop Linux capabilitiesChristian Göttsche2021-01-111-0/+8
| | | | Conflicts with setuid support, but that is commonly not enabled.
* Update help and man page for improved -t / -s optionsDaniel Lange2021-01-081-2/+4
|
* Note Shift-F3 use in man pageDaniel Lange2020-12-251-0/+1
|
* Added keybind 'N' for sorting by PIDJake Mannens2020-12-231-0/+3
|
* Document dynamic bindings and assumed external configurationBenny Baumann2020-12-211-0/+41
|
* Update key mapping documentation for sortingBenny Baumann2020-12-181-4/+2
|
* Remove superflous breaks around man page section headsNathan Scott2020-12-141-11/+0
| | | | | | 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.
* Document implicit incremental searchBenny Baumann2020-12-031-0/+4
|
* Typo fix in docsBenny Baumann2020-11-281-1/+1
|
* Include documentation for COMM and EXEBenny Baumann2020-11-281-0/+6
|
* Improving Command display/sortNarendran Gopalakrishnan2020-11-241-1/+15
|
* Rename virtual memory column from M_SIZE to M_VIRTChristian Göttsche2020-11-211-1/+1
| | | | Closes: #325
* Merge branch 'hili-new-old' of adsr/htop into highlight-new-old-processesDaniel Lange2020-11-161-1/+4
|\
| * Highlight new and old processes (#74)Adam Saponara2020-10-301-1/+4
| |
* | Implement screen for active file locksFynn Wulf2020-11-091-0/+3
|/
* Add key to pause process list updatesChristian Göttsche2020-10-121-0/+3
|
* use 'w' for command wrapping as 'M' is already usedryenus2020-10-091-2/+3
| | | | | | | | since 'M' is already used for sort-by-memory, as with: keys['M'] = actionSortByMemory; reorder help info about shortcut keys

© 2014-2024 Faster IT GmbH | imprint | privacy policy