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
Jim Warner 3fc8b69c7a top: update man document for current screen & SIGWINCH
Signed-off-by: Jim Warner <james.warner@comcast.net>
2013-01-24 21:29:24 +11:00
contrib
Documentation
include
lib
misc
po
proc Expose freeproc for libproc 2013-01-01 13:13:44 +11:00
ps ps.1: format fix in notes 2013-01-01 13:12:25 +11:00
testsuite test for previous commit 2012-12-26 23:21:44 +11:00
top top: update man document for current screen & SIGWINCH 2013-01-24 21:29:24 +11:00
.gitignore Added pmap -X and -XX tests 2012-12-24 10:05:24 +11:00
AUTHORS
autogen.sh
ChangeLog
configure.ac
COPYING
COPYING.LIB
free.1
free.c
kill.1
Makefile.am
NEWS Expose freeproc for libproc 2013-01-01 13:13:44 +11:00
pgrep.1 Add -c count option to pkill 2012-11-21 22:11:17 +11:00
pgrep.c Add -c count option to pkill 2012-11-21 22:11:17 +11:00
pkill.1
pmap.1
pmap.c pmap avoid SEGV potential with new X/XX detail options 2012-12-23 06:48:36 +11:00
pwdx.1
pwdx.c
README
skill.1
skill.c
slabtop.1
slabtop.c
snice.1
sysctl.8 sysctl.8: format fix in synopsis 2013-01-01 13:16:33 +11:00
sysctl.c
sysctl.conf
sysctl.conf.5
tload.1
tload.c
uptime.1 uptime: add since option 2012-12-26 23:14:09 +11:00
uptime.c uptime: add since option 2012-12-26 23:14:09 +11:00
vmstat.8
vmstat.c
w.1
w.c
watch.1
watch.c watch: fix compiler warnings 2012-11-06 22:30:02 +11:00

COMPATIBILITY

    This code is intended for use with Linux 2.6.xx, 3.x and
    hopefully all future kernels.

INSTALLATION

    If you are using git version of the project you need extra step.

    ./autogen.sh

    After that, and everyone using .tar.xz version of procps-ng, can
    do normal build.  Read './configure --help' to select options for
    your needs.

    ./configure
    make
    make install

    If you have DejaGNU installed you can run optional test suite.

    make check

HOW TO CONTRIBUTE

    See Documentation/BUGS file.

PACKAGING

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

    Avoid maintaining distribution specific patches.  Send your
    patches to upstream, where they are at least reviewed, if not
    included.

    Please forward 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 without need for an account.

    For normal packages, ensure that you do not add debugging flags
    to the CFLAGS variable.

UPSTREAM & BUG REPORTS

    procps-ng <procps@freelists.org>