> For the complete documentation index, see [llms.txt](https://docs.nexthink.com/platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nexthink.com/platform/configuring_nexthink/bringing-data-into-your-nexthink-instance/integrating-nexthink-with-third-party-tools/api-and-integrations-classic/nxql-api-classic/nxql-data-model-classic/execution-aggregate-nxql-classic.md).

# execution aggregate NXQL (classic)

| Name                                    | Type                                                                                   | Operating systems | Properties |
| --------------------------------------- | -------------------------------------------------------------------------------------- | ----------------- | ---------- |
| number\_of\_devices                     | integer                                                                                | Windows \| macOS  | FP         |
|                                         | Number of devices                                                                      |                   |            |
| number\_of\_users                       | integer                                                                                | Windows \| macOS  | FP         |
|                                         | Number of users                                                                        |                   |            |
| number\_of\_applications                | integer                                                                                | Windows \| macOS  | FP         |
|                                         | Number of applications                                                                 |                   |            |
| number\_of\_executables                 | integer                                                                                | Windows \| macOS  | FP         |
|                                         | Number of executables                                                                  |                   |            |
| number\_of\_binaries                    | integer                                                                                | Windows \| macOS  | FP         |
|                                         | Number of binaries                                                                     |                   |            |
| number\_of\_executions                  | integer                                                                                | Windows \| macOS  |            |
|                                         | Number of executions                                                                   |                   |            |
| cumulated\_execution\_duration          | millisecond                                                                            | Windows \| macOS  | NU         |
|                                         | Cumulated duration of executions                                                       |                   |            |
| activity\_start\_time                   | datetime                                                                               | Windows \| macOS  | NU         |
|                                         | Start time of investigated activity                                                    |                   |            |
| activity\_stop\_time                    | datetime                                                                               | Windows \| macOS  | NU         |
|                                         | Stop time of investigated activity                                                     |                   |            |
| incoming\_traffic                       | byte                                                                                   | Windows \| macOS  | NU         |
|                                         | Total network incoming traffic                                                         |                   |            |
| outgoing\_traffic                       | byte                                                                                   | Windows \| macOS  | NU         |
|                                         | Total network outgoing traffic                                                         |                   |            |
| highest\_local\_privilege\_reached      | privileges\_level                                                                      | Windows \| macOS  | NU         |
|                                         | Highest local privilege level reached for executions (user, power user, administrator) |                   |            |
| number\_of\_events                      | integer                                                                                | Windows \| macOS  | NU         |
|                                         | Number of events                                                                       |                   |            |
| average\_memory\_usage\_per\_execution  | byte                                                                                   | Windows \| macOS  | NU         |
|                                         | Average memory usage per execution                                                     |                   |            |
| memory\_usage                           | byte                                                                                   | Windows \| macOS  | NU         |
|                                         | Memory usage                                                                           |                   |            |
| focus\_time                             | millisecond                                                                            | Windows \| macOS  | NU         |
|                                         | Focus time                                                                             |                   |            |
| cpu\_usage\_ratio                       | permill                                                                                | Windows \| macOS  | NU         |
|                                         | Average CPU usage                                                                      |                   |            |
| total\_cpu\_time                        | millisecond                                                                            | Windows \| macOS  | NU         |
|                                         | Total CPU time                                                                         |                   |            |
| average\_process\_start\_time           | millisecond                                                                            | Windows           | NU         |
|                                         | Average process start time                                                             |                   |            |
| incoming\_network\_traffic\_per\_device | byte                                                                                   | Windows \| macOS  | NU         |
|                                         | Device average incoming network traffic                                                |                   |            |
| outgoing\_network\_traffic\_per\_device | byte                                                                                   | Windows \| macOS  | NU         |
|                                         | Device average outgoing network traffic                                                |                   |            |
| total\_network\_traffic                 | byte                                                                                   | Windows \| macOS  | NU         |
|                                         | Network traffic                                                                        |                   |            |


---

# 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.nexthink.com/platform/configuring_nexthink/bringing-data-into-your-nexthink-instance/integrating-nexthink-with-third-party-tools/api-and-integrations-classic/nxql-api-classic/nxql-data-model-classic/execution-aggregate-nxql-classic.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.
