Operating System - Tru64 Unix
1752793 Members
6172 Online
108789 Solutions
New Discussion юеВ

how to show cpu speed and memory?

 
SOLVED
Go to solution
Jefferson_6
Frequent Advisor

how to show cpu speed and memory?

hi guys, i wanted to know the cpu speed and my memory for my servers.where can i see it? im doing some inventory on my servers.tia
6 REPLIES 6
Vladimir Fabecic
Honored Contributor
Solution

Re: how to show cpu speed and memory?

CPU:
# psrinfo -v
Memory:
# vmstat -P
In vino veritas, in VMS cluster
Jefferson_6
Frequent Advisor

Re: how to show cpu speed and memory?

thanks a lot =)
Jefferson_6
Frequent Advisor

Re: how to show cpu speed and memory?

another thing is the hard disk capacity ?
Ivan Ferreira
Honored Contributor

Re: how to show cpu speed and memory?

You can use disklabel -r, or

hwmgr get attr -id -a capacity

where you get using hwmgr v d
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Jefferson_6
Frequent Advisor

Re: how to show cpu speed and memory?

# /usr/sbin/disklabel -r
Usage:
Read 'in-memory copy' of label:
disklabel disk

Read 'on-disk copy' of label:
disklabel -r disk

Read label from image file:
disklabel [-r] -f filename
i got this ...
i just want to know the capacity of my hard disk e.g.20G
Venkatesh BL
Honored Contributor

Re: how to show cpu speed and memory?

# /usr/sbin/disklabel -r

For example, if your disk is dsk20, you do:
# /usr/sbin/disklabel -r dsk20c