Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The Task Manager provides an overview of the applications and other processes running on the device. It can be used to pause, end, or change the priority of processes. This article shows the starting methods configuration and the use of the Task Manager in IGEL OS. 

...

Menu path: Accessories > Task Manager

...

You can configure the starting methods for an easy access of the Task Manager.

Include Page

...

_Starting Methods

...

_Starting Methods

Using Task Manager

With the Task Manager, you can observe and influence applications and processes in the following ways:

  • Determining device processor usage

  • Determining device memory usage

  • Determining processor usage by a specific application

  • Determining memory usage by a specific application

  • Pausing and continuing an application

  • Closing an application

  • Force closing an application

  • Changing the priority of an application

...

...

->Start the Task Manager.


To determine the device's total processor usage:

...

->Read the percentage value

...

under CPU.
Image Modified


To determine the devices's total memory usage:

...

...

->Read the percentage value

...

under Memory.
Image Modified

To calculate the value in bytes,

...

click image-20240613-063150.pngImage Added and enable Show memory usage in bytes.


To determine the extent to which a specific application contributes to processor usage, proceed as follows:

  1. In the search window, enter the name of the application or part of the name.
    The Task Manager will now show only the relevant applications and processes.

  2. Read the percentage value for the relevant application in

...

  1. the CPU

...

  1.  column.

...

  1. Image Added


To determine the extent to which a specific application contributes to memory usage, proceed as follows:

...

  1. Click image-20240613-063224.pngImage Added next to image-20240613-063231.pngImage Added and ensure that Virtual Bytes and Private Bytes are enabled.

  2. In the search window, enter the name of the application or part of the name.
    The Task Manager will now show only the relevant applications and processes.

  3. Read the values in

...

  1. the VSZ and RSS columns.
    The VSZ column shows how much memory is available for the application.

...

  1. The RSS

...

  1.  column shows how much memory the application is currently using.

...

  1. Image Added


To pause an application, proceed as follows:

  1. Highlight the application.

  2. Open the application’s context menu by right-clicking on it and

...

  1. select Stop.
    The application will be paused (Signal SIGSTOP). You can then continue the application.


To continue an application, proceed as follows:

  1. Highlight the application.

  2. Open the application’s context menu by right-clicking on it and

...

  1. select Continue.
    The application will continue (Signal SIGCONT).


To close an application, proceed as follows:

  1. Highlight the application.

  2. Open the application’s context menu by right-clicking on it and

...

  1. select Terminate.
    The application will close (Signal SIGTERM).

    Info
    In this case, the application is instructed to close by the operating system. If the application does not react to this instruction, you can force it to close with the Kill command.

To force an application to close, proceed as follows:

  1. Highlight the application.

  2. Open the application’s context menu by right-clicking on it and

...

  1. select Kill.
    The application will be forced to close (Signal SIGKILL).


To change the priority of an application, proceed as follows:

  1. Highlight the application.

  2. Open the application’s context menu by right-clicking on it and

...

  1. select Priority.

  2. Select one of the following values for the priority:

    • Very low (nice value: 15)

    • Low (nice value: 5)

    • Normal (nice value: 0)

    • High (nice value: -5). This value can only be set by the administrator.

    • Very high (nice value: -15) This value can only be set by the administrator.

    Info
    As a normal user, you can only change the priority from a higher value to a lower value. Example: If you have changed the priority from Normal to Low, you can only then change it to Very low – you can no longer change it back to Normal. The administrator can increase the priority.
    Info
    The priority corresponds to the nice value. High values result in a low priority, while low values result in a high priority.