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.
autom4te.cache | ||
proc | ||
ps | ||
.cvsignore | ||
.cvsignore.patch | ||
aclocal.m4 | ||
AUTHORS | ||
BUGS | ||
ChangeLog | ||
config.guess | ||
config.h.in | ||
config.sub | ||
configure | ||
configure.in | ||
COPYING | ||
COPYING.LIB | ||
depcomp | ||
free.1 | ||
free.c | ||
gfinger.p | ||
glibc.patch | ||
INSTALL | ||
install-sh | ||
kill.1 | ||
ltconfig | ||
ltmain.sh | ||
Makefile.am | ||
Makefile.in | ||
Makefile.noam | ||
minimal.c | ||
missing | ||
mkinstalldirs | ||
NEWS | ||
oldtop.c | ||
oldtop.h | ||
pgrep.1 | ||
pgrep.c | ||
pkill.1 | ||
pmap.c | ||
procps.lsm | ||
procps.spec | ||
README | ||
skill.1 | ||
skill.c | ||
snice.1 | ||
stamp-h.in | ||
sysctl.8 | ||
sysctl.c | ||
sysctl.conf.5 | ||
t | ||
tload.1 | ||
tload.c | ||
tmp-junk.c | ||
TODO | ||
top.1 | ||
top.c | ||
top.desktop | ||
top.h | ||
uptime.1 | ||
uptime.c | ||
utmp.c | ||
v | ||
vmstat.8 | ||
vmstat.c | ||
w.1 | ||
w.c | ||
watch.1 | ||
watch.c | ||
XConsole |
README for procps package ========================= COMPATIBILITY This code is intended for use with Linux 2.0.xx and 2.2.xx. Both libc 5 and libc 6 should work. PS/TOP WCHAN FIELD In past releases, in order to get WCHAN output for ps, you had to have a psdatabase for each zImage kernel that you generated from the vmlinux unstripped binary with /sbin/psupdate. With this release, you should use the System.map automatically generated by Linus' makefile. 'ps' and 'top' will first use the contents of an environment variable "PS_SYSTEM_MAP" and then look for System.map files along the followin search path: /boot/System.map-V, /boot/System.map, /lib/modules/V/System.map, Here 'V' is the output of "uname -r" and looks like "2.2.0". Don't forget the dash! In those same locations, remove psdatabase* files.