> For the complete documentation index, see [llms.txt](https://docs.g-iot.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.g-iot.io/level-meter-full-device-guide-book/level-meter-greater-than-giots-function/lm-device-dashboard/lm-add-widgets/lm-performance-widget.md).

# LM - Performance widget

The Performance widget can be configured, reflecting tenant performance, and at the specific device level. It displays data processing times in milliseconds, represented in 5-minute intervals on a graph for comprehensive analysis. The widget presents individual device performance metrics, illustrating the effectiveness of data processing.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXe7Un3pMkmC1rT16KZWUZQt-AlScITpbCykqdOQIMuf2IdCh_TK1wlYVga1Lvan8eC7pkwyFtGFiweHQa7clAxRn8tj2gwBB0cwVqEgm_0IBzhTym9hrhwp-MK1DBFX2QxYOGZW?key=6Q0L8l71kf0rf1QHDmG1DmN7" alt=""><figcaption><p>LM  Performance Widget Page</p></figcaption></figure>

## Set Up Performance Widget

1. Access the Device Dashboard:\
   Navigate to the Cockpit Menu, go to the Devices section, and locate the desired LM device. Click on its name to open the device dashboard.
2. Add a Performance Widget:\
   Click on the + Add Widget icon in the top-right corner of the device dashboard.
3. Select the Performance Widget:\
   From the widget options popup, choose the Performance Widget.
4. Configure the Widget:

* Set Timeframe: Use the calendar tool to define the time period to analyze the device's performance (e.g., last hour, day, or week). Or set a Custom timeframe.

5. Save the Configuration:\
   Click Save to finalize the Performance Widget setup.
6. Review and Adjust:\
   The Performance Widget will now display the selected metrics on the device dashboard. To update the settings, click the gear icon on the widget and modify as needed.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXcFwpjnO_irPHYOgZuV2USfAkSG_-thcwjuETSBHEGncgG9HBvyw09FLYAKxiyXUfOFOjgnii1A--uO9NEiNTbS5MGXBTBnseruwAEnRkJHnI9qmdkpEfxPC6F3FBxT_PvCyrlU5A?key=6Q0L8l71kf0rf1QHDmG1DmN7" alt=""><figcaption><p>LM  Set-up Performance widget</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.g-iot.io/level-meter-full-device-guide-book/level-meter-greater-than-giots-function/lm-device-dashboard/lm-add-widgets/lm-performance-widget.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
