Documentation
¶
Overview ¶
Package node defines the customized metric names related-to k8s-node objects, those metrics are stored (and also can be referred) by custom metrics api-server provided by katalyst.
Index ¶
Constants ¶
View Source
const ( CustomMetricNodeCPUTotal = "node_cpu_total" CustomMetricNodeCPUUsage = "node_cpu_usage" CustomMetricNodeCPUUsageRatio = "node_cpu_usage_ratio" CustomMetricNodeCPULoad1Min = "node_cpu_load_system_1min" )
View Source
const ( CustomMetricNodeMemoryTotal = "node_system_memory_total" CustomMetricNodeMemoryFree = "node_system_memory_free" CustomMetricNodeMemoryAvailable = "node_system_memory_available" )
real-time memory related metric
View Source
const ( CustomMetricNodeAdvisorPoolLoad1Min = "node_advisor_pool_load_1min" CustomMetricNodeAdvisorKnobStatus = "node_advisor_knob_status" )
real-time advisor-related metric
View Source
const ( CustomMetricNUMAMemoryBandwidthTotal = "numa_mbm_total" CustomMetricNUMAMemoryBandwidthLocal = "numa_mbm_local" CustomMetricNUMAMemoryBandwidthVictim = "numa_mbm_victim" )
real-time numa level memory bandwidth related metric
View Source
const ( CustomMetricNUMACPUUsage = "numa_cpu_usage" CustomMetricNUMAMemoryUsage = "numa_memory_usage" )
real-time numa level cpu and memory related metric
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.