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 30e90e4269 top: tweak cursor state code to swat an obscure buglet
An obscure bug has been discovered where a 'W' with an
old rcfile, warning against overwrite, would display a
cursor that should normally be hidden. This followed a
user's reply. So some logic was rearranged just a bit.

Signed-off-by: Jim Warner <james.warner@comcast.net>
2013-08-08 19:21:22 +02:00
contrib miscellaneous: clean up trailing whitespace once again 2013-04-07 18:05:01 +10:00
Documentation miscellaneous: fixed current misspell-check's findings 2013-03-14 12:36:47 +01:00
include configure: Check for error.h 2013-03-20 16:32:06 +01:00
lib library: for atexit() support, fix fileutils for EPIPE 2013-06-26 17:58:56 +02:00
misc
po
proc free: reusing 'shared' for Shmem 2013-08-07 18:21:43 +02:00
ps ps: making the libselinux support configurable 2013-08-07 17:52:38 +02:00
testsuite Conditional test vmstat -p 2013-07-31 21:54:53 +10:00
top top: tweak cursor state code to swat an obscure buglet 2013-08-08 19:21:22 +02:00
.gitignore Added pmap -X and -XX tests 2012-12-24 10:05:24 +11:00
AUTHORS
autogen.sh
ChangeLog
configure.ac ps: making the libselinux support configurable 2013-08-07 17:52:38 +02:00
COPYING
COPYING.LIB miscellaneous: clean up trailing whitespace once again 2013-04-07 18:05:01 +10:00
free.1 free: reusing 'shared' for Shmem 2013-08-07 18:21:43 +02:00
free.c configure: check for program_invocation_name 2013-03-20 16:32:06 +01:00
kill.1
Makefile.am
NEWS 3.3.8 NEWS and API 2013-05-26 08:03:01 +10:00
pgrep.1 support for listing thread ids (useful with iotop) 2013-03-18 11:58:47 +01:00
pgrep.c miscellaneous: clean up trailing whitespace once again 2013-04-07 18:05:01 +10:00
pkill.1
pmap.1
pmap.c Merge commit 'refs/merge-requests/10' of git://gitorious.org/procps/procps into merge-requests/10 2013-04-07 17:58:06 +10:00
pwdx.1
pwdx.c pwdx: fails when run in a nonexistent locale 2013-08-05 20:52:22 +10:00
README
skill.1
skill.c configure: check for program_invocation_name 2013-03-20 16:32:06 +01:00
slabtop.1 miscellaneous: clean up trailing whitespace throughout 2013-03-14 12:36:47 +01:00
slabtop.c miscellaneous: clean up trailing whitespace once again 2013-04-07 18:05:01 +10:00
snice.1
sysctl.8 sysctl, w: miscelaneous usage/man fixes 2013-07-19 14:50:02 +02:00
sysctl.c Merge commit 'refs/merge-requests/10' of git://gitorious.org/procps/procps into merge-requests/10 2013-04-07 17:58:06 +10:00
sysctl.conf
sysctl.conf.5
tload.1
tload.c miscellaneous: clean up trailing whitespace once again 2013-04-07 18:05:01 +10:00
uptime.1 uptime: add since option 2012-12-26 23:14:09 +11:00
uptime.c configure: check for program_invocation_name 2013-03-20 16:32:06 +01:00
vmstat.8
vmstat.c configure: check for program_invocation_name 2013-03-20 16:32:06 +01:00
w.1 sysctl, w: miscelaneous usage/man fixes 2013-07-19 14:50:02 +02:00
w.c sysctl, w: miscelaneous usage/man fixes 2013-07-19 14:50:02 +02:00
watch.1
watch.c watch: Remove unused header 2013-03-20 16:32:06 +01: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>