ncabatoff / process-exporter

Prometheus exporter that mines /proc to report on selected processes
MIT License
1.67k stars 265 forks source link

Can Process exporter let me know what all processes are running on which CPU core? #255

Open mann-saxena opened 1 year ago

mann-saxena commented 1 year ago

Hi all,

I have gone through the metrics available in this process exporter but as per my business requirement, I need to make a Grafana Drill down which can show me How much CPU utilization is there and what all process are running on what all CPU cores?

With the help of this process exporter, can I get the information which can let me know what all processes are running on which CPU core and how much that process is process is utilizing that particular CPU core?