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. |
If I have 3 instances of the vim process running like below: vim -F vim vim -F -T testing To monitor all instances just define vim as the search string. To monitor each instance separately requires defining three unique search strings.
|
Comments
0 comments
Please sign in to leave a comment.