Operating System - HP-UX
1833594 Members
3657 Online
110061 Solutions
New Discussion

Commands to see #CPU's, Frequency, Memory....

 
SOLVED
Go to solution
fly_fisher
Advisor

Commands to see #CPU's, Frequency, Memory....

Hi all,

I would like to ckeck #CPU's, their frequency, the available memory....without using SAM; Do you know some commands to see that? Do I need to be root to execute them?

Thank you very much,
Regards.
Catch and release !!!!!!
4 REPLIES 4
Michael Tully
Honored Contributor

Re: Commands to see #CPU's, Frequency, Memory....

Hi,

The simple answer is no.

You can see the number of CPU's using
the top command. If you want anything
further you may need root permission
like the usage of glance or swapinfo
if the appropriate privileges are not
available.

-Michael
Anyone for a Mutiny ?
Bill McNAMARA_1
Honored Contributor
Solution

Re: Commands to see #CPU's, Frequency, Memory....

1>
/opt/ignite/bin/print_manifest


2>
xstm (or mstm), select CPU and then tools-info-run

3>
pdcinfo
(usually under /usr/sbin/diag/contrib/

Although
model
should tell you too.

Later,
Bill
It works for me (tm)
Ian Dennison_1
Honored Contributor

Re: Commands to see #CPU's, Frequency, Memory....

Quick Answer for Memory,

'dmesg', and look for memory details, specifically the 'Physical' entry.

This is reliable but sometimes not possible, if many messages have been added to dmesg.

Cheers, Ian Dennison
Building a dumber user
Ruediger Noack
Valued Contributor

Re: Commands to see #CPU's, Frequency, Memory....

Hi,

for non-root:

sar -M 1 1
stm
grep Physical /var/adm/syslog/syslog.log

Ruediger