how do I show amount of memory?
    David Barrett 
    dbb at riscy.dec.com
       
    Sat Jun  3 03:18:40 AEST 1989
    
    
  
In article <156 at wbcs.UUCP>, doug at wbcs.UUCP (Doug Kratky) writes:
> Is there a command in ULTRIX that will show the amount of
> physical memory installed on a system?
The uerf(8) command displays a report of ongoing system events, including system startup
information, which just happens to include the physical memory installed in the system 
("real mem").  This display is typically quite long and prints to stdout, so piping it through 
"more" is a good idea. 
----------------------------------
David Barrett		 		UUCP:	...!decwrl!riscy.dec.com!dbb
Digital Equipment Corporation
New York ULTRIX Resource Center		INET:	dbb at riscy.dec.com
These opinions are mine, all mine!!!  Digital may or may not wish to agree...
    
    
More information about the Comp.unix.ultrix
mailing list