Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Event ¶
type Event struct {
// contains filtered or unexported fields
}
func (*Event) IgnoreCMDBLevel ¶
type ProcMeta ¶
type ProcMeta struct { Pid int32 `json:"pid"` PPid int32 `json:"ppid"` Cwd string `json:"cwd"` Cmd string `json:"cmd"` Created int64 `json:"created"` Uid int32 `json:"uid"` Tid int32 `json:"tid"` Exe string `json:"exe"` Name string `json:"name"` Username string `json:"username"` }
func AllProcsMeta ¶
Click to show internal directories.
Click to hide internal directories.