mirror of
				https://github.com/ClusterCockpit/cc-metric-collector.git
				synced 2025-11-04 02:35:07 +01:00 
			
		
		
		
	Add running average power limit (RAPL) metric collector
This commit is contained in:
		
							
								
								
									
										18
									
								
								collectors/raplMetric.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								collectors/raplMetric.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,18 @@
 | 
			
		||||
# Running average power limit (RAPL) metric collector
 | 
			
		||||
 | 
			
		||||
This collector reads running average power limit (RAPL) monitoring attributes to compute average power consumption metrics. See <https://www.kernel.org/doc/html/latest/power/powercap/powercap.html#monitoring-attributes>.
 | 
			
		||||
 | 
			
		||||
The Likwid metric collector provides similar functionality.
 | 
			
		||||
 | 
			
		||||
## Configuration
 | 
			
		||||
 | 
			
		||||
```json
 | 
			
		||||
  "rapl": {
 | 
			
		||||
    "exclude_device_by_id": ["0:1", "0:2"],
 | 
			
		||||
    "exclude_device_by_name": ["psys"]
 | 
			
		||||
  }
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
## Metrics
 | 
			
		||||
 | 
			
		||||
* `rapl_average_power`: average power consumption in Watt. The average is computed over the entire runtime from the last measurement to the current measurement
 | 
			
		||||
		Reference in New Issue
	
	Block a user