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
2004-07-15 04:44:42 +00:00
proc plenty -- see NEWS file and a diff 2004-07-15 01:17:15 +00:00
ps plenty -- see NEWS file and a diff 2004-07-15 01:17:15 +00:00
.cvsignore Debian and Red Hat sysctl patches 2004-07-15 04:44:42 +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
CodingStyle diskstats and slabinfo 2003-06-08 17:28:06 +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
dummy.c check_gcc for -m64, pmap shows shmid 2004-01-29 22:28:13 +00:00
free.1 protect against BSD pty w/ 20-bit minor 2004-02-24 04:14:36 +00:00
free.c merge with procps2 free 2004-01-30 04:47:14 +00:00
kill.1 man page stuff 2003-06-30 03:30:35 +00:00
Makefile plenty -- see NEWS file and a diff 2004-07-15 01:17:15 +00:00
minimal.c Solaris port 2004-05-05 02:49:27 +00:00
NEWS Debian and Red Hat sysctl patches 2004-07-15 04:44:42 +00:00
pgrep.1 doc update 2002-10-23 21:37:28 +00:00
pgrep.c ps thread support 2003-09-20 08:29:55 +00:00
pkill.1 procps 010114 2002-02-01 22:47:29 +00:00
pmap.1 3.2.0 release prep; pmap -d 2004-01-29 05:05:37 +00:00
pmap.c merge with procps2 free 2004-01-30 04:47:14 +00:00
procps.lsm Fabian fixes slabtop; prep for 3.2.1 release 2004-03-27 04:30:05 +00:00
procps.spec Fabian fixes slabtop; prep for 3.2.1 release 2004-03-27 04:30:05 +00:00
README add slabtop, fix top ^Z terminal handling 2004-01-24 22:33:56 +00:00
README.top credit Jim for README.top 2004-07-06 04:27:35 +00:00
skill.1 man page stuff 2003-06-30 03:30:35 +00:00
skill.c misc 2003-08-16 21:15:53 +00:00
slabtop.1 add slabtop, fix top ^Z terminal handling 2004-01-24 22:33:56 +00:00
slabtop.c Fabian fixes slabtop; prep for 3.2.1 release 2004-03-27 04:30:05 +00:00
snice.1 procps 010114 2002-02-01 22:47:29 +00:00
sysctl.8 Debian and Red Hat sysctl patches 2004-07-15 04:44:42 +00:00
sysctl.c Debian and Red Hat sysctl patches 2004-07-15 04:44:42 +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 remove some table inconsistencies and rename it_real_value 2004-04-17 03:13:56 +00:00
top.1 atop suggestion 2004-04-13 17:22:58 +00:00
top.c plenty -- see NEWS file and a diff 2004-07-15 01:17:15 +00:00
top.h plenty -- see NEWS file and a diff 2004-07-15 01:17:15 +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 got most of procps-3.1.11ff2.diff 2003-08-10 23:40:41 +00:00
vmstat.c fix vmstat -d 2004-05-04 23:29:40 +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 -t 2003-02-09 07:27:16 +00:00
watch.c plenty -- see NEWS file and a diff 2004-07-15 01:17:15 +00:00

COMPATIBILITY

    This code is intended for use with Linux 2.2.xx, 2.4.xx,
    2.6.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/Q/iii/ DESTDIR=/tmp/Q install="install -D" ldconfig=echo install

    If cross-compiling, you might need to set lib64 to
    either "lib" or "lib64", like one of these examples:

    make lib64=lib CFLAGS="-O2 -m32"
    make lib64=lib64 CC=x86_64-gcc

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.