Update comment

This commit is contained in:
stuart nelson 2016-09-19 09:48:53 +02:00
parent 78c84b1a47
commit 57f88ac4f6
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ func (c *statCollector) Update(ch chan<- prometheus.Metric) error {
// States: CP_USER | CP_NICE | CP_SYS | CP_IDLE | CP_INTR
//
// Each value is a counter incremented at frequency
// kern.clockrate.(stathz | hz)
// kern.cputimer.freq
//
// Look into sys/kern/kern_clock.c for details.