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. On Sunday, September 6, 2020 at 4:10:58 AM UTC+5:30 [email protected] wrote: > I simply monitor CPU usage in percentage format, but I don't know how to > monitor CPU in gigahertz format. any ideas? > -- You received this message because you are subscribed to the Google Groups "Prometheus Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-developers/ade7f4b6-aee1-43a8-a87f-ef0ab16cf38en%40googlegroups.com.

