Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExecveData ¶
type ExecveData struct { KTimeNS time.Duration RealStartTimeNS time.Duration PID uint32 UID uint32 GID uint32 PPID uint32 Comm [16]byte }
func (ExecveData) String ¶
func (e ExecveData) String() string
type ProcessError ¶
type ProcessExited ¶
type ProcessMonitor ¶
type ProcessMonitor struct {
// contains filtered or unexported fields
}
func NewMonitor ¶
func NewMonitor() (*ProcessMonitor, error)
func (*ProcessMonitor) Start ¶
func (m *ProcessMonitor) Start(done <-chan struct{}) (<-chan interface{}, error)
type ProcessStarted ¶
type ProcessStarted struct { Type string `json:"type"` // contains filtered or unexported fields }
Proc
Click to show internal directories.
Click to hide internal directories.