---
title: "System diagnostics"
description: "The activity module shows current active processes and their details, you can search within the list of activities, fetch general information (like…"
---

> Documentation Index
> Fetch the complete documentation index at: https://docs.ixolate.com/llms.txt
> Use this file to discover all available pages before exploring further.

# System diagnostics

## Activity

The activity module shows current active processes and their details, you can search within the list of activities, fetch general information (like load averages, number of processes, etc.) using the info button in the footer of the grid.

------------------------------------------------------------------------

|  |  |
|----|----|
| PID | The process id of this process |
| USERNAME | Username executed this process |
| PRI | Current priority of the process |
| NICE | NICE is the [nice](https://en.wikipedia.org/wiki/Nice_(Unix)) amount (in the range -20 to 20) |
| SIZE | Total size of the process (text, data, and stack) |
| RES | Current amount of resident memory, RAM currently in use by the process |
| C | is the processor number on which the process is executing (visible only on SMP systems) |
| TIME | The number of system and user cpu seconds that the process has used |
| WCPU | Weighted cpu percentage |
| COMMAND | Command string |

## Services

The services page shows the configured services and status, you can stop/start/restart all of them here.

Source: https://docs.ixolate.com/diagnostics/system/index.mdx
