Skip to main content

Description

The process_mon probe monitors running processes on the host, counting matches and optionally collecting aggregate or per-process CPU/memory detail. Matching is by process name (glob, case-insensitive) with an optional executable path filter. Requires the ProcessAdapter platform adapter.

Config fields

Metrics

Example config

Notes

  • The legacy commandLinePattern regex selector has been removed — use processName glob instead.
  • When collectPerProcess = true and matches exceed maxProcesses, only the busiest processes (highest CPU%) are kept.