2002-10-06 20:12:08 +00:00
2002-10-06 16:46:06 +00:00
2002-10-03 09:41:57 +00:00
2002-10-03 22:22:52 +00:00
2002-09-30 19:59:28 +00:00
2002-10-01 22:39:31 +00:00
2002-10-06 16:46:06 +00:00
2002-09-30 21:54:57 +00:00
2002-09-30 21:54:57 +00:00
2002-10-06 18:08:26 +00:00
t
2002-10-06 18:08:26 +00:00
2002-10-06 20:12:08 +00:00
2002-10-06 20:12:08 +00:00
v
2002-10-06 16:41:20 +00:00
2002-10-06 17:13:29 +00:00
w.1
w.c

README for procps package
=========================

COMPATIBILITY

    This code is intended for use with Linux 2.0.xx and above.
    Both libc 5 and libc 6 should work.

PS/TOP WCHAN FIELD

    In past releases, in order to get WCHAN output for ps, you had to
    have a psdatabase for each zImage kernel that you generated from
    the vmlinux unstripped binary with /sbin/psupdate.  With this release,
    you should use the System.map automatically generated by Linus' makefile.
    'ps' and 'top' will first use the contents of an environment variable
    "PS_SYSTEM_MAP" and then look for System.map files along
    the followin search path:
        /boot/System.map-V, /boot/System.map, /lib/modules/V/System.map,
    Here 'V' is the output of "uname -r" and looks like "2.2.0".
    Don't forget the dash! In those same locations, remove psdatabase* files.


Description
Command line and full screen utilities for browsing procfs, a "pseudo" file system dynamically generated by Linux to provide information about the status of entries in its process table.
Readme 15 MiB
Languages
C 97.2%
Makefile 1%
Shell 0.9%
M4 0.9%