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 ProcSocket ¶
type ProcSocket struct { Pid int32 `json:"pid"` Protocol string `json:"protocol"` State string `json:"state"` Saddr string `json:"saddr"` Sport uint32 `json:"sport"` Daddr string `json:"daddr"` Dport uint32 `json:"dport"` Family string `json:"family"` }
func AllProcsSocket ¶
func AllProcsSocket(pids []int32, mode string) ([]ProcSocket, error)
Click to show internal directories.
Click to hide internal directories.