You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Displays CPU usage (%), Memory usage (bytes), Open Handles & No of Processes for specific processes. Uses regular expressions to specify a process name, process full path, the process current working directory and/or process arguments .
The source to display in the legend for the CPU & Memory data.
Process Name Regex*
A regular expression to match the name of the process.
Process Path Regex*
A regular expression to match the full path of the process.
Process CWD Regex*
A regular expression to match the current working directory of the process.
Process Args Regex*
A regular expression to match the arguments of the process.
Polling Interval
A numeric value representing polling interval time in miliseconds (ex 1000 for 1 Sec).
Reconcile option
How to reconcile in the case if multiple processes match. Set to All Source Average to use the average of matching processes, All Individual Source to use each process individually, First Match to use the first matching process, Parent to choose the parent process (useful if process is forked), or Longest Running to pick the process that has been running the longest.
Logging Level
Logging level for plugin
* You should input at least one of the marked fields, all of the fields cannot be empty.