ps.1 (28c84226e8abe349fc61fa1534ae0045b555fa04) ps.1 (288eac5aed4763321c47fe21243fd384c804a313)
1.\"-
2.\" Copyright (c) 1980, 1990, 1991, 1993, 1994
3.\" The Regents of the University of California. All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 278 unchanged lines hidden (view full) ---

287The percentage of real memory used by this process.
288.It Cm class
289Login class associated with the process.
290.It Cm flags
291The flags associated with the process as in
292the include file
293.In sys/proc.h :
294.Bl -column P_SINGLE_BOUNDARY 0x40000000
1.\"-
2.\" Copyright (c) 1980, 1990, 1991, 1993, 1994
3.\" The Regents of the University of California. All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 278 unchanged lines hidden (view full) ---

287The percentage of real memory used by this process.
288.It Cm class
289Login class associated with the process.
290.It Cm flags
291The flags associated with the process as in
292the include file
293.In sys/proc.h :
294.Bl -column P_SINGLE_BOUNDARY 0x40000000
295.It Dv "P_ADVLOCK" Ta No "0x00001 Process may hold a POSIX advisory lock"
296.It Dv "P_CONTROLT" Ta No "0x00002 Has a controlling terminal"
297.It Dv "P_KTHREAD" Ta No "0x00004 Kernel thread"
298.It Dv "P_FOLLOWFORK" Ta No "0x00008 Attach debugger to new children"
299.It Dv "P_PPWAIT" Ta No "0x00010 Parent is waiting for child to exec/exit"
300.It Dv "P_PROFIL" Ta No "0x00020 Has started profiling"
301.It Dv "P_STOPPROF" Ta No "0x00040 Has thread in requesting to stop prof"
302.It Dv "P_HADTHREADS" Ta No "0x00080 Has had threads (no cleanup shortcuts)"
303.It Dv "P_SUGID" Ta No "0x00100 Had set id privileges since last exec"
304.It Dv "P_SYSTEM" Ta No "0x00200 System proc: no sigs, stats or swapping"
305.It Dv "P_SINGLE_EXIT" Ta No "0x00400 Threads suspending should exit, not wait"
306.It Dv "P_TRACED" Ta No "0x00800 Debugged process being traced"
307.It Dv "P_WAITED" Ta No "0x01000 Someone is waiting for us"
308.It Dv "P_WEXIT" Ta No "0x02000 Working on exiting"
309.It Dv "P_EXEC" Ta No "0x04000 Process called exec"
310.It Dv "P_WKILLED" Ta No "0x08000 Killed, shall go to kernel/user boundary ASAP"
311.It Dv "P_CONTINUED" Ta No "0x10000 Proc has continued from a stopped state"
312.It Dv "P_STOPPED_SIG" Ta No "0x20000 Stopped due to SIGSTOP/SIGTSTP"
313.It Dv "P_STOPPED_TRACE" Ta No "0x40000 Stopped because of tracing"
314.It Dv "P_STOPPED_SINGLE" Ta No "0x80000 Only one thread can continue"
315.It Dv "P_PROTECTED" Ta No "0x100000 Do not kill on memory overcommit"
316.It Dv "P_SIGEVENT" Ta No "0x200000 Process pending signals changed"
317.It Dv "P_SINGLE_BOUNDARY" Ta No "0x400000 Threads should suspend at user boundary"
318.It Dv "P_HWPMC" Ta No "0x800000 Process is using HWPMCs"
319.It Dv "P_JAILED" Ta No "0x1000000 Process is in jail"
320.It Dv "P_ORPHAN" Ta No "0x2000000 Orphaned by original parent, reparented to debugger"
321.It Dv "P_INEXEC" Ta No "0x4000000 Process is in execve()"
322.It Dv "P_STATCHILD" Ta No "0x8000000 Child process stopped or exited"
323.It Dv "P_INMEM" Ta No "0x10000000 Loaded into memory"
324.It Dv "P_SWAPPINGOUT" Ta No "0x20000000 Process is being swapped out"
325.It Dv "P_SWAPPINGIN" Ta No "0x40000000 Process is being swapped in"
295.It Dv "P_ADVLOCK" Ta No "0x00001" Ta "Process may hold a POSIX advisory lock"
296.It Dv "P_CONTROLT" Ta No "0x00002" Ta "Has a controlling terminal"
297.It Dv "P_KTHREAD" Ta No "0x00004" Ta "Kernel thread"
298.It Dv "P_FOLLOWFORK" Ta No "0x00008" Ta "Attach debugger to new children"
299.It Dv "P_PPWAIT" Ta No "0x00010" Ta "Parent is waiting for child to exec/exit"
300.It Dv "P_PROFIL" Ta No "0x00020" Ta "Has started profiling"
301.It Dv "P_STOPPROF" Ta No "0x00040" Ta "Has thread in requesting to stop prof"
302.It Dv "P_HADTHREADS" Ta No "0x00080" Ta "Has had threads (no cleanup shortcuts)"
303.It Dv "P_SUGID" Ta No "0x00100" Ta "Had set id privileges since last exec"
304.It Dv "P_SYSTEM" Ta No "0x00200" Ta "System proc: no sigs, stats or swapping"
305.It Dv "P_SINGLE_EXIT" Ta No "0x00400" Ta "Threads suspending should exit, not wait"
306.It Dv "P_TRACED" Ta No "0x00800" Ta "Debugged process being traced"
307.It Dv "P_WAITED" Ta No "0x01000" Ta "Someone is waiting for us"
308.It Dv "P_WEXIT" Ta No "0x02000" Ta "Working on exiting"
309.It Dv "P_EXEC" Ta No "0x04000" Ta "Process called exec"
310.It Dv "P_WKILLED" Ta No "0x08000" Ta "Killed, shall go to kernel/user boundary ASAP"
311.It Dv "P_CONTINUED" Ta No "0x10000" Ta "Proc has continued from a stopped state"
312.It Dv "P_STOPPED_SIG" Ta No "0x20000" Ta "Stopped due to SIGSTOP/SIGTSTP"
313.It Dv "P_STOPPED_TRACE" Ta No "0x40000" Ta "Stopped because of tracing"
314.It Dv "P_STOPPED_SINGLE" Ta No "0x80000" Ta "Only one thread can continue"
315.It Dv "P_PROTECTED" Ta No "0x100000" Ta "Do not kill on memory overcommit"
316.It Dv "P_SIGEVENT" Ta No "0x200000" Ta "Process pending signals changed"
317.It Dv "P_SINGLE_BOUNDARY" Ta No "0x400000" Ta "Threads should suspend at user boundary"
318.It Dv "P_HWPMC" Ta No "0x800000" Ta "Process is using HWPMCs"
319.It Dv "P_JAILED" Ta No "0x1000000" Ta "Process is in jail"
320.It Dv "P_ORPHAN" Ta No "0x2000000" Ta "Orphaned by original parent, reparented to debugger"
321.It Dv "P_INEXEC" Ta No "0x4000000" Ta "Process is in execve()"
322.It Dv "P_STATCHILD" Ta No "0x8000000" Ta "Child process stopped or exited"
323.It Dv "P_INMEM" Ta No "0x10000000" Ta "Loaded into memory"
324.It Dv "P_SWAPPINGOUT" Ta No "0x20000000" Ta "Process is being swapped out"
325.It Dv "P_SWAPPINGIN" Ta No "0x40000000" Ta "Process is being swapped in"
326.El
327.It Cm label
328The MAC label of the process.
329.It Cm lim
330The soft limit on memory used, specified via a call to
331.Xr setrlimit 2 .
332.It Cm lstart
333The exact time the command started, using the

--- 389 unchanged lines hidden ---
326.El
327.It Cm label
328The MAC label of the process.
329.It Cm lim
330The soft limit on memory used, specified via a call to
331.Xr setrlimit 2 .
332.It Cm lstart
333The exact time the command started, using the

--- 389 unchanged lines hidden ---