From owner-freebsd-current Tue Oct 29 18:27:29 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA21295 for current-outgoing; Tue, 29 Oct 1996 18:27:29 -0800 (PST) Received: from pat.idt.unit.no (pat.idt.unit.no [129.241.103.5]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id SAA21278 for ; Tue, 29 Oct 1996 18:27:24 -0800 (PST) Received: from idt.unit.no (hyll.idt.unit.no [129.241.200.3]) by pat.idt.unit.no (8.7.5/8.7.3) with ESMTP id DAA11804; Wed, 30 Oct 1996 03:27:02 +0100 (MET) Message-Id: <199610300227.DAA11804@pat.idt.unit.no> To: jdp@polstra.com Cc: bsdcur@shadows.aeon.net, current@freebsd.org Subject: Re: Request to add this to FAQ re: swap space In-Reply-To: Your message of "Tue, 29 Oct 1996 13:51:31 -0800" References: <199610292151.NAA07624@austin.polstra.com> X-Mailer: Mew version 1.06 on Emacs 19.31.1 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Date: Wed, 30 Oct 1996 03:27:00 +0100 From: Tor Egge Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > will there be a program available for reading /proc/???/map in any > > time soon? > > How about "cat"? ;-) > > Seriously, it works fine, if you just want to read or print the > information. Sometimes you only get some of the information :-( ikke:/tmp$ cat /proc/6430/map | wc 292 1757 16349 ikke:/tmp$ ps xlww6430 UID PID PPID CPU PRI NI VSZ RSS WCHAN STAT TT TIME COMMAND 26850 6430 6409 0 2 0 1464 285380 select S ?? 63:44.19 search -u 0 -M 70 -u 1 -c - Tor Egge