# System Monitor

The System Monitor window displays various system parameters relating to the rover and its attached sensors. The types of parameters monitored are Pose (latitude/longitude, roll/pitch/yaw, etc.), GNSS/INS (PosStatus, UncertaintyP, CorrAge, etc.), and Statistics (Packets, Points, etc.)

{% hint style="info" %}
The General section will only appear when connected to the system in real time, not when working offline during post processing.
{% endhint %}

![System Monitor sidebar](/files/-MFlm0OCR4fHrvlcB3VN)

{% hint style="info" %}
The E, N, U coordinate system under Pose isn't as per your normal, XYZ. It is defined as E as right, N as forward and U as up. It is relative to the initial takeoff location of the rover mapping system.
{% endhint %}

There are numerous statistics displayed in the System Monitor window:

|                                |                    |                                                                                                                                                                 |
| ------------------------------ | ------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Free Space**                 | FreeSpace          | amount of free space in the /logs directory                                                                                                                     |
| **Uncertainty Attitude**       | UncertA            | relating to the rover’s orientation                                                                                                                             |
| **Uncertainty Position**       | UncertP            | relating to the rover’s position                                                                                                                                |
| **Number of Satellites**       | Satellites         | Amount of satellites connected to rover                                                                                                                         |
| **Horizontal Velocity**        | Vel H              | Horizontal velocity in m/s                                                                                                                                      |
| **Vertical Velocity**          | Vel V              | Vertical velocity in m/s                                                                                                                                        |
| **GNSS Position Type**         | PosType            | e.g SinglePoint, IntegerNarrowLane                                                                                                                              |
| **GNSS Status**                | PosStatus          | the GNSS solution status                                                                                                                                        |
| **Navigation System Status**   | INS                | [status of the GNSS/IMU navigation filter](/rover/theory-and-workflow/navigation-and-alignment-techniques/navigation-procedures/navigation-system-alignment.md) |
| **Corrections Age**            | CorrAge            | Age of the last differential correction in seconds                                                                                                              |
| **Navigation System/IMU temp** | Temp               | Temperature in the navigation system/IMU                                                                                                                        |
| **GNSS Solution Age**          | SolAge GNSS        | Age of the last computed GNSS solution in seconds                                                                                                               |
| **RTK-GNSS Solution Age**      | SolAge RTK         | Age of the last computed RTK-GNSS solution in seconds                                                                                                           |
| **INS CPU Load**               | CPU Load           | CPU Load of the GNSS/Inertial Navigation SystemL                                                                                                                |
| **LiDAR Data Size**            | Data LiDAR         | Size of LiDAR file collected                                                                                                                                    |
| **Nav Packets**                | Packets Nav OK/ERR | Nav Packets collected                                                                                                                                           |
| **Number of photos**           | Photos Captured    | Number of photos captured                                                                                                                                       |

##


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs-6.phoenixlidar.com/spatialexplorer/acquisition/user-interface/system-monitor.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
