Path: utzoo!utgpu!attcan!uunet!ncrlnk!ncr-sd!hp-sdd!hplabs!hpda!hpcupt1!vandys From: vandys@hpcupt1.HP.COM (Andrew Valencia(Seattle)) Newsgroups: comp.unix.microport Subject: Re: V.3 + top Message-ID: <10770007@hpcupt1.HP.COM> Date: 2 Nov 88 22:24:33 GMT References: <468@alice.marlow.uucp> Organization: Hewlett Packard, Cupertino Lines: 12 / hpcupt1:comp.unix.microport / fox@marlow.uucp (Paul Fox) / 4:54 am Oct 31, 1988 / >Does anyone know of a way of easily determining how much of a process >is resident, or of some other useful kernel quantity that can give >some idea of system response ? Vanilla V.2.1 Regions has a field p_region in the proc structure which points to the regions for the process. r_nvalid is a count of the number of valid pages under a region. In general, look in /usr/include/sys at region.h and proc.h--the comments will give you leads on the values of the various fields. Andy