From 6d698a1b68ee98eb3f8ec6ab09571c63f8d283f8 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Wed, 26 Feb 2020 13:14:07 -0800 Subject: [PATCH] Add thread checkbox --- source/3/3.1/3.1.6/qps.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/3/3.1/3.1.6/qps.rst b/source/3/3.1/3.1.6/qps.rst index b7827c68..cfac85d4 100644 --- a/source/3/3.1/3.1.6/qps.rst +++ b/source/3/3.1/3.1.6/qps.rst @@ -10,7 +10,7 @@ To see your memory usage in qps look at the bar that says :guilabel:`MEM`. The b To sort your processes by memory click on the :guilabel:`MEM` tab. To have your processes sorted by CPU percentage press the button :guilabel:`CPU%` To have your processes sorted by CPU%. To sort by the command line of each process you can press the command line. To sort by how much memory is used by each process read the :guilabel:`Mem` tab. To only view your processes on the toolbar drop down to the right of :guilabel:`Filter` and select :menuselection:`Your Processes`. To view only processes not run by the root user form the drop menu on lower toolbar select :menuselection:`Non-Root Processes`. To view only running processes select on the drop down menu on the lower toolbar select :menuselection:`Running Processes`. To go back to viewing all processes select from the drop down menu on the toolbar select :menuselection:`All Processes`. -To change your process view to each process gets its own line or linear select the :guilabel:`Linear` radio button in the upper left hand corner. To organize each related process with a tree for parent and child processes press the :guilabel:`Tree` radio button. To search for a particular process enter a search term in the bar towards the center top of the user interface. +To change your process view to each process gets its own line or linear select the :guilabel:`Linear` radio button in the upper left hand corner. To organize each related process with a tree for parent and child processes press the :guilabel:`Tree` radio button. To search for a particular process enter a search term in the bar towards the center top of the user interface. To group processes based on what thread they are in check the :guilabel:`Thread` checkbox. At the bottom of the window :guilabel:`Process count` to see how many process are running on your system.