Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LogicalDisk ¶
func (*LogicalDisk) Enable ¶
func (config *LogicalDisk) Enable()
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()
type PagingFile ¶
func (*PagingFile) Enable ¶
func (config *PagingFile) Enable()
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()
type Processor ¶
Click to show internal directories.
Click to hide internal directories.