Solaris / OpenSolarisThis forum is for the discussion of Solaris and OpenSolaris.
General Sun, SunOS and Sparc related questions also go here.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I am trying to check the memory of my Solaris 10 10/09 s10s_u8wos_08a SPARC box
I am a newbie in Solaris commands hence i surfed the web which yielded in top and free commands but both these commands were not be found .Maybe they are not properly installed
Please could anyone guide me how to install top and free .I checked sunfreeware.com for any packages but couldnt find anything useful
# sar -r
sar: can't open /var/adm/sa/sa27
No such file or directory
Well, sar is usually run from a cronjob to gather statistics in the file /var/adm/sa/sadd (where dd is the current date). You can run it from command line like this:
Code:
sar -r 10 6
The above command runs every 10sec and gives 6 reports (i.e. memory usage in a minute). You might take a took here for more details
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.