×
Back to Geneos FAQ
Processes Plugin - How to monitor all instances of a process that starts up with different arguments or monitor each instance count separately?
To monitor all instances of a process, just define the name of the process string to search for. To monitor individual instances of a process, each instance has to be defined with its unique search string.
Example Copied
If I have 3 instances of the vim process running like below:
vim -Fvimvim -F -T testing
To monitor all instances, define vim as the search string, and the processes plugin should already take the three processes above.
Result:
To monitor each instance separately requires defining three unique search strings:
Result:
Note: atEndOfLine match rule was used in the example above. Rules are listed and explained in the documentation below.
["Geneos"]
["FAQ"]