Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!usc!snorkelwacker.mit.edu!bloom-beacon!deccrl!news.crl.dec.com!shlump.nac.dec.com!pa.dec.com!news From: mogul@jove.pa.dec.com (Jeffrey Mogul) Newsgroups: comp.unix.ultrix Subject: "pmon" program ported to Ultrix Message-ID: <1991Jan14.225709.13125@pa.dec.com> Date: 14 Jan 91 22:57:09 GMT Sender: news@pa.dec.com (News) Organization: DEC Western Research Lines: 29 A few months ago, I found a program called "pmon", written by Phil Dykstra . Pmon is kind of like "top" with a magnifying glass attached; it is a continually-updating curses-based process status display. The difference is that pmon shows you the status of just one process at a time, in much greater detail than top or ps. (pstat -p comes closer, but pmon is much more fun.) For example, it tells you what files the program has open, what signals are blocked, etc. I ported the program to run on Ultrix. I've tried the code on these versions: VAX/Ultrix 3.0 VAX/Ultrix 4.0 RISC/Ultrix 3.1D RISC/Ultrix 4.0 and later and it seems to work on all of them, although you have to recompile for each different kernel version. Sources are available via anon. FTP in gatekeeper.dec.com:pub/DEC/pmon.tar.Z I will not respond to any requests to obtain sources by any other means. I will take any bug reports or suggestions for improvements, but I can't promise anything. -Jeff