Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Process ¶
type Process struct { Pid int32 `toml:"pid"` Name string `toml:"name"` Exe string `toml:"exe"` Status string `toml:"status"` Uids []int32 `toml:"uids"` Gids []int32 `toml:"gids"` NumThreads int32 `toml:"num_threads"` CreateTime int64 `toml:"create_time"` CpuPercent float64 `toml:"cpu_percent"` CmdLine string `toml:"cmd_line"` NumFDs int32 `toml:"num_fds"` UserName string `toml:"user_name"` }
func (*Process) Description ¶
func (*Process) SampleConfig ¶
Click to show internal directories.
Click to hide internal directories.