Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Solaris meminfo or free command 2

Status
Not open for further replies.

SteveR77

Programmer
Sep 18, 2000
813
US
I know this should be easier than it is.

I am attempting to find a command in the Solaris OS environment that will give me something like top, free or meminfo in the Linux enviroment.

Thanks in advance,


Steve
 
top is available for Solaris from though I think it's also included in the Solaris 8 distribution.

There is also a perl (which again can be obtained from sunfreeware.com) utility called memconf which you may wish to consider - see


or do a Google for memconf.

/usr/platform/`uname -m`/sbin/prtdiag -v

will give you other useful information about your machine.

HTH.
 
Thank Ken.

memconf was what I was attempting to remember.
 
prtconf | grep -i mem
sysdef | grep -i mem

vlad
+----------------------------+
| #include<disclaimer.h> |
+----------------------------+
 
Thanks vlad.

I'll make sure to keep these options in mind as well.

What I was looking for was something that was a bit more dynamic in showing what the current memory utilization was but what you provided is helpful as well.

Thanks once again.

Steve
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top