1748181 Members
3903 Online
108759 Solutions
New Discussion юеВ

CPU utilization

 
SOLVED
Go to solution
Shils
Occasional Contributor

CPU utilization

What are the tools or commnads we can use to find out the current cpu utilization on a server? Also, which commands will show us the entire configuration of the server?
Please help.

Thanks in advance-
6 REPLIES 6
rariasn
Honored Contributor

Re: CPU utilization

Hi,

# top

# /opt/ignite/bin/print_manifest

rgs,
щ╗ЮчЗГ
Valued Contributor

Re: CPU utilization

For cpu utilization,
Use top, glance, sar

For configuration,

print_manifest or you can use ioscan -fn, which will list all the devices.

regards!
Man's mind, once stretched by a new idea, never regains its original dimensions
Ganesan R
Honored Contributor

Re: CPU utilization

Hi,

#use top, sar, Glance, measureware commands/tools to know resource utilisation.

To know the system configuraion, you can use commands like macinfo, cstm, print_manifest.
Best wishes,

Ganesh.
likid0
Honored Contributor
Solution

Re: CPU utilization

Hy for cpu:

#top
#sar -u 1 10 <--general cpu
#sar -M 1 10 <-- load per processor
#glance (if you have it installed)


For the server config, you also have:

#machinfo (if you have 11v2 or 11v3)

you can also install cfg2html a great info to keep in somewhere safe:

Download from:
http://tech.groups.yahoo.com/group/cfg2html/
Windows?, no thanks
smatador
Honored Contributor

Re: CPU utilization

Hi,
Don't forget cfg2html to view the entire configuration for me better than print_manifest
http://www.cfg2html.com/
for cpu, glance -a or -c & sar -uM 5 5
Shils
Occasional Contributor

Re: CPU utilization

Thanks everyone for your help.

Shils -