# Telemetry

### General View

1. **Search Bar**

<div data-full-width="true"><figure><img src="/files/6CD7RjoQBRGU62lInnPC" alt="" width="563"><figcaption></figcaption></figure></div>

* Located at the top-left of the page.
* Allows users to quickly search for a specific terminal or SIM by ID or name.

***

2. **Filter Panel**

<div data-full-width="true"><figure><img src="/files/327kbQA53uasFPjmjvqh" alt="" width="563"><figcaption></figcaption></figure></div>

* Provides advanced filtering options to narrow down the displayed terminals.
* Available filters include:
  * **Alert:** Filter devices by current alerts or notifications.
  * **Connection:** Filter based on network connection status.
  * **Company:** Filter devices associated with a specific company.
  * **Throttle:** Filter by data usage limits or throttling status.
* Buttons:
  * **Clear All:** Reset all applied filters.
  * **Submit:** Apply the selected filters.

***

3. **Terminal List**

<div data-full-width="true"><figure><img src="/files/ZBUcjCI2R1ZBhSUpLIr6" alt="" width="563"><figcaption></figcaption></figure></div>

* Displayed on the left side of the page.
* Shows all terminals matching the current search or filter criteria.
* Each Terminal entry includes:
  * **Terminal ID:** Unique identifier for each terminal or SIM.
  * **Status Indicator:** Online (green dot) or offline (gray dot).
  * **Alert Count Badge:** Numeric badge indicating the number of active alerts for the device.

***

4. **Map View**

* Located on the right side of the page.
* Provides a geographic overview of all devices.
* Key features:
  * **Device Status Markers:** Green for online, gray for offline.
  * **Hexagonal Clusters:** Indicate regions with multiple devices for simplified visualization.
  * Interactive map with zoom and pan capabilities to focus on specific regions.

***

5. **Sync Button**

<div data-full-width="true"><figure><img src="/files/ARxT4bMWaiNZfVP8Jmvo" alt="" width="563"><figcaption></figcaption></figure></div>

* Allows users to refresh the displayed data to ensure up-to-date terminal statuses and locations.

***

### Telemetry Details

The page is divided into several sections: **Alerts**, **General**, a location map, and a set of telemetry charts.

<div data-full-width="true"><figure><img src="/files/nqZFpZvohcay16qlT1EA" alt="" width="563"><figcaption></figcaption></figure></div>

1. Go to the Satellite page
2. Click on the terminal to view its telemetry details
3. Open the Telemetry tab

***

1. **Alerts Section**

<div data-full-width="true"><figure><img src="/files/OOd9XZHIqo6hrLa3xwct" alt="" width="563"><figcaption></figcaption></figure></div>

* Shows active warnings or system issues related to the terminal.
* If no alerts are present, the interface displays: *“You don’t have any alerts.”*

***

**3. General Section**

<div data-full-width="true"><figure><img src="/files/nj3EqFY1TaoayFuYAnyx" alt="" width="563"><figcaption></figcaption></figure></div>

Provides essential information about the terminal’s connectivity:

* **Connection:** Online / Offline
* **Last updated:** Timestamp of the latest telemetry received
* **Location:** A map showing the approximate position of the terminal

***

**4. Time Range Selector**

<div data-full-width="true"><figure><img src="/files/aZpPqVyPEOoCx1qR8Fyi" alt="" width="563"><figcaption></figcaption></figure></div>

Above the charts, users can choose the time interval for displayed telemetry:

* **15 minutes**
* **3 hours**
* **1 day**
* **7 days**
* **30 days**

{% hint style="info" %}
Changing the interval updates all charts simultaneously.
{% endhint %}

5. **Data Export**

A **Download** button located above the charts allows users to export telemetry data for offline analysis or reporting.

***

#### **Telemetry Charts**

**1. Downlink (Kbps)**

<div data-full-width="true"><figure><img src="/files/tyK3e0484ks14iPuJdq7" alt="" width="408"><figcaption></figcaption></figure></div>

Displays the terminal’s data-receive average download speed from the satellite:

* **Min** — Minimum value during the selected period
* **Max** — Maximum value
* **Last** — Most recent value
* The chart visualizes the fluctuation of downlink speeds over time.

**2. Uplink (Kbps)**

<div data-full-width="true"><figure><img src="/files/rGeF86w5CwPPpbJDPf5J" alt="" width="407"><figcaption></figcaption></figure></div>

Shows the data transmission average download speed to the satellite:

* Contains the same metrics as Downlink
* The chart reflects uplink performance trends

**3. Latency (ms)**

<div data-full-width="true"><figure><img src="/files/JHTIgQHfoilwyDIwI0CY" alt="" width="409"><figcaption></figcaption></figure></div>

Average latency measured to the Starlink point of presence:

* **Min**, **Max**, **Last**
* The chart shows variation in latency over time.

**4. Ping Drop Rate (%)**

<div data-full-width="true"><figure><img src="/files/S4hkIWgCJckICoLo0ZXc" alt="" width="412"><figcaption></figcaption></figure></div>

Indicates the percentage of pings that are dropped:

* A healthy connection typically shows 0%
* The chart displays packet-loss occurrences within the selected timeframe

**5. Signal Quality (%)**

<div data-full-width="true"><figure><img src="/files/YqLplqeWSTTZrMsvi8Da" alt="" width="407"><figcaption></figcaption></figure></div>

Represents the quality of the received signal:

* Ranges from 0–100%
* Visualizes overall link stability

**6. Obstruction (%)**

<div data-full-width="true"><figure><img src="/files/8mpgtX8PJbFtpq6thlnI" alt="" width="410"><figcaption></figcaption></figure></div>

Shows the percentage of time the terminal’s view of the satellite was obstructed:

* Very low values (e.g., 0.005%) indicate minimal interference
* Useful for diagnosing signal blockages from trees, buildings, etc.

***


---

# 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://faq.droam.com/menu/satellite/telemetry.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.
