Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!news.ecn.uoknor.edu!feed1.news.erols.com!howland.erols.net!worldnet.att.net!arclight.uoregon.edu!mr.net!data.ramona.vix.com!sonysjc!decwrl!purdue!mozo.cc.purdue.edu!abe From: abe@cc.purdue.edu (Vic Abell) Newsgroups: comp.unix.solaris,comp.unix.bsd.misc,comp.unix.internals,comp.unix.osf.osf1 Subject: Re: Solaris 2.6 Date: 15 Dec 1996 00:52:47 GMT Organization: Purdue University Lines: 19 Distribution: inet Message-ID: <58vi4v$c6o@mozo.cc.purdue.edu> References: <32986299.AC7@mail.esrin.esa.it> <58ccqm$q13@web.nmti.com> <58hj11$bb6@panix.com> <58hs93$h63@web.nmti.com> <E26rtz.23F@jadpc.jd.com> <32AE95AB.7DE14518@lehman.com> <58p7ni$l1a@panix.com> <58phsj$m28@mozo.cc.purdue.edu> <58scvl$4pk@panix.com> NNTP-Posting-Host: vic.cc.purdue.edu Xref: euryale.cc.adfa.oz.au comp.unix.solaris:92590 comp.unix.bsd.misc:1822 comp.unix.internals:11630 comp.unix.osf.osf1:17068 bryan@panix.com (Bryan Althaus) writes: >Vic Abell (abe@cc.purdue.edu) wrote: >: The serious HP user can get a full proc structure definition via >: Q4. >: >Sorry but what is Q4?? Q4 is a kernel file analysis tool, provided by HP as user-contributed software. It will show, among other things, some kernel structure definitions, including the one for the proc structure. Assuming the q4 package has been installed, and you have read access to /dev/mem, do this to get the proc structure definition: $ /usr/contrib/bin/q4 /stand/vmunix /dev/mem ... q4> fields -c struct proc Vic Abell <abe@purdue.edu>