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:
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.
Comments
0 comments
Please sign in to leave a comment.