vps - interactive process tree viewer

vps is a perl script which provides a terminal-based interactive view of all process, in a tree-structured format. That is, the processes are listed in parent-child order, with children indented below their parents. vps also provides for signalling selected process, and for displaying process environment variables, and open files.

The basic display is separated into a top area, where the process tree is displayed. and a bottom three lines, where additional details on the currently selected process is displayed.

The top area includes the tree structure, the process id, and the short name of the process without arguments. A full command and arguments (subject to fit within the window) can be displayed below by selecting a process. To the right of tree structure the following columns are displayed: the process owner (bold if changed), the start time, the memory usage, and the state.

The bottom area of the selected process shows on the first line the current processes' command and arguments. The next line shows the process I.D., the termainal, the user and group, the memory and resident memory. The third line shows the process start time, the elapsed time (not currently working under OS X), and the system time and percentage used.

The top region is scrollable if the entire process tree does not fit. The separator between the top and bottom sections works as a scrollbar, displaying what portion of the scrollable area is currently being viewed.

Usage

vps uses vi-style commands, with some emacs-style additions.

KeyAction
jMove cursor down one line
^NMove cursor down one line
kMove cursor up one line
^PMove cursor up one line
^FMove cursor down one screen
^BMove cursor up one screen
^EScroll screen upwards (cursor remains on same line if possible)
^YScroll screen downwards (cursor remains on same line if possible)
^LRedraw screen
  
hHelp
spaceRebuild list of processes and redisplay
.Update data displayed for current process
eShow environment variables for current process
oShow open files for current process (not on OS X)
SSend a signal to current process
qquit
numberEnter a process ID, and press return to set current process (if it exists)
/Enter a string to search forwards for, and press return. Searches program, arguments, user, and group
?Same as "/" but searches backwards.
nrepeat last search
-use narrower indent in tree-structured display
=use wider indent in tree-structured display

Many operations involve switching the top display to view some other information (environment variables, open files, help, or a list of signals). The top view is still controlled with the same characters. To return to the main view, press "q". In the Signal view, once you have selected the desired signal, press "S" to send that signal to the current process.

Compatibility

vps has currently been tested to work adequately under Mac OS X 10.4, Linux Fedora Core 4, and Solaris 8. It will likely work with other versions of these operating systems. It might work with other UNIX or Linux operating systems, but don't hold your breath.

This program is almost exclusively used by the author on xterms. It is written to be terminal independent, but does have xterm-specific enhancements. Other terminals (or their termcap descriptions) may not provide adequate support to function properly.

Code modifications are possible, but the code is very crufty, having been drafted together from different pieces of old projects. Some of the terminal display functions seem to have support for HP, Dec, and other operating systems, but this is largely cruft, not actual support.

Download

It's Free! Requires perl - almost any version should do. If your perl does not live in /usr/bin/perl, you'll have to edit the first line to reflect the true location.

Download vps version 0.5


Tom Fine's Home Send Me Email