Documentation ¶
Index ¶
- type DeviceUtilizationSample
- type QATTelemetry
- func (q *QATTelemetry) GetQATUtilization(devices map[string]interface{}) (map[string]DeviceUtilizationSample, error)
- func (q *QATTelemetry) GetQATs() map[string]interface{}
- func (q *QATTelemetry) Init() (err error)
- func (q *QATTelemetry) IsQATCollectionSupported() bool
- func (q *QATTelemetry) SetQATCollectionSupported(supported bool)
- func (q *QATTelemetry) Shutdown() bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeviceUtilizationSample ¶
type QATTelemetry ¶
type QATTelemetry struct {
// contains filtered or unexported fields
}
func (*QATTelemetry) GetQATUtilization ¶
func (q *QATTelemetry) GetQATUtilization(devices map[string]interface{}) (map[string]DeviceUtilizationSample, error)
GetQATUtilization returns a map of ProcessUtilizationSample where the key is the qat device id
func (*QATTelemetry) GetQATs ¶
func (q *QATTelemetry) GetQATs() map[string]interface{}
GetQats returns a map with qat devices
func (*QATTelemetry) Init ¶
func (q *QATTelemetry) Init() (err error)
Init initizalize and start the QAT metric collector
func (*QATTelemetry) IsQATCollectionSupported ¶
func (q *QATTelemetry) IsQATCollectionSupported() bool
func (*QATTelemetry) SetQATCollectionSupported ¶
func (q *QATTelemetry) SetQATCollectionSupported(supported bool)
func (*QATTelemetry) Shutdown ¶
func (q *QATTelemetry) Shutdown() bool
Shutdown stops the qat metric collector
Click to show internal directories.
Click to hide internal directories.