V.3 + top

Andrew ValenciaSeattle vandys at hpcupt1.HP.COM
Thu Nov 3 08:24:33 AEST 1988


/ hpcupt1:comp.unix.microport / fox at 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



More information about the Comp.unix.microport mailing list