From 1d72217902f41e691c7e748249a41636e79d94a1 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Thu, 15 Nov 2018 13:46:59 -0800 Subject: [PATCH] Add term/kill process to qps --- source/3/3.1/3.1.6/qps.rst | 4 +++- 1 file changed, 3 insertions(+), 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 dbccafcf..2b14fad9 100644 --- a/source/3/3.1/3.1.6/qps.rst +++ b/source/3/3.1/3.1.6/qps.rst @@ -13,7 +13,9 @@ To see your memory useage in qps look at the bar that says MEM. The bar for CPU To sort your processes by memory click on the mem tab. To have your processes sorted by CPU percentage press the button CPU% To have your processes sorted by CPU%. To sort by the command line of each process you can press the command line. -To change the update period is to :menuselection:`Option --> Update Period`. To change your font :menuselection:`Option --> Prefrences` or put an appearance with the font and font size. +To change the update period is to :menuselection:`Option --> Update Period`. To change your font :menuselection:`Option --> Prefrences` or put an appearance with the font and font size. + +To search for a particular process you can type your type into the search bar right above a particular process right above it. To terminate a process right click on it and select terminate or press :kbd:`delete`. To kill a process move the mouse over it right click and select kill or press :kbd:`Alt + K`. Screenshot ----------