diff options
author | Keith M Wesolowski <wesolows@foobazco.org> | 2014-12-07 22:53:58 +0000 |
---|---|---|
committer | Keith M Wesolowski <wesolows@foobazco.org> | 2014-12-07 22:55:43 +0000 |
commit | 8d0ef42b94a3f1e90b26f771de520676997e1b71 (patch) | |
tree | 5d73413422e6d5874364f435860a0b3739981cff /usr/src/man/man1m | |
parent | b52a5669bddec6105dcfea44c33c7f7d2eb245ed (diff) | |
parent | 7adb730b589e553bf3b1ccfd9bae2df91c5c1061 (diff) | |
download | illumos-joyent-8d0ef42b94a3f1e90b26f771de520676997e1b71.tar.gz |
[illumos-gate merge]
commit 7adb730b589e553bf3b1ccfd9bae2df91c5c1061
5369 arc flags should be an enum
5370 consistent arc_buf_hdr_t naming scheme
commit bafd1f1462c49949e0251d74b4fbfa24d29bc79a
5330 zone brands could control init restart behavior
commit 156d6b3a5d0ba06e75f7973c6ba994107ae8df0e
5342 prstat -n option should accept 0
commit abdbe11c7877311202d2870b53d7c76264121b2c
5297 mptsas refhash replacement on reset can cause hang
Conflicts:
usr/src/uts/common/sys/zone.h
usr/src/uts/common/os/exit.c (OS-3429)
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
usr/src/uts/common/fs/zfs/arc.c
usr/src/man/man1m/prstat.1m
usr/src/lib/libbrand/common/libbrand.c
usr/src/cmd/zoneadmd/zoneadmd.c (OS-1170)
usr/src/lib/libbrand/common/libbrand.h (copyright)
usr/src/lib/libbrand/common/mapfile-vers (copyright)
Diffstat (limited to 'usr/src/man/man1m')
-rw-r--r-- | usr/src/man/man1m/prstat.1m | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/usr/src/man/man1m/prstat.1m b/usr/src/man/man1m/prstat.1m index b26ef5ceb3..08e2ce9907 100644 --- a/usr/src/man/man1m/prstat.1m +++ b/usr/src/man/man1m/prstat.1m @@ -5,7 +5,7 @@ .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. .\" See the License for the specific language governing permissions and limitations under the License. When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with .\" the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner] -.TH PRSTAT 1M "Jun 5, 2013" +.TH PRSTAT 1M "Nov 14, 2014" .SH NAME prstat \- report active process statistics .SH SYNOPSIS @@ -19,7 +19,6 @@ prstat \- report active process statistics .fi .SH DESCRIPTION -.sp .LP The \fBprstat\fR utility iteratively examines all active processes on the system and reports statistics based on the selected output mode and sort order. @@ -36,7 +35,6 @@ separated by commas or enclosed in quotes and separated by commas or spaces. If you do not specify an option, \fBprstat\fR examines all processes and reports statistics sorted by \fBCPU\fR usage. .SH OPTIONS -.sp .LP The following options are supported: .sp @@ -417,7 +415,6 @@ to fit the column. .RE .SH OUTPUT -.sp .LP The following list defines the column headings and the meanings of a \fBprstat\fR report: @@ -782,7 +779,6 @@ The home \fIlgroup\fR of the process or lwp. .RE .SH OPERANDS -.sp .LP The following operands are supported: .sp @@ -857,7 +853,6 @@ example% prstat -S rss -n 5 -vc -u root,john .sp .SH EXIT STATUS -.sp .LP The following exit values are returned: .sp @@ -881,14 +876,12 @@ An error occurred. .RE .SH SEE ALSO -.sp .LP \fBdate\fR(1), \fBlgrpinfo\fR(1), \fBplgrp\fR(1), \fBproc\fR(1), \fBps\fR(1), \fBtime\fR(2), \fBpsrinfo\fR(1M), \fBpsrset\fR(1M), \fBsar\fR(1M), \fBpset_getloadavg\fR(3C), \fBproc\fR(4), \fBproject\fR(4), \fBattributes\fR(5), \fBresource_controls\fR(5), \fBzones\fR(5) .SH NOTES -.sp .LP The snapshot of system usage displayed by \fBprstat\fR is true only for a split-second, and it may not be accurate by the time it is displayed. When the |