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-01-28 23:47:39 +00:00
proc bye-bye 2003-01-28 23:47:39 +00:00
ps malloc error 2003-01-23 05:48:27 +00:00
.cvsignore a.out typescript pmap 2002-11-08 00:32:46 +00:00
.cvsignore.patch procps 010114 2002-02-01 22:47:29 +00:00
AUTHORS new authors 2002-10-10 21:18:13 +00:00
BUGS crossed the Rubicon, and no, it wasn't fun 2002-10-06 21:34:17 +00:00
COPYING resync due to auto* 2002-09-27 13:26:07 +00:00
COPYING.LIB procps 010114 2002-02-01 22:47:29 +00:00
free.1 crossed the Rubicon, and no, it wasn't fun 2002-10-06 21:34:17 +00:00
free.c procps 010114 2002-02-01 22:47:29 +00:00
kill.1 use single-quote, not comma 2002-10-23 19:37:20 +00:00
Makefile misc. stuff, and 3.1.5 -> 3.1.6 version number 2003-01-21 09:58:15 +00:00
minimal.c 2.5.xx PIDs 2002-10-01 22:39:31 +00:00
NEWS no idea what :-) 2003-01-24 08:42:16 +00:00
pgrep.1 doc update 2002-10-23 21:37:28 +00:00
pgrep.c last bits 2002-12-21 14:13:33 +00:00
pkill.1 procps 010114 2002-02-01 22:47:29 +00:00
pmap.1 pmap 2002-10-27 10:35:13 +00:00
pmap.c satisfy GPL section 2a and LGPL section 2b name+date requirement 2002-12-15 00:30:17 +00:00
procps.lsm misc. stuff, and 3.1.5 -> 3.1.6 version number 2003-01-21 09:58:15 +00:00
procps.spec misc. stuff, and 3.1.5 -> 3.1.6 version number 2003-01-21 09:58:15 +00:00
README no idea what :-) 2003-01-24 08:42:16 +00:00
README.top B toggle, fix t toggle, windowed batch, 3x to 6x faster, out-of-bounds RT as "RT" 2002-11-24 22:04:03 +00:00
skill.1 use single-quote, not comma 2002-10-23 19:37:20 +00:00
skill.c satisfy GPL section 2a and LGPL section 2b name+date requirement 2002-12-15 00:30:17 +00:00
snice.1 procps 010114 2002-02-01 22:47:29 +00:00
sysctl.8 sysctl -e 2002-12-11 22:55:42 +00:00
sysctl.c from Folkert van Heusden's code review 2002-12-28 23:57:10 +00:00
sysctl.conf.5 procps 010114 2002-02-01 22:47:29 +00:00
t procps 010114 2002-02-01 22:47:29 +00:00
tload.1 crossed the Rubicon, and no, it wasn't fun 2002-10-06 21:34:17 +00:00
tload.c procps 010114 2002-02-01 22:47:29 +00:00
tmp-junk.c procps 010114 2002-02-01 22:47:29 +00:00
TODO doc update 2002-10-23 21:37:28 +00:00
top.1 document u U -u -U 2002-12-11 23:17:18 +00:00
top.c last bits 2002-12-21 14:13:33 +00:00
top.h satisfy GPL section 2a and LGPL section 2b name+date requirement 2002-12-15 00:30:17 +00:00
uptime.1 crossed the Rubicon, and no, it wasn't fun 2002-10-06 21:34:17 +00:00
uptime.c uptime -V #122521 2002-10-08 18:51:56 +00:00
utmp.c procps 010114 2002-02-01 22:47:29 +00:00
v vmstat developer script 2002-10-06 16:41:20 +00:00
vmstat.8 did -s and -f for rodenstein 2002-11-28 09:07:59 +00:00
vmstat.c malloc error 2003-01-23 05:48:27 +00:00
w.1 crossed the Rubicon, and no, it wasn't fun 2002-10-06 21:34:17 +00:00
w.c completed the move, output.* --> escape.* 2002-12-21 13:36:36 +00:00
watch.1 procps 010114 2002-02-01 22:47:29 +00:00
watch.c satisfy GPL section 2a and LGPL section 2b name+date requirement 2002-12-15 00:30:17 +00:00

COMPATIBILITY

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

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.

    If you need to add a compiler option, use CC to do it:
    make CC='gcc -foo'

    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

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.