Sha256: 74cb8761e0c34c6b76dcda59b4fc2c18a4532f6816002eed3c841bd7010b11db
Contents?: true
Size: 824 Bytes
Versions: 4
Compression:
Stored size: 824 Bytes
Contents
# CPU Collector ## Metric and label naming * node_cpu_core_throttles_count * node_cpu_core_throttles_total {"core"=>..., "package"=>...} * node_cpu_guest_seconds_total {"cpu"=>..., "mode"=>...} * node_cpu_package_throttles_total {"package"=>...} * node_cpu_seconds_total {"cpu"=>..., "mode"=>...} ## Metric and its data sources Cpu collector access the following data sources. ### node_cpu_core_throttles_total, node_cpu_package_throttles_total * /sys/devices/system/cpu/cpuN/thermal_throttle/package_throttle_count * /sys/devices/system/cpu/cpuN/thermal_throttle/core_throttle_count * /sys/devices/system/cpu/cpuN/topology/core_id * /sys/devices/system/cpu/cpuN/topology/physical_package_id NOTE: This metric is not available on all platforms. ### node_cpu_seconds_total, node_cpu_guest_seconds_total * /proc/stat
Version data entries
4 entries across 4 versions & 1 rubygems