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.
Go to file
2003-10-16 03:30:41 +00:00
proc more goodies 2003-10-16 03:30:41 +00:00
ps more goodies 2003-10-16 03:30:41 +00:00
.cvsignore
.cvsignore.patch
AUTHORS
BUGS
CodingStyle diskstats and slabinfo 2003-06-08 17:28:06 +00:00
COPYING
COPYING.LIB
free.1 abuse of the English language 2003-07-29 02:34:01 +00:00
free.c
kill.1 man page stuff 2003-06-30 03:30:35 +00:00
Makefile hard disk about to die 2003-09-28 02:45:05 +00:00
minimal.c
NEWS top on wyse60, whitespace doc, thread fixes 2003-10-07 03:12:50 +00:00
pgrep.1
pgrep.c ps thread support 2003-09-20 08:29:55 +00:00
pkill.1
pmap.1
pmap.c GPLONLY_ and PID-related stuff 2003-07-03 05:20:19 +00:00
procps.lsm hard disk about to die 2003-09-28 02:45:05 +00:00
procps.spec hard disk about to die 2003-09-28 02:45:05 +00:00
README Peter Moulder fixed CFLAGS 2003-09-01 00:18:58 +00:00
README.top
skill.1 man page stuff 2003-06-30 03:30:35 +00:00
skill.c misc 2003-08-16 21:15:53 +00:00
snice.1
sysctl.8
sysctl.c
sysctl.conf.5
t
tload.1
tload.c
tmp-junk.c
TODO more per-process stuff 2003-09-29 04:09:52 +00:00
top.1
top.c top on wyse60, whitespace doc, thread fixes 2003-10-07 03:12:50 +00:00
top.h any leftover changes 2003-09-17 17:14:32 +00:00
uptime.1
uptime.c
utmp.c
v
vmstat.8 got most of procps-3.1.11ff2.diff 2003-08-10 23:40:41 +00:00
vmstat.c new Linux 2.6.0-test4 CPU stats shown 2003-09-08 01:39:49 +00:00
w.1 fix 4 GB wrap-around in top 2003-09-06 05:11:04 +00:00
w.c ps thread support 2003-09-20 08:29:55 +00:00
watch.1
watch.c

COMPATIBILITY

    This code is intended for use with Linux 2.2.xx, 2.4.xx,
    2.5.xx, and hopefully all future kernels. You should be
    running a system with libc 6, but libc 5 might work too.

INSTALLATION

    make
    make install

    Only the second ("make install") is needed if you just
    want to build and install procps in the normal way.

    If you wish to test before installing, use the scripts
    named t, v, and p to ensure that the correct libproc
    (the new one) is used during your testing.

    You may set SKIP to avoid building or installing things.
    For example:

    make SKIP='/bin/kill /usr/share/man/man1/kill.1' install

    Use SHARED=0 to build procps without shared libraries.
    This may be useful for installing in your home directory.

    make SHARED=0 DESTDIR=$HOME install

    Suppose you wanted to install stuff in strange places.
    You might do something like this:

    make usr/bin=/tmp/fff/iii/ DESTDIR=/tmp/fff install="install -D" ldconfig=echo install

BUG REPORTS

    Debian users should use the Debian bug tracking system.
    Email to albert@users.sf.net or csmall@debian.org or
    procps-feedback@lists.sf.net will also work.