From any Host page you can view a list of the processes that contribute to each host health metric (for example, Memory in the image below).
You can click the Consuming processes button to view the list of the processes that contributed to the selected health metric.
Once you've displayed the contributing processes list, click any process to explore that process in detail on a dedicated Process page. On each process page you'll find process-specific statistics related to CPU consumption, memory consumption, network utilization (see image below), and other infrastructure measurements. You'll also find details regarding related events, problems, and dependencies.
The Vulnerabilities section on the details page of a process shows the five most severe third-party vulnerabilities and code-level vulnerabilities related to this process.
To view this section, activate and enable Application Security.
If you're missing the security permissions for the management zone where the process is included, this section is not displayed.
Example third-party vulnerabilities:
Example code-level vulnerabilities:
Apart from recording event-types, like process shutdowns and restarts, Dynatrace also shows process crashes. This is especially important for service availability monitoring. Services inherit their availability from the processes they run on. Dynatrace considers a service to be offline when the entire process group it runs on is unavailable. This can occur when a process is shutdown or crashes (see image below).
Dynatrace allows you to distinguish between services that are available, but receive no traffic, and services that are unavailable because the underlying processes have stopped or crashed. In the case of a crashed process, Dynatrace monitors the crash and informs you about the impact of the crash on your services and applications (see image below).
OneAgent version 1.291+
You can track the availability of process group instances by using the builtin:pgi.availability.state
(dt.process.availability
on Grail) metric.
The state is indicated by the one of these values:
The metric values are sampled by OneAgent
available
, every minuteunavailable
or unimportant
, once. After the sample containing this state is sent, OneAgent stops sending the metric for the process group instance.