I am newbie to the beats. I am using topbeat to monitor the system health. Up to this point everything is fine.
Now I need to monitor the resource utilization of a java process, so I configured topbeat.yml
as: procs: ["java"]
In my linux box there are 4 java processes are running but I am interested in only one java process. So,
- Is there any way to monitor specific java process using regex?
- Is there any way to differentiate the processes by name [not with pid]?