From owner-freebsd-hackers Tue Jan 9 23:51:32 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA18678 for hackers-outgoing; Tue, 9 Jan 1996 23:51:32 -0800 (PST) Received: from rocky.sri.MT.net (rocky.sri.MT.net [204.182.243.10]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id XAA18672 for ; Tue, 9 Jan 1996 23:51:27 -0800 (PST) Received: (from nate@localhost) by rocky.sri.MT.net (8.6.12/8.6.12) id AAA17408; Wed, 10 Jan 1996 00:53:53 -0700 Date: Wed, 10 Jan 1996 00:53:53 -0700 From: Nate Williams Message-Id: <199601100753.AAA17408@rocky.sri.MT.net> To: John Polstra Cc: freebsd-hackers@FreeBSD.org Subject: Re: Whither swapinfo? In-Reply-To: <199601100641.WAA18170@austin.polstra.com> References: <199601100641.WAA18170@austin.polstra.com> Sender: owner-hackers@FreeBSD.org Precedence: bulk John Polstra writes: > It looks like "/usr/sbin/swapinfo" has been removed from the source tree > since 2.1 came out. Why is that? Is there a replacement for it? Umm, swapinfo is a link to pstat, which runs the same as 'pstat -s' when run as swapinfo. It *should* be on your system as /usr/sbin/swapinfo. Nate