Fields | Description |
---|---|
tid,t | thread id (tid) of the current task (init namespace) |
vtid,vt | thread id (tid) of the current task (task namespace) |
pid,p | process id (pid) of the current task (init namespace) |
vpid,vp | process id (pid) of the current task (task namespace) |
pgid,pg | process group id (pgid) of the current task (init namespace) |
vpgid,vpg | process group id (pgid) of the current task (task namespace) |
sid,s | session id (sid) of the current task (init namespace) |
vsid,vs | session id (sid) of the current task (task namespace) |
ptid,pt | parent thread id (ptid) of the current task (init namespace) |
ppid,pp | parent process id (ppid) of the current task (init namespace) |
rptid,rpt | real parent thread id (rptid) of the current task (init namespace) |
rppid,rpp | real parent process id (rppid) of the current task (init namespace) |
comm,c | human readeable process name ('task->comm') |
reaper,r | true if the current process is a child_sub_reaper |
ns_level,ns | pid namespace level of the actual thread |
exepath,e | full executable path of the current task |
loginuid,lu | UID of the user that interacted with a login service |
euid,eu | Effective UID |
cmdline,cmd | Command line of the current task |