Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Aug 2014 16:25:04 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r270579 - stable/10/release/doc/en_US.ISO8859-1/relnotes
Message-ID:  <201408251625.s7PGP4c9089465@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gjb
Date: Mon Aug 25 16:25:04 2014
New Revision: 270579
URL: http://svnweb.freebsd.org/changeset/base/270579

Log:
  Document r267979, procstat(1) '-r' and '-H' flags.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml

Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml
==============================================================================
--- stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml	Mon Aug 25 16:25:02 2014	(r270578)
+++ stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml	Mon Aug 25 16:25:04 2014	(r270579)
@@ -642,6 +642,20 @@
 	prevent patterns from being matched under certain conditions
 	has been fixed.</para>
 
+      <para revision="267979">The &man.procstat.1; utility has been
+	updated to include two new flags, <literal>-r</literal> and
+	<literal>-H</literal>.  When <literal>-r</literal> is
+	specified, &man.procstat.1; will print current resource usage
+	about the process(es).  When <literal>-H</literal> is
+	specified, &man.procstat.1; will print information about
+	threads rather than the process(es).</para>
+
+      <note>
+	<para>The <literal>-H</literal> flag is currently only used
+	  with <literal>-r</literal> to display resource usage for
+	  individual threads, rather than the entire process.</para>
+      </note>
+
       <sect3 xml:id="rc-scripts">
 	<title><filename>/etc/rc.d</filename> Scripts</title>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408251625.s7PGP4c9089465>