I want to monitor the performance of a process in Linux, What should I do?
Hey @fuzhiyu,
The first step would be to download and install Netdata Agent. What application do you wish to monitor?
BTW, welcome to our community
Thank you very much. I see that apps_groups.conf has ceph configuration, but I want to see the performance of individual processes like OSD,mon, MGR instead of the sum
For example, I want to know the PERFORMANCE of OSD CPU, memory, network, etc., I do not know how to set
@OdysLam
For example, I want to know the PERFORMANCE of OSD CPU, memory, network, etc., I do not know how to set
Hey @fuzhiyu
Indeed, apps.plugin monitors groups of processes, depends on the patterns in the configuration file.
Still it is possible to monitor a process - if we don’t use wildcards and use exact process name as pattern it would be a group of one process.
See apps.plugin readme configuration section and stock configuration file for examples.
Hope this helps!