Deleted Added
full compact
ps.1 (177090) ps.1 (192239)
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

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

22.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27.\" SUCH DAMAGE.
28.\"
29.\" @(#)ps.1 8.3 (Berkeley) 4/18/94
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

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

22.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27.\" SUCH DAMAGE.
28.\"
29.\" @(#)ps.1 8.3 (Berkeley) 4/18/94
30.\" $FreeBSD: head/bin/ps/ps.1 177090 2008-03-12 10:01:34Z jeff $
30.\" $FreeBSD: head/bin/ps/ps.1 192239 2009-05-17 04:00:43Z brian $
31.\"
31.\"
32.Dd August 21, 2006
32.Dd May 16, 2009
33.Dt PS 1
34.Os
35.Sh NAME
36.Nm ps
37.Nd process status
38.Sh SYNOPSIS
39.Nm
33.Dt PS 1
34.Os
35.Sh NAME
36.Nm ps
37.Nd process status
38.Sh SYNOPSIS
39.Nm
40.Op Fl aCcefHhjlmrSTuvwXxZ
40.Op Fl aCcdefHhjlmrSTuvwXxZ
41.Op Fl O Ar fmt | Fl o Ar fmt
42.Op Fl G Ar gid Ns Op , Ns Ar gid Ns Ar ...
43.Op Fl M Ar core
44.Op Fl N Ar system
45.Op Fl p Ar pid Ns Op , Ns Ar pid Ns Ar ...
46.Op Fl t Ar tty Ns Op , Ns Ar tty Ns Ar ...
47.Op Fl U Ar user Ns Op , Ns Ar user Ns Ar ...
48.Nm

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

117rather than the full command line.
118.It Fl C
119Change the way the CPU percentage is calculated by using a
120.Dq raw
121CPU calculation that ignores
122.Dq resident
123time (this normally has
124no effect).
41.Op Fl O Ar fmt | Fl o Ar fmt
42.Op Fl G Ar gid Ns Op , Ns Ar gid Ns Ar ...
43.Op Fl M Ar core
44.Op Fl N Ar system
45.Op Fl p Ar pid Ns Op , Ns Ar pid Ns Ar ...
46.Op Fl t Ar tty Ns Op , Ns Ar tty Ns Ar ...
47.Op Fl U Ar user Ns Op , Ns Ar user Ns Ar ...
48.Nm

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

117rather than the full command line.
118.It Fl C
119Change the way the CPU percentage is calculated by using a
120.Dq raw
121CPU calculation that ignores
122.Dq resident
123time (this normally has
124no effect).
125.It Fl d
126Arrange processes into descendancy order and prefix each command with
127indentation text showing sibling and parent/child relationships.
128If either of the
129.Fl m
130and
131.Fl r
132options are also used, they control how sibling processes are sorted
133relative to eachother.
125.It Fl e
126Display the environment as well.
127.It Fl f
128Show commandline and environment information about swapped out processes.
129This option is honored only if the UID of the user is 0.
130.It Fl G
131Display information about processes which are running with the specified
132real group IDs.

--- 531 unchanged lines hidden ---
134.It Fl e
135Display the environment as well.
136.It Fl f
137Show commandline and environment information about swapped out processes.
138This option is honored only if the UID of the user is 0.
139.It Fl G
140Display information about processes which are running with the specified
141real group IDs.

--- 531 unchanged lines hidden ---