Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CPUStats ¶ added in v1.2.0
type CPUStats struct {
GuestNice float64 `json:"guestnice"`
Idle float64 `json:"idle"`
IoWait float64 `json:"iowait"`
Irq float64 `json:"irq"`
Nice float64 `json:"nice"`
SoftIrq float64 `json:"softirq"`
Steal float64 `json:"steal"`
Stolen float64 `json:"stolen"`
System float64 `json:"system"`
User float64 `json:"user"`
}
type FSChmodArgs ¶
type FSChmodArgs struct {
FSPathArgs
Mode os.FileMode `json:"mode"`
Recursive bool `json:"recursive"`
}
type FSChownArgs ¶
type FSChownArgs struct {
FSPathArgs
User string `json:"user"`
Group string `json:"group"`
Recursive bool `json:"recursive"`
}
type FSFileDescriptorArgs ¶
type FSFileDescriptorArgs struct {
FD string `json:"fd"`
}
type FSMoveArgs ¶
type FSMoveArgs struct {
FSPathArgs
Destination string `json:"destination"`
}
type FSOpenArgs ¶
type FSPathArgs ¶
type FSPathArgs struct {
Path string `json:"path"`
}
type FSWriteArgs ¶
type FSWriteArgs struct {
FSFileDescriptorArgs
Block string `json:"block"`
}
type NicInfo ¶ added in v1.2.0
type NicInfo struct {
net.InterfaceStat
Speed uint32 `json:"speed"`
}
Click to show internal directories.
Click to hide internal directories.