home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / unix / ultrix / 9425 < prev    next >
Encoding:
Text File  |  1993-01-21  |  1.5 KB  |  45 lines

  1. Newsgroups: comp.unix.ultrix
  2. Path: sparky!uunet!haven.umd.edu!decuac!pa.dec.com!engage.pko.dec.com!nntpd.lkg.dec.com!nntpd2.cxo.dec.com!nabeth!alan
  3. From: alan@nabeth.enet.dec.com (Alan Rollow - Alan's Home for Wayward Tumbleweeds.)
  4. Subject: Re: Phys. memory info
  5. Message-ID: <1993Jan22.032720.6437@nntpd2.cxo.dec.com>
  6. Lines: 32
  7. Sender: alan@nabeth (Alan Rollow - Alan's Home for Wayward Tumbleweeds.)
  8. Reply-To: alan@nabeth.enet.dec.com (Alan Rollow - Alan's Home for Wayward Tumbleweeds.)
  9. Organization: Digital Equipment Corporation
  10. References:  <1993Jan21.224357.6232@magnus.acs.ohio-state.edu>
  11. Date: Fri, 22 Jan 1993 03:27:20 GMT
  12.  
  13.  
  14. In article <1993Jan21.224357.6232@magnus.acs.ohio-state.edu>, DAVISM@kcgl1.eng.ohio-state.edu (Michael T. Davis) writes:
  15. >
  16. >    (Please excuse my ignorance of Ultrix; I'm used to dealing with VMS.)
  17. >Is there any way to determine how much physical memory is attached to a
  18. >5000/240 without resorting to console mode?  In particular, is there a command
  19. >similar to VMS' SHOW MEMORY command?
  20.  
  21. All the methods with which I am familiar require read access to
  22. /dev/kmem.  There aren't any unprivileged programs on the distribution
  23. to get that information.รก  Given these restrictions some things to do
  24. are:
  25.  
  26. dbx -k /vmunix /dev/mem
  27. (dbx) print physmem
  28.  
  29. crash
  30. > od physmem
  31.  
  32. wc -c /dev/mem
  33.  
  34. sizer(8).  There isn't a strict option for getting the information,
  35. but making a configuration file, will get it.
  36.  
  37. >
  38. >                            Thanks,
  39. >                             Mike
  40. >--
  41. > Internet: davism@KCGL1.eng.ohio-state.edu
  42. --
  43. Alan Rollow                alan@nabeth.cxo.dec.com
  44.  
  45.