Date: Thu, 15 Jul 1999 11:23:12 -0700 (PDT) From: Matthew Dillon <dillon@apollo.backplane.com> To: Noriyuki Soda <soda@sra.co.jp> Cc: freebsd-hackers@FreeBSD.ORG, tech-userlevel@netbsd.org Subject: Re: Swap overcommit (was Re: Replacement for grep(1) (part 2)) Message-ID: <199907151823.LAA11926@apollo.backplane.com> References: <378D67B3.3E2A703C@newsguy.com> <Pine.GSO.3.95.990715082122.11860B-100000@jericho> <199907151738.CAA10933@srapc342.sra.co.jp> <199907151809.LAA11823@apollo.backplane.com> <199907151819.DAA11342@srapc342.sra.co.jp>
next in thread | previous in thread | raw e-mail | index | archive | help
:"pstat -s" on SunOS4, and "swap -s" on SunOS5. From Solaris man page:
:
:: -s Print summary information about total swap
:: space usage and availability:
::
:: allocated The total amount of swap space
:: (in 1024-byte blocks)
:: currently allocated for use as
:: backing store.
::
:: reserved The total amount of swap space
:: (in 1024-bytes blocks) not
:: currently allocated, but
:: claimed by memory mappings for
:: possible future use.
::
:: used The total amount of swap space
:: (in 1024-byte blocks) that is
:: either allocated or reserved.
:--
:soda
Yah, that's what I thought. A solaris expert could tell us
for sure but I am pretty sure those are simply cached swap
blocks after-the-fact, not actual reservations on potentially
swappable space.
-Matt
Matthew Dillon
<dillon@backplane.com>
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199907151823.LAA11926>
