mirror of
				https://github.com/ClusterCockpit/cc-metric-collector.git
				synced 2025-11-04 02:35:07 +01:00 
			
		
		
		
	Add markdown documentation for metric collector ibstat_perfquery
This commit is contained in:
		@@ -9,10 +9,13 @@
 | 
			
		||||
  }
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
The `ibstat` includes all devices that can be found below `/sys/class/infiniband/`
 | 
			
		||||
and where any of the ports provides a `lid` file (`/sys/class/infiniband/<dev>/ports/<port>/lid`)
 | 
			
		||||
The `ibstat` collector includes all Infiniband devices that can be
 | 
			
		||||
found below `/sys/class/infiniband/` and where any of the ports provides a
 | 
			
		||||
LID file (`/sys/class/infiniband/<dev>/ports/<port>/lid`)
 | 
			
		||||
 | 
			
		||||
The devices can be filtered with the `exclude_devices` option in the configuration.
 | 
			
		||||
The collector reads data through the sysfs files below `/sys/class/infiniband/<device>`.
 | 
			
		||||
 | 
			
		||||
For each found LID the collector reads data through the sysfs files below `/sys/class/infiniband/<device>`.
 | 
			
		||||
 | 
			
		||||
Metrics:
 | 
			
		||||
* `ib_recv`
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user