Data-model changes
Contents |
Data-model changes
CPU of each execution
Starting from this release, Engine will store the CPU consumed by each program execution. The corresponding data can be extracted using the two following aggregates that apply to:
- Users
- Devices
- Applications
- Executables
- Binaries
Field | Group | Type | ![]() | ![]() | ![]() |
---|---|---|---|---|---|
Total CPU time | Activity | Aggregate | ![]() | ![]() | ![]() |
Indicates the sum of the CPU time of all executions on each device in scope and over all logical processors.
| |||||
CPU usage ratio | Activity | Aggregate | ![]() | ![]() | ![]() |
Indicates the sum of the CPU time of all executions on each device in scope over all logical processors divided
by their total duration.
|
Moreover this data is also available in execution events:
Field | Group | Type | ![]() | ![]() | ![]() |
---|---|---|---|---|---|
Total CPU time | Activity | Aggregate | ![]() | ![]() | ![]() |
Indicates the sum of the CPU time of all executions on each device in scope and over all logical processors.
|
Memory of each execution
Starting from this release, Engine will store the memory consumed by each program execution. The corresponding data can be extracted using the following aggregates that applies to:
- Executables
- Binaries
Field | Group | Type | ![]() | ![]() | ![]() |
---|---|---|---|---|---|
Average memory usage per execution | Activity | Aggregate | ![]() | ![]() | ![]() |
Indicates the average memory usage of all underlying executions before aggregation. The value is the average
memory usage of all executions (calculated with a 5-minute resolution) multiplied by their cardinalities and divided by the total cardinality.
|
Moreover this data is also available in execution events:
Field | Group | Type | ![]() | ![]() | ![]() |
---|---|---|---|---|---|
Average memory usage | Properties | Field | ![]() | ![]() | ![]() |
Indicates the average memory usage of the underlying executions before aggregation with a sampling resolution of 5 minutes.
|
New field
The following field has been added:
Field | Group | Type | ![]() | ![]() | ![]() |
---|---|---|---|---|---|
Hard disks manufacturers | Local drives | Field | ![]() | ![]() | ![]() |
Indicates the list of hard disk manufacturers |
Changes in packages
Starting from Nexthink V6.3, those investigations retrieving packages or including a condition on packages have been simplified. The results take into account only those packages that are effectively installed, discarding uninstalled packages.
Deprecated fields
The following fields of Binary have been deprecated in favor of the more expressive aggregates presented above:
- Average CPU usage
- Average memory usage