6.29. Psmisc-22.21

The Psmisc package contains programs for displaying information about running processes.

Approximate build time: less than 0.1 SBU
Required disk space: 4.7 MB

6.29.1. Installation of Psmisc

Prepare Psmisc for compilation:

./configure --prefix=/usr

Compile the package:

make

This package does not come with a test suite.

Install the package to a temporary directory:

make install DESTDIR=$(pwd)/debian/tmp

Move the killall and fuser programs to the location specified by the FHS:

mkdir -pv debian/tmp/bin
mv -v debian/tmp/usr/bin/fuser   debian/tmp/bin
mv -v debian/tmp/usr/bin/killall debian/tmp/bin

Create the package archive:

buildpkg

Install the package:

dpkg -i psmisc_22.21_*.deb

6.29.2. Contents of Psmisc

Installed programs: fuser, killall, peekfd, prtstat, pstree, and pstree.x11 (link to pstree)

Short Descriptions

fuser

Reports the Process IDs (PIDs) of processes that use the given files or file systems

killall

Kills processes by name; it sends a signal to all processes running any of the given commands

peekfd

Peek at file descriptors of a running process, given its PID

prtstat

Prints information about a process

pstree

Displays running processes as a tree

pstree.x11

Same as pstree, except that it waits for confirmation before exiting