Versions in this module Expand all Collapse all v1 v1.0.1 Apr 30, 2024 Changes in this version + type FDInfo struct + Mode uint16 + Number int32 + Path string + type Mapping struct + Address hostarch.AddrRange + DevMajor uint32 + DevMinor uint32 + Inode uint64 + Offset uint64 + Pathname string + Permissions hostarch.AccessType + Private string + type ProcessProcfsDump struct + Args []string + CWD string + Cgroup []kernel.TaskCgroupEntry + Env []string + Exe string + FDs []FDInfo + Limits map[string]limits.Limit + Maps []Mapping + Root string + StartTime int64 + Stat Stat + Status Status + func Dump(t *kernel.Task, pid kernel.ThreadID, pidns *kernel.PIDNamespace) (ProcessProcfsDump, error) + type Stat struct + PGID int32 + SID int32 + type Status struct + Comm string + GID UIDGID + PID int32 + PPID int32 + UID UIDGID + VMRSS uint64 + VMSize uint64 + type UIDGID struct + Effective uint32 + Real uint32 + Saved uint32