[comp.sys.apollo] How much memory?

thompson@pan.ssec.honeywell.com (John Thompson) (03/29/91)

> I'm new to the world of Apollos, so forgive me if this is an easy one:
Welcome!!!  We like the easy ones!

> How do I find out how much memory is in a DN3550 (running 10.3), short of
> popping the case?  
In Aegis, '/com/netstat' will tell you.  '/com/netstat -c' gives a longer
configuration.  If you _really_ want only the memory values, then you could
pipe the output to 'fpat' (like grep, only better :-)
    /com/netstat -c -n //nodename | /com/fpat "mb of memory"


-- jt --
John Thompson
Honeywell, SSEC
Plymouth, MN  55441
thompson@pan.ssec.honeywell.com

Me?  Represent Honeywell?  You've GOT to be kidding!!!

jak@interlan.Interlan.COM (Jeff Koehler) (03/29/91)

     use '/com/netstat' (NOT the Unix version)
-- 
                                                      Jak
.............................................................................
Sr Hardware Engineer               .    Jeff Koehler
Racal InterLan, Inc.               .    jak@interlan.com

krowitz@richter.mit.edu (David Krowitz) (03/29/91)

Use the command /etc/nodestat.

For you Aegis users, this is what /com/netstat points at.


 -- David Krowitz

krowitz@richter.mit.edu   (18.83.0.109)
krowitz%richter.mit.edu@eddie.mit.edu
krowitz%richter.mit.edu@mitvma.bitnet
(in order of decreasing preference)

krowitz@RICHTER.MIT.EDU (David Krowitz) (03/29/91)

Under SR10.x, /com/netstat is a symbolic link to "../etc/nodestat" 
(ie. /etc/nodestat).

== Dave