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
2012-03-03 13:46:49 +11:00
contrib
Documentation
include use helpers from c.h 2012-01-24 08:55:05 +01:00
lib strutils: reindent the file 2012-02-11 21:42:39 +01:00
misc build-sys: rename the 'tools' subdirectory to 'misc' 2012-03-02 21:25:38 +11:00
po
proc Fix string literals in fprintf and friends 2012-03-03 12:05:07 +11:00
ps Fix string literals in fprintf and friends 2012-03-03 12:05:07 +11:00
testsuite ps abort causes problems in testsuite 2012-03-03 11:49:48 +11:00
top top: honor the restrictive, crufty old top rcfile 2012-03-02 21:29:43 +11:00
.gitignore
AUTHORS other: make AUTHORS file obsolete 2012-01-13 22:42:38 +01:00
autogen.sh Fix a remaining util-linux word in autogen 2012-02-26 08:39:16 +11:00
ChangeLog other: tell in ChangeLog where to see changes 2012-01-13 22:42:38 +01:00
configure.ac build-sys: rename the 'tools' subdirectory to 'misc' 2012-03-02 21:25:38 +11:00
COPYING
COPYING.LIB
free.1
free.c
kill.1
Makefile.am watch needs a conditonal LDADD 2012-01-09 21:40:53 +11:00
NEWS
pgrep.1 docs: inform about pkill and --inverse option 2012-02-13 21:26:01 +01:00
pgrep.c pkill: remove -v match inversion option 2012-02-11 21:43:13 +01:00
pkill.1
pmap.1
pmap.c pmap: ensure arg1 is not null, and set qualifers to match with usage [smatch scan] 2012-02-05 21:43:36 +01:00
pwdx.1
pwdx.c pwdx: free memory before exit 2012-02-05 20:44:39 +01:00
README
skill.1
skill.c skill: fix argument parsing regression 2012-02-11 21:42:35 +01:00
slabtop.1
slabtop.c
snice.1
sysctl.8 sysctl: deprecate parameters 2012-02-14 11:22:15 +01:00
sysctl.c sysctl: deprecate parameters 2012-02-14 11:22:15 +01:00
sysctl.conf docs: remove tcp_default_win_scale from sysctl.conf sample 2012-01-24 22:34:12 +01:00
sysctl.conf.5
tload.1
tload.c tload: remove unnecessary goto 2012-01-21 23:29:02 +01:00
uptime.1
uptime.c
vmstat.8
vmstat.c vmstat: open file should be closed, not freed 2012-02-05 23:15:54 +01:00
w.1
w.c ps: unify cases and remove trailing dots in messages 2012-01-15 20:52:58 +01:00
watch.1 watch: inform about optional argument for -d switch 2012-02-11 21:43:28 +01:00
watch.c watch: inform about optional argument for -d switch 2012-02-11 21:43:28 +01: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-ng 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-ng 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/i/ DESTDIR=/tmp/Q install="install -D" ldconfig=echo install

    If cross-compiling, you might need to set lib64 to
    either "lib" or "lib64". You might need to set m64 to
    -m64, -m32, or nothing at all. Some examples:

    make lib64=lib m64=-m32      # for a bi-arch gcc
    make lib64=lib64 CC=x86_64-gcc
    make lib64=lib CC=alpha-gcc

PACKAGING

    If you are a downstream maintainer (packager) for a Linux distribution,
    please avoid causing troubles. This section applies to you.

    Send patches in regularly. Many patches made by vendors have been buggy,
    some quite severely so. Sending in a patch will at least get it reviewed,
    if not included. There is a procps-ng test suite that must be passed.
    Forward all bug reports. If your bug database is public and busy enough
    to bother with, please make this known. Follow Debian's lead in making
    the bug database easy to comment on via email w/o need for an account.

    Do not change the user interface. Many of the programs are intended to be
    compatible with Solaris, FreeBSD, AIX, IRIX, Tru64, and the UNIX standard.
    Your nice new command options WILL BE BROKEN as needed to ensure that
    procps-ng remains compatible with the rest of the world. Sysadmins hate to
    deal with incompatible behavior. If you need a new option, ask for it.

    For normal packages, ensure that you do not add debugging flags
    to the CFLAGS variable. If debugging flags are present, the Makefile
    will avoid adding several optimizations that would interfere with gdb.

    There should be no need to modify the Makefile. You can set variables
    on the "make" command line or use "make -e" to pass variables from
    the environment.

BUG REPORTS

    Email to procps@freelists.org.