mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-02-19 19:26:36 +00:00
10
perflib/const.go
Normal file
10
perflib/const.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package perflib
|
||||
|
||||
// Based on https://github.com/leoluk/perflib_exporter/blob/master/collector/mapper.go
|
||||
|
||||
const (
|
||||
PERF_COUNTER_COUNTER = 0x10410400
|
||||
PERF_100NSEC_TIMER = 0x20510500
|
||||
PERF_PRECISION_100NS_TIMER = 0x20570500
|
||||
PERF_ELAPSED_TIME = 0x30240500
|
||||
)
|
||||
Reference in New Issue
Block a user