Versions in this module Expand all Collapse all v0 v0.0.18 May 15, 2026 v0.0.17 May 13, 2026 v0.0.16 May 13, 2026 v0.0.15 May 11, 2026 v0.0.14 Apr 27, 2026 v0.0.13 Apr 20, 2026 v0.0.12 Apr 16, 2026 v0.0.11 Apr 15, 2026 v0.0.10 Apr 7, 2026 v0.0.9 Mar 30, 2026 v0.0.8 Mar 27, 2026 v0.0.7 Mar 20, 2026 v0.0.6 Mar 19, 2026 Changes in this version + const DefaultProcPath v0.0.5 Mar 18, 2026 v0.0.4 Mar 18, 2026 Changes in this version + const MaxCmdLen + const MaxProcesses + type ProcInfo struct + CPU int + Cmd string + PID int + PPID int + STime string + State string + TTY string + Time string + UID string + func GetByPIDs(ctx context.Context, pids []int) ([]ProcInfo, error) + func GetSession(ctx context.Context) ([]ProcInfo, error) + func ListAll(ctx context.Context) ([]ProcInfo, error)