windows

package
v1.247349.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 17, 2021 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LogicalDisk

type LogicalDisk struct {
	Instances []string

	PercentFreeSpace bool `% Free Space`
}

func (*LogicalDisk) Enable

func (config *LogicalDisk) Enable()

func (*LogicalDisk) ToMap

func (config *LogicalDisk) ToMap(ctx *runtime.Context) (string, map[string]interface{})

type Memory

type Memory struct {
	PercentCommittedBytesInUse bool `% Committed Bytes In Use`
}

func (*Memory) Enable

func (config *Memory) Enable()

func (*Memory) ToMap

func (config *Memory) ToMap(ctx *runtime.Context) (string, map[string]interface{})

type NetworkInterface

type NetworkInterface struct {
	Instances []string

	BytesSentPerSec       bool `Bytes Sent/sec`
	BytesReceivedPerSec   bool `Bytes Received/sec`
	PacketsSentPerSec     bool `Packets Sent/sec`
	PacketsReceivedPerSec bool `Packets Received/sec`
}

func (*NetworkInterface) Enable

func (config *NetworkInterface) Enable()

func (*NetworkInterface) ToMap

func (config *NetworkInterface) ToMap(ctx *runtime.Context) (string, map[string]interface{})

type PagingFile

type PagingFile struct {
	Instances []string

	PercentUsage bool `% Usage`
}

func (*PagingFile) Enable

func (config *PagingFile) Enable()

func (*PagingFile) ToMap

func (config *PagingFile) ToMap(ctx *runtime.Context) (string, map[string]interface{})

type PhysicalDisk

type PhysicalDisk struct {
	Instances []string

	PercentDiskTime      bool `% Disk Time`
	DiskWriteBytesPerSec bool `Disk Write Bytes/sec`
	DiskReadBytesPerSec  bool `Disk Read Bytes/sec`
	DiskWritesPerSec     bool `Disk Writes/sec`
	DiskReadsPerSec      bool `Disk Reads/sec`
}

func (*PhysicalDisk) Enable

func (config *PhysicalDisk) Enable()

func (*PhysicalDisk) ToMap

func (config *PhysicalDisk) ToMap(ctx *runtime.Context) (string, map[string]interface{})

type Processor

type Processor struct {
	Instances []string

	PercentProcessorTime bool `% Processor Time`
	PercentUserTime      bool `% User Time`
	PercentIdleTime      bool `% Idle Time`
	PercentInterruptTime bool `% Interrupt Time`
}

func (*Processor) Enable

func (config *Processor) Enable()

func (*Processor) ToMap

func (config *Processor) ToMap(ctx *runtime.Context) (string, map[string]interface{})

type TCPv4

type TCPv4 struct {
	ConnectionsEstablished bool `Connections Established`
}

func (*TCPv4) Enable

func (config *TCPv4) Enable()

func (*TCPv4) ToMap

func (config *TCPv4) ToMap(ctx *runtime.Context) (string, map[string]interface{})

type TCPv6

type TCPv6 struct {
	ConnectionsEstablished bool `Connections Established`
}

func (*TCPv6) Enable

func (config *TCPv6) Enable()

func (*TCPv6) ToMap

func (config *TCPv6) ToMap(ctx *runtime.Context) (string, map[string]interface{})

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL