Index of /archives/linux/kernel.org/kernel/people/rml/procps-rt

Icon  Name                                          Last modified      Size  Description
[PARENTDIR] Parent Directory - [TXT] README 2002-05-24 01:55 1.1K [TXT] ps-real-time-rml-2.0.7-1.patch 2002-05-24 01:45 6.7K [   ] sha256sums.asc 2023-04-26 06:12 1.0K [DIR] v2.4/ 2013-01-26 00:42 - [DIR] v2.5/ 2013-01-26 00:42 -
Export real-time information out
of /proc and have procps display
--------------------------------

Robert Love <rml@tech9.net>

	proc-add-rt-info-rml-2.4.18-1.patch
	proc-add-rt-info-rml.2.5.17-1.patch
Patches for 2.4.18 and 2.5.17, respectively, to export a
task's scheduling policy and current real-time priority from
`/proc/<pid>/stat'.  In reality, either of these patches
should apply to any recent kernel.  By adding the information
to the end of the `stat' output, this should not break
existing applications.

	ps-real-time-rml-2.0.7-1.patch
Patch to add support to libproc to read and parse the new
real-time information from `/proc/<pid>/stat' and also to
allow ps(1) to output the information.  The real-time
priority is given by the output option "rtprio" and the
scheduling policy is given by the output option "policy".
Note this patch changes the Makefile to compile only a
static library.  If you plan on compiling a new installation
of procps, including libproc, for your installation, you
probably want to switch back to compiling a shared version.

Enjoy.