Blame help/C/process-identify-hog.page

Packit 76ec6a
Packit 76ec6a
      type="topic" style="task"
Packit 76ec6a
      id="process-identify-hog">
Packit 76ec6a
  <info>
Packit 76ec6a
    <revision version="0.2" pkgversion="3.11" date="2014-01-26" status="review"/>
Packit 76ec6a
    <link type="guide" xref="index#processes-tasks" group="processes-tasks" />
Packit 76ec6a
Packit 76ec6a
    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
Packit 76ec6a
Packit 76ec6a
    <credit type="author copyright">
Packit 76ec6a
      <name>Phil Bull</name>
Packit 76ec6a
      <email>philbull@gmail.com</email>
Packit 76ec6a
      <years>2011</years>
Packit 76ec6a
    </credit>
Packit 76ec6a
Packit 76ec6a
    <credit type="author copyright">
Packit 76ec6a
      <name>Michael Hill</name>
Packit 76ec6a
      <email>mdhillca@gmail.com</email>
Packit 76ec6a
      <years>2011, 2014</years>
Packit 76ec6a
    </credit>
Packit 76ec6a
Packit 76ec6a
    <desc>Sort the list of processes by <gui>% CPU</gui> to see which
Packit 76ec6a
    application is using up the computer's resources.</desc>
Packit 76ec6a
  </info>
Packit 76ec6a
Packit 76ec6a
  <title>Which program is making the computer run slowly?</title>
Packit 76ec6a
Packit 76ec6a
  <comment>
Packit 76ec6a
    Phil Bull
Packit 76ec6a
    

Explain how the System Monitor can be used to find

Packit 76ec6a
    misbehaving/resource-hogging processes. (A lot of process use 100% CPU or
Packit 76ec6a
    similar if they hang, for example.)

Packit 76ec6a
  </comment>
Packit 76ec6a
Packit 76ec6a
  

A program that is using more than its share of the CPU may slow down the

Packit 76ec6a
  whole computer. To find which process could be doing this:

Packit 76ec6a
Packit 76ec6a
  <steps>	
Packit 76ec6a
    <item>
Packit 76ec6a
      

Click the <gui>Processes</gui> tab.

Packit 76ec6a
    </item>
Packit 76ec6a
    <item>
Packit 76ec6a
      

Click the <gui>% CPU</gui> column header to sort the processes

Packit 76ec6a
      according to CPU use.

Packit 76ec6a
      <note>
Packit 76ec6a
	

The arrow in the column header shows the sort direction; click again

Packit 76ec6a
        to reverse it. The arrow should point up.

Packit 76ec6a
      </note>
Packit 76ec6a
   </item>
Packit 76ec6a
  </steps>
Packit 76ec6a
Packit 76ec6a
  

The processes at the top of the list are using the highest percentage CPU.

Packit 76ec6a
  Once you identify which one might be using more resources than it should, you
Packit 76ec6a
  can decide whether to close the program itself, or close other programs to
Packit 76ec6a
  try to reduce the CPU load.

Packit 76ec6a
Packit 76ec6a
  <note style = "tip">
Packit 76ec6a
    

A process that has hung or crashed might use 100% CPU. If this happens

Packit 76ec6a
    you may need to <link xref="process-kill">kill</link> the process.

Packit 76ec6a
  </note>
Packit 76ec6a
Packit 76ec6a
</page>