Can any one help me with the step or process how to monitor particular Services which come up in the Task manager and try to eat max CPU .
Regards
SN
Can any one help me with the step or process how to monitor particular Services which come up in the Task manager and try to eat max CPU .
Regards
SN
Hi @sijitnair
You would need to install Telegraf input plugin for this purpose, then send the data to InfluxDB (or another database) for storage. Finally, use Grafana to view and/or alert on that data.
Start here: telegraf/README.md at release-1.10 · influxdata/telegraf · GitHub
or here: OpenHardwareMonitor – telegraf input plugin – Mariano's Homepage
There are likely many Telegraf input plugins for this purpose.