mirror of
https://github.com/prometheus/node_exporter.git
synced 2025-03-05 21:00:12 -08:00
Update comment
This commit is contained in:
parent
78c84b1a47
commit
57f88ac4f6
|
@ -117,7 +117,7 @@ func (c *statCollector) Update(ch chan<- prometheus.Metric) error {
|
||||||
// States: CP_USER | CP_NICE | CP_SYS | CP_IDLE | CP_INTR
|
// States: CP_USER | CP_NICE | CP_SYS | CP_IDLE | CP_INTR
|
||||||
//
|
//
|
||||||
// Each value is a counter incremented at frequency
|
// Each value is a counter incremented at frequency
|
||||||
// kern.clockrate.(stathz | hz)
|
// kern.cputimer.freq
|
||||||
//
|
//
|
||||||
// Look into sys/kern/kern_clock.c for details.
|
// Look into sys/kern/kern_clock.c for details.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue