From a11604fe54c33737bd4eceb98b26f4bdf290ac62 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Tue, 11 Dec 2018 16:36:20 -0800 Subject: [PATCH] Add reverse sort order for htop --- source/3/3.1/3.1.2/htop.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/3/3.1/3.1.2/htop.rst b/source/3/3.1/3.1.2/htop.rst index 8731378f..f37bd405 100644 --- a/source/3/3.1/3.1.2/htop.rst +++ b/source/3/3.1/3.1.2/htop.rst @@ -11,7 +11,7 @@ Load average shows your system laod over the past one five and fiften minute is After the bottom there is a green bar that says PID for the Process ID of a user, The user the process responds to, RES is how much RAM the process is currently using. CPU% shows how much as a percent of CPU time the process is using, mem% is a precent of the RAM your proess is using. TIme shows how long the process has been running. COmmand shows the command line command of the process. -You can press :kbd:`F1` to help you with settings on htop. :kbd:`F2` brings about a customizeable settings on htop. :kbd:`F3` lets you search for a particular process. :kbd:`F4` makes it so you can only see processes matching a certain partern. :kbd:`F5` is what you press to veiw file in a tree. Pressing :kbd:`F9` lets you kill a process with different signals to send to the process and 15 will terminate the process while 9 will Kill it. Lastly :kbd:`F10` will quit htop and return you to a terminal. +You can press :kbd:`F1` to help you with settings on htop. :kbd:`F2` brings about a customizeable settings on htop. :kbd:`F3` lets you search for a particular process. To reverse sort order press :kbd:`Shift +I`. :kbd:`F4` makes it so you can only see processes matching a certain partern. :kbd:`F5` is what you press to veiw file in a tree. Pressing :kbd:`F9` lets you kill a process with different signals to send to the process and 15 will terminate the process while 9 will Kill it. Lastly :kbd:`F10` will quit htop and return you to a terminal. Screenshot ----------