summaryrefslogtreecommitdiff
path: root/usr/src/cmd/prstat/prutil.c
diff options
context:
space:
mode:
authorJohn Levon <john.levon@sun.com>2009-03-20 07:49:30 -0700
committerJohn Levon <john.levon@sun.com>2009-03-20 07:49:30 -0700
commit4944376cd5de3dcd3b4feeaad9cbedbc024d1474 (patch)
tree6e2782b9453770efeb9cd5aa1025a7208979339f /usr/src/cmd/prstat/prutil.c
parent45a9a7b1085ec7faee89aaf1367379a0bf23f50a (diff)
downloadillumos-gate-4944376cd5de3dcd3b4feeaad9cbedbc024d1474.tar.gz
PSARC/2009/105 Time stamp option for xxstat commands
4775687 would like a timestamp option like iostat has added to mpstat, vmstat and prstat Contributed by Chad Mynhier <cmynhier@gmail.com>
Diffstat (limited to 'usr/src/cmd/prstat/prutil.c')
-rw-r--r--usr/src/cmd/prstat/prutil.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/usr/src/cmd/prstat/prutil.c b/usr/src/cmd/prstat/prutil.c
index 8c0f99f138..f8484e30db 100644
--- a/usr/src/cmd/prstat/prutil.c
+++ b/usr/src/cmd/prstat/prutil.c
@@ -19,12 +19,10 @@
* CDDL HEADER END
*/
/*
- * Copyright 2007 Sun Microsystems, Inc. All rights reserved.
+ * Copyright 2009 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
-#pragma ident "%Z%%M% %I% %E% SMI"
-
#include <sys/types.h>
#include <sys/param.h>
#include <sys/resource.h>
@@ -109,7 +107,7 @@ Usage()
"Usage:\tprstat [-acHJLmRtTvZ] [-u euidlist] [-U uidlist]\n"
"\t[-p pidlist] [-P cpulist] [-C psrsetlist] [-h lgrouplist]\n"
"\t[-j projidlist] [-k taskidlist] [-z zoneidlist]\n"
- "\t[-s key | -S key] [-n nprocs[,nusers]]\n"
+ "\t[-s key | -S key] [-n nprocs[,nusers]] [-d d|u]\n"
"\t[interval [counter]]\n"));
exit(1);
}