<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/procstat/procstat.h, branch upstream/10.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>MFC 266293:</title>
<updated>2014-06-27T20:34:22+00:00</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2014-06-27T20:34:22+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=6796fe08e24a494faef2dbd61adf3e1534d03f66'/>
<id>6796fe08e24a494faef2dbd61adf3e1534d03f66</id>
<content type='text'>
- Add support for dumping current resource usage for processes via a new -r
  flag to procstat.
- Add an -H flag to request information about threads rather than processes
  when dumping statistics.  Currently it is only used for -r to display
  resource usage for individual threads instead of the entire process.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Add support for dumping current resource usage for processes via a new -r
  flag to procstat.
- Add an -H flag to request information about threads rather than processes
  when dumping statistics.  Currently it is only used for -r to display
  resource usage for individual threads instead of the entire process.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use procstat_getkstack(3) for retrieving process kernel stacks</title>
<updated>2013-04-20T08:19:06+00:00</updated>
<author>
<name>Mikolaj Golub</name>
<email>trociny@FreeBSD.org</email>
</author>
<published>2013-04-20T08:19:06+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d86fa0c72c0c527274aa3209389f4e8107ea5725'/>
<id>d86fa0c72c0c527274aa3209389f4e8107ea5725</id>
<content type='text'>
instead of direct sysctl calls.

MFC after:	1 month
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
instead of direct sysctl calls.

MFC after:	1 month
</pre>
</div>
</content>
</entry>
<entry>
<title>Use libprocstat(3) to retrieve ELF auxiliary vector.</title>
<updated>2013-04-20T08:15:43+00:00</updated>
<author>
<name>Mikolaj Golub</name>
<email>trociny@FreeBSD.org</email>
</author>
<published>2013-04-20T08:15:43+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=61e1b7c67bad96931e55d61f9585cffe31fdea21'/>
<id>61e1b7c67bad96931e55d61f9585cffe31fdea21</id>
<content type='text'>
MFC after:	1 month
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MFC after:	1 month
</pre>
</div>
</content>
</entry>
<entry>
<title>Use libprocstat(3) to retrieve process command line arguments and</title>
<updated>2013-04-20T08:08:29+00:00</updated>
<author>
<name>Mikolaj Golub</name>
<email>trociny@FreeBSD.org</email>
</author>
<published>2013-04-20T08:08:29+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=729e63c34b181e45106b602f35fae6502df17537'/>
<id>729e63c34b181e45106b602f35fae6502df17537</id>
<content type='text'>
environment variables.

MFC after:	1 month
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
environment variables.

MFC after:	1 month
</pre>
</div>
</content>
</entry>
<entry>
<title>Use libprocstat(3) when retrieving binary information for a process.</title>
<updated>2013-04-20T08:05:04+00:00</updated>
<author>
<name>Mikolaj Golub</name>
<email>trociny@FreeBSD.org</email>
</author>
<published>2013-04-20T08:05:04+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=66e2f9998bf139680d5b7bc2a7d529a3de0dbe02'/>
<id>66e2f9998bf139680d5b7bc2a7d529a3de0dbe02</id>
<content type='text'>
MFC after:	1 month
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MFC after:	1 month
</pre>
</div>
</content>
</entry>
<entry>
<title>Use procstat_getrlimit(3) for retrieving rlimit information instead of</title>
<updated>2013-04-20T08:01:00+00:00</updated>
<author>
<name>Mikolaj Golub</name>
<email>trociny@FreeBSD.org</email>
</author>
<published>2013-04-20T08:01:00+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=21b4f75a2c362e37158bc1a6a24ee145d4338e63'/>
<id>21b4f75a2c362e37158bc1a6a24ee145d4338e63</id>
<content type='text'>
direct sysctl calls.

MFC after:	1 month
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
direct sysctl calls.

MFC after:	1 month
</pre>
</div>
</content>
</entry>
<entry>
<title>Use procstat_getgroups(3) for retrieving groups information instead of</title>
<updated>2013-04-20T07:55:31+00:00</updated>
<author>
<name>Mikolaj Golub</name>
<email>trociny@FreeBSD.org</email>
</author>
<published>2013-04-20T07:55:31+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e40d6078cd1364a90d0280fc1cff7672a56a9695'/>
<id>e40d6078cd1364a90d0280fc1cff7672a56a9695</id>
<content type='text'>
direct sysctl.

MFC after:	1 month
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
direct sysctl.

MFC after:	1 month
</pre>
</div>
</content>
</entry>
<entry>
<title>Use more generic procstat_getvmmap(3) for retrieving VM layout of a process.</title>
<updated>2013-04-20T07:52:23+00:00</updated>
<author>
<name>Mikolaj Golub</name>
<email>trociny@FreeBSD.org</email>
</author>
<published>2013-04-20T07:52:23+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=eee7107cfbd918a69ced1f47981e3087703c897e'/>
<id>eee7107cfbd918a69ced1f47981e3087703c897e</id>
<content type='text'>
MFC after:	1 month
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MFC after:	1 month
</pre>
</div>
</content>
</entry>
<entry>
<title>Use procstat_getprocs(3) for retrieving thread information instead of</title>
<updated>2013-04-20T07:50:59+00:00</updated>
<author>
<name>Mikolaj Golub</name>
<email>trociny@FreeBSD.org</email>
</author>
<published>2013-04-20T07:50:59+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=efade1503b44cbcd55d55705cb76e2b32554e526'/>
<id>efade1503b44cbcd55d55705cb76e2b32554e526</id>
<content type='text'>
direct sysctl calls.

MFC after:	1 month
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
direct sysctl calls.

MFC after:	1 month
</pre>
</div>
</content>
</entry>
<entry>
<title>usr.bin/procstat</title>
<updated>2011-11-24T20:54:06+00:00</updated>
<author>
<name>Mikolaj Golub</name>
<email>trociny@FreeBSD.org</email>
</author>
<published>2011-11-24T20:54:06+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=598585e8359e974f43fcb3e31c186446ba37b2e3'/>
<id>598585e8359e974f43fcb3e31c186446ba37b2e3</id>
<content type='text'>
Add -l flag to display resource limits.

PR:		bin/161257
Reviewed by:	kib
MFC after:	2 weeks
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add -l flag to display resource limits.

PR:		bin/161257
Reviewed by:	kib
MFC after:	2 weeks
</pre>
</div>
</content>
</entry>
</feed>
