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 (%) for specific processes. Uses regular expressions to specify a process name, process full path, and/or the process current working directory. As above, currently only works for Linux based systems that support procfs (i.e. have a /proc directory). Note: to monitor processes with elevated priviledges requires running the meter as root, which is not recommended.
The source to display in the legend for the CPU 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.
Reconcile option
How to reconcile in the case that multiple processes match. Set to 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.