Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ProcessStatus = []string{ process.Running, } )
Functions ¶
This section is empty.
Types ¶
type CPUPercent ¶
type CPUPercent struct {
// contains filtered or unexported fields
}
func (CPUPercent) Data ¶
func (c CPUPercent) Data() *data.Data
func (*CPUPercent) Err ¶
func (c *CPUPercent) Err() error
func (CPUPercent) Name ¶
func (c CPUPercent) Name() string
func (*CPUPercent) SetGlobal ¶
func (c *CPUPercent) SetGlobal() error
func (CPUPercent) String ¶
func (c CPUPercent) String() string
type Process ¶
type Process struct {
// contains filtered or unexported fields
}
type VirtualMemory ¶
type VirtualMemory struct {
// contains filtered or unexported fields
}
func (VirtualMemory) Data ¶
func (v VirtualMemory) Data() *data.Data
func (*VirtualMemory) Err ¶
func (v *VirtualMemory) Err() error
func (VirtualMemory) Name ¶
func (v VirtualMemory) Name() string
func (*VirtualMemory) SetGlobal ¶
func (v *VirtualMemory) SetGlobal() error
func (VirtualMemory) String ¶
func (v VirtualMemory) String() string
Click to show internal directories.
Click to hide internal directories.