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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Getting Sun System Information 1

Status
Not open for further replies.

jtanner

Technical User
Feb 18, 2007
39
0
0
US
Hello all,

In a Bourne shell script I need your advice please on how to get some Sun UNIX system information. My goal is to set each item into a Bourne shell script variable.

Items Checking For:
* CPU Load (current_idle_time)
* Total RAM
* Available RAM

What can you recommend?


Thanks,

JT
 
Good morning,

for AIX there's this great tool topas ...

And as far as I know there's a similar tool called "top" available for SUN systems as well ...

Regards
Thomas
 
Hi again,

you might try the commands

iostat
vmstat
netstat

as well ...

Regards
Thomas
 
TSch,

Working with those tools was the trick.

Thanks,

JT
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top