summaryrefslogtreecommitdiffstats
path: root/htop.1.in
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Issue #502 update Session ID columnKamyar Rasta2017-02-011-1/+1
|
* Use "-" as the Ctrl and Alt joiner.Hisham2016-06-171-3/+3
|
* Document Alt+{h,j,k,l} and Ctrl+{A,E} into man pageExplorer092016-06-171-2/+28
| | | | | | Rewrite the scrolling part in the man page so that each key become clearer on what it does. Also officially document the Alt+{h,j,k,l} key alternatives and Ctrl+A, Ctrl+E, '^', '$' keys (see issue #508).
* Fix a typo in the man page (Debian Lintian spelling-error-in-manpage)Daniel Lange2016-04-191-1/+1
| | | | | Debian patch from https://anonscm.debian.org/cgit/collab-maint/htop.git/tree/debian/patches/001-lintian-warning-fix-man-typo.patch
* Fixed/enhanced some entries in the manpageSworddragon2015-11-041-5/+6
|
* Fixed some typosSworddragon2015-11-041-4/+4
|
* Improve prose a bit.Hisham Muhammad2015-10-191-2/+3
|
* add hint about system configuration fileChristian Hesse2015-10-061-1/+3
|
* A more portable version of the note suggested in #113.Hisham Muhammad2015-08-201-2/+2
| | | | Closes #113.
* Add shortcut key 'p' to toggle full program paths.Tobias Geerinckx-Rice2015-08-071-0/+3
|
* Added information about memory sizes to man pageTomasz Kramkowski2015-06-091-0/+9
| | | | | The man page now contains the section "MEMORY SIZES" which talks about the convention used for representing memory sizes and why it was chosen.
* Tempus fugit.Hisham Muhammad2015-03-231-1/+1
| | | | | | Conflicts: htop.c htop.h
* Match IO field descriptions with new labels.Hisham Muhammad2015-02-041-3/+3
|
* Added columns for the page faults in the manpageSworddragon2014-05-171-0/+12
|
* Minor fixes for the manpageSworddragon2014-05-171-2/+2
|
* Reordered columns in the manpageSworddragon2014-05-151-55/+55
|
* Added columns and added/fixed aliases in the manpageSworddragon2014-05-151-6/+15
|
* Document $HTOPRC. Closes #73.Hisham Muhammad2014-05-031-1/+12
|
* Improve discoverability of the expand/collapse feature.Hisham Muhammad2014-04-091-3/+5
| | | | | | | | | | | It is now accessible via F6 when on tree view (as a bonus, it is now also reachable via the mouse). The function bar now dynamically changes to reflect the toggle nature of the tree-view mode (F5) and the F6 key serves as expand/collapse when on tree mode, and its previous behavior of bringing up the "Sort By" menu (which only made sense on non-tree mode). Users wishing to go to the "Sort By" menu straight from Tree View can still do so with the "<" and ">" keys (the top-compatible keys for sort selection).
* Added additional column to monitor OOM killer score of each processLeigh Simpson2014-01-291-0/+3
|
* New home, new life!Hisham Muhammad2014-01-141-1/+1
|

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