manual/source/3/3.1/3.1.6/qps.rst

48 lines
4.8 KiB
ReStructuredText
Raw Normal View History

2018-11-07 14:41:50 -08:00
Chapter 3.1.6 qps
2018-11-07 14:46:45 -08:00
=================
2018-09-29 16:53:11 -07:00
2019-08-03 13:55:00 -07:00
qps is the graphical task manager included with Lubuntu. It is useful to close non-responsive programs.
2018-09-29 16:53:11 -07:00
2019-04-22 17:10:27 -07:00
Usage
2018-10-26 12:03:15 -07:00
------
2020-01-24 13:05:03 -08:00
To see your memory usage in qps look at the bar that says :guilabel:`MEM`. The bar for :guilabel:`CPU` usage shows CPU usage with a bar graph with usage with a bar graph for CPU usage. The third column :guilabel:`SWAP` shows how much swap is used or if you don't have a swap space view it will say :guilabel:`NOSWAP`. The :guilabel:`Uptime` in the top bar shows how long your computer has been running. A blue bar showing file input output shows graph in blue. Above this there is a green graph that shows your CPU usage as a graph. To find more info on your CPU usage Memory or Swap usage simply mouseover that display and more info will show. To show when a program was started with the :guilabel:`START` column. To have a view of process ID of each process use the :guilabel:`PID` column. The column :guilabel:`Command Line` shows what command line starts the process. To show which user the process is running on is in the :guilabel:`USER` column.
2018-10-26 12:03:15 -07:00
2020-03-19 17:07:56 -07:00
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`.
2018-10-26 12:03:15 -07:00
2020-02-26 13:14:07 -08:00
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.
2019-03-18 16:42:44 -07:00
2020-09-23 17:57:13 -07:00
At the bottom of the window :guilabel:`Process count` shows how many processes are running on your system.
2020-01-24 13:09:24 -08:00
2020-07-24 21:08:34 -07:00
When you have qps open a tray icon will appear that shows a graph of CPU usage. If you right click :menuselection:`Hide` to make qps not show in the taskbar. To bring qps back to the front off all windows right click on the tray icon :menuselection:`Show`. To quit qps press :kbd:`Alt +Q` or right click the tray icon and select :menuselection:`Quit`.
2019-03-19 12:40:39 -07:00
2020-01-24 13:17:53 -08:00
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 :menuselection:`Terminate` or press :kbd:`delete`. To kill a process move the mouse over it right click and select :menuselection:`Kill` or press :kbd:`Alt + K`.
2020-07-24 21:08:34 -07:00
To view more details on this process right click on the process and select :menuselection:`View details`. To view what files the process has open use the :guilabel:`Files` tab. To view what environment variables the process select the :guilabel:`Environment` tab.
2020-02-23 22:55:10 -08:00
To toggle showing a graph with your overall system usage check/uncheck the :menuselection:`Option --> Show Graph` checkbox in the menu. To toggle showing the bar with the option to search for processor or choose linear or tree view of processes check/uncheck :menuselection:`Option --> Show Control Bar` checkbox in the menu. To change the update period is to :menuselection:`Option --> Update Period`. Then input your update period in the :guilabel:`New Update Period` field.
2019-03-18 20:05:48 -07:00
2018-10-23 18:01:21 -07:00
Screenshot
----------
.. image:: qps.png
2020-01-19 21:05:36 -08:00
Version
-------
2020-01-24 11:15:26 -08:00
Lubuntu ships with version 2.0.0 of qps.
2020-01-19 21:05:36 -08:00
2019-10-07 16:51:46 -07:00
How to Launch
2018-09-29 16:53:11 -07:00
-------------
2018-11-11 12:56:34 -08:00
To launch qps go to the menu :menuselection:`System Tools --> qps` or run
.. code::
qps
2020-09-23 18:01:02 -07:00
from the command line. The icon for qps looks like a green line graph with a black background.
2019-05-23 18:38:09 -07:00
Customizing
------------
2020-09-23 18:04:14 -07:00
To change more preferences :menuselection:`Options --> Preferences` and a preferences window will pop up. To have qps not exit when you close qps uncheck the :guilabel:`Exit on closing` checkbox. To change if qps has a remembers it position check/uncheck the :guilabel:`Remember Position` checkbox. To change the font use the drop down menu under :guilabel:`Appearance` and the drop down number is for the font size. To change how CPU usage is divided per your total number of CPU cores or a Single CPU press a radio button under :guilabel:`%CPU divided by`.
2019-05-23 19:07:30 -07:00
.. image:: qps-pref.png