From owner-freebsd-hackers Sun Jun 4 02:25:25 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id CAA05126 for hackers-outgoing; Sun, 4 Jun 1995 02:25:25 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id CAA05117 for ; Sun, 4 Jun 1995 02:25:13 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id TAA19888 for freebsd-hackers@freebsd.org; Sun, 4 Jun 1995 19:20:45 +1000 Date: Sun, 4 Jun 1995 19:20:45 +1000 From: Bruce Evans Message-Id: <199506040920.TAA19888@godzilla.zeta.org.au> To: freebsd-hackers@freebsd.org Subject: Re: More thoughts on the installer Sender: hackers-owner@freebsd.org Precedence: bulk >Does anybody think on implementing the `-k' option for pstat? (Yes, >BLOCKSIZE=K works, but i've got used to hit the `-k' for swapinfo.) BLOCKSIZE=1024 in the environment works (except pstat -s prints 1024-blocks while pstat -k -s prints 1K-blocks :-). Bruce