home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / unix / admin / 6307 < prev    next >
Encoding:
Text File  |  1992-11-20  |  1.2 KB  |  42 lines

  1. Newsgroups: comp.unix.admin
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!rpi!psinntp!psinntp!wrldlnk!usenet
  3. From: "Chris Martin" <wk04331@psilink.com>
  4. Subject: Re: RAM size
  5. In-Reply-To: <1992Nov19.140503.13218@tinman.mke.ab.com>
  6. Message-ID: <2931299442.1.wk04331@psilink.com>
  7. Sender: usenet@worldlink.com
  8. Nntp-Posting-Host: 127.0.0.1
  9. Reply-To: chris.martin@amd.com
  10. Organization: Advanced Micro Devices, Inc.
  11. Date: Fri, 20 Nov 1992 01:52:21 GMT
  12. X-Mailer: PSILink-DOS (3.3)
  13. Lines: 27
  14.  
  15. >DATE:   Thu, 19 Nov 1992 14:05:03 GMT
  16. >FROM:   Thad Phetteplace x4461 <tdphette@mke.ab.com>
  17. >
  18. >menjan@cs.umb.edu (Men-Jan Lin) writes:
  19. >: 
  20. >: How can I know the RAM size of my Sun and HP workstation ?
  21. >: (not reboot)
  22. >: Thanks.
  23. >: 
  24. >: -Jane
  25. >
  26. >On a Sun you can run the dmesg command and print the messages from the
  27. >last boot. The RAM size should be in there.  Pipe it to 'grep mem' to
  28. >filter out other messages...
  29. >
  30. >dmesg | grep mem
  31. >
  32. >That should do it.  I don't know if you can do the same on an HP.
  33.  
  34.  
  35. There is a script (called MEMSIZE?? or something like that) that is 
  36. shipped with the compress distribution which does a good job of 
  37. determining physical memory on a variety of machines.  (dmesg only works 
  38. if the machine has been rebooted "recently".).
  39.  
  40. --Chris
  41.   chris@amd.com
  42.