# SW Metering Summary

Once Software Metering rules are configured and data is collected from agents, the **Software Metering Summary** page provides an aggregated view of application usage across devices. This view helps analyze how frequently applications are used, for how long, and across how many endpoints.

![](/files/9f141b19255c9173704f52c6b0e476c7c6a11474)

For each rule, the summary grid displays:

<table><thead><tr><th width="157.79998779296875">Label</th><th width="261.39990234375">Action</th><th>Description/ Example</th></tr></thead><tbody><tr><td><strong>Rule Name</strong></td><td>View only field, no actions can be taken</td><td>Name of the configured metering rule</td></tr><tr><td><strong>Application Name</strong></td><td>View only field, no actions can be taken</td><td>Tracked application under the rule</td></tr><tr><td><strong>Usage Count</strong></td><td>View only field, no actions can be taken</td><td>Total number of times the application was opened</td></tr><tr><td><strong>Total Instance</strong></td><td>View only field, no actions can be taken</td><td>Number of devices on which the application was used</td></tr><tr><td><strong>Duration</strong></td><td>View only field, no actions can be taken</td><td>Total usage time aggregated across all devices</td></tr></tbody></table>

## **View Summary (Node Details View)**

Click the **View** icon to drill down into device-level usage details for the selected application.

![](/files/fb1ea67d39e355e8f9de59bb2817bd194a3b0309)

This view displays:

<table><thead><tr><th width="156.20001220703125">Label</th><th width="245.4000244140625">Action</th><th>Description/ Example</th></tr></thead><tbody><tr><td><strong>Asset Name</strong></td><td>View only field, no actions can be taken</td><td>Unique device where the application is used</td></tr><tr><td><strong>Application Path</strong></td><td>View only field, no actions can be taken</td><td>Executable path of the application</td></tr><tr><td><strong>Usage Count</strong></td><td>View only field, no actions can be taken</td><td>Number of times the application was opened on that device</td></tr><tr><td><strong>Duration</strong></td><td>View only field, no actions can be taken</td><td>Total usage time for that device</td></tr></tbody></table>

{% hint style="info" %}
Additional capabilities:

* Search and filter data by asset name, usage count, or duration
* Ensures unique asset entries without duplication
* Supports date range filtering for refined analysis
  {% endhint %}

## **Usage Analysis**

Click on the **Usage Count** value to open a detailed usage view for the selected asset.

![](/files/6ad6dec1f1dc9fd78844fb77714438618861653c)

This section provides:

* Graphical Representation
  * View usage trends using a **Bar Chart** or a **Line Chart**
  * Displays day-wise usage distribution
  * Tooltip shows date and usage duration (hours/minutes)
* **Process-Level Details**
  * **Date –** When the application was used
  * **Process ID (PID) –** Unique process instance
  * **Application Start Time**
  * **Application End Time**
* Each process instance is tracked separately, even for the same day

Additional capabilities:

* Switch between chart types for better visualization
* Export the chart as an image for reporting and analysis


---

# 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.infraon.io/infraon-help/infinity-user-guide/asset/software-metering/sw-metering-summary.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.
