Documentation ¶
Index ¶
- func New(b *beat.Beat, cfg *common.Config) (beat.Beater, error)
- func RunDevice(b *beat.Beat, period time.Duration, channel chan beat.Event, ...) error
- func RunProcess(b *beat.Beat, period time.Duration, channel chan beat.Event, ...) error
- func RunSystem(b *beat.Beat, period time.Duration, channel chan beat.Event, ...) error
- type Nvidiabeat
- type ProcessType
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunProcess ¶
Types ¶
type Nvidiabeat ¶
type Nvidiabeat struct {
// contains filtered or unexported fields
}
Nvidiabeat configuration.
type ProcessType ¶
type ProcessType int
const ( ProcessTypeGraphics ProcessType = 1 ProcessTypeCompute ProcessType = 2 ProcessTypeBoth ProcessType = 3 ProcessTypeUnknown ProcessType = -1 )
func (ProcessType) String ¶
func (pt ProcessType) String() string
Click to show internal directories.
Click to hide internal directories.