summaryrefslogtreecommitdiffstats
path: root/htop.1.in
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Option to set initial filterlaydervus2020-10-071-1/+4
| | | | Closes #219
* show selected command wrapped in a separate windowryenus2020-09-241-0/+3
| | | | | | | | | | | | | | | 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.
* Consistent wording/formatting of field descriptionsMichael F. Schönitzer2020-09-241-3/+3
|
* Document M_PSS and M_PSSWP in man pageMichael F. Schönitzer2020-09-241-0/+8
|
* Document field M_SWAP in man pageMichael F. Schönitzer2020-09-241-0/+3
|
* Convert short version option to capital VChristian Göttsche2020-09-181-1/+1
| | | | v is generally used for enabling verbose mode
* Change option '-m' to '-M' for consistency of cliMichael F. Schönitzer2020-09-181-0/+3
| | | | | | | | | `-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.
* Add Linux process column for context switchesChristian Göttsche2020-09-171-0/+3
| | | | Displays the incremental sum of voluntary_ctxt_switches and nonvoluntary_ctxt_switches.
* add option (-U, --no-unicode) to disable unicode at runtimeChristian Hesse2020-09-011-0/+3
|
* Remove trailing whitespacesChristian Göttsche2020-08-211-13/+13
|
* Merge branch 'hishamhm-pull-971'Nathan Scott2020-08-201-1/+3
|\
| * update man page text about delayDave Marquardt2019-12-161-1/+3
| |
* | Merge branch 'hishamhm-pull-964'Nathan Scott2020-08-201-1/+2
|\ \
| * | Added missing optionStefan2019-11-111-2/+3
| |/
* / Documentation updates to reflect community maintainershipNathan Scott2020-08-201-34/+50
|/ | | | | Document the htop.dev site, #htop and htop@groups.io for contacting the community maintainers, and the upcoming 3.0.0 release.
* Mention the "c" key (tag subtree) in the manJérémie Roquet2018-06-021-1/+6
| | | | This was reported by @agguser.
* Add tree view flag to man page (#777)Daniel Flanagan2018-04-101-1/+4
|
* Typo in man pageViktor Szépe2018-02-041-2/+2
| | | *hightlight*
* Adds support for linux delay accounting (#667)André Carvalho2017-12-041-0/+9
| | | | | | Adds support for showing columns with linux delay accounting. This information can be read from the netlink interface, and thus we set up a socket to read from that when initializing the LinuxProcessList (LinuxProcessList_initNetlinkSocket). After that, for each process we call LinuxProcessList_readDelayAcctData, which sends a message thru the socket after setting up a callback to get the answer from the Kernel. That callback sets the process total delay time attribute. We then set the delay percent as the percentage of time process cpu time since last scan.

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