Monitoring CPU usage in GHz using Prometheus node_exporter

38 views
Skip to first unread message

akharin madahi

unread,
Sep 5, 2020, 6:40:58 PM9/5/20
to Prometheus Developers
 I simply monitor CPU usage in percentage format, but I don't know how to monitor CPU in gigahertz format. any ideas?  

Harkishen Singh

unread,
Sep 18, 2020, 12:37:15 PM9/18/20
to Prometheus Developers
You can use node_exporter since it exposes a metric (along with per core information): node_cpu_scaling_frequency_hertz

For getting in GHz, node_cpu_scaling_frequency_hertz/1000000000  should do the work. 

Also, these should be asked in the prometheus-users group.
Reply all
Reply to author
Forward
0 new messages