home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / unix / question / 10165 < prev    next >
Encoding:
Internet Message Format  |  1992-08-18  |  1.7 KB

  1. Xref: sparky comp.unix.questions:10165 comp.sys.sun.admin:5636 comp.sys.sun.misc:3759 alt.sys.sun:3046
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!ames!sun-barr!news2me.ebay.sun.com!exodus.Eng.Sun.COM!appserv.Eng.Sun.COM!ouroborous.Eng.Sun.COM!limes
  3. From: limes@ouroborous.Eng.Sun.COM (Greg Limes)
  4. Newsgroups: comp.unix.questions,comp.sys.sun.admin,comp.sys.sun.misc,alt.sys.sun
  5. Subject: Re: Swap space usage..??
  6. Message-ID: <l9316tINN7g@appserv.Eng.Sun.COM>
  7. Date: 18 Aug 92 23:16:45 GMT
  8. References: <1992Aug13.204756.12770@mdd.comm.mot.com>
  9. Organization: Sun Microsystems, Inc.
  10. Lines: 33
  11. NNTP-Posting-Host: ouroborous
  12.  
  13. In article <1992Aug13.204756.12770@mdd.comm.mot.com> pchan@mdd.comm.mot.com (Pat Chan) writes:
  14. | When I do "pstat -T", I get the swap space size, say X.
  15. | When I do "/etc/dmesg", I find the swap space is only half of X.
  16. | The other half is for dump space.
  17.  
  18.     myhost% head -1 /etc/motd
  19.     SunOS Release 4.1.3_BETA_1.0 (LIMES) #2: Wed Jul 8 20:21:01 PDT 1992
  20.     myhost%
  21.  
  22.     myhost% pstat -T
  23.     216/3628 files
  24.     300/1946 inodes
  25.      68/1034 processes
  26.     31392/66632 swap    
  27.     myhost%
  28.  
  29.     myhost% pstat -s
  30.     25360k allocated + 5624k reserved = 30984k used, 35648k available
  31.     myhost%
  32.  
  33.     myhost% dmesg | grep sd6b
  34.     swap on sd6b fstype spec size 66640K
  35.     dump on sd6b fstype spec size 66616K
  36.     myhost%
  37.  
  38. Looks to me like everything agrees, I have ~65Meg of swap. pstat -T tells
  39. me that I'm using 31M of 65M; so does pstat -s. "dmesg" also tells
  40. me that my swap partition is 65M, and that my dump partition (for kernel
  41. crash dumps, RTFM "savecore") is on the same partition as my swap.
  42.  
  43. I don't see where your "half of X" comes in. Perhaps if you actually
  44. included details like the specific version of the kernel, and the
  45. real outputs of the commands ... ?
  46.