- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to show cpu info in hp-ux 10.20.
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2002 11:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2002 11:19 AM
01-04-2002 11:19 AM
Re: How to show cpu info in hp-ux 10.20.
the best is
# top
there is also
vmstat 1 10
sar 2 10
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2002 11:19 AM
01-04-2002 11:19 AM
Re: How to show cpu info in hp-ux 10.20.
there are several standard tools like:
sar -M
sar -q (moment and history)
top (moment)
HP tools like:
glance (moment)
perview (history)
if you install diagnostics you can get firmware revisions etc.
Hope this will help,
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2002 11:22 AM
01-04-2002 11:22 AM
Re: How to show cpu info in hp-ux 10.20.
See man pages of these commands:
# top
# sar
# vmstat
Also if you have glance, that will give you a better option.
Also r u looking for PRM too?
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2002 11:27 AM
01-04-2002 11:27 AM
Re: How to show cpu info in hp-ux 10.20.
Sar -M - Works well.
Top
Glance - excellent tool but not free.
Vmstat
All good tools, check out the man pages on them.
Good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2002 11:27 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2002 11:32 AM
01-04-2002 11:32 AM
Re: How to show cpu info in hp-ux 10.20.
Here are a couple:
CPU SPEED
echo itick_per_tick/D | adb /stand/kmem
BITS
get_conf KERNEL_BITS
# CPUs
sar -Mu 1 1 | awk 'END '{print $NR -5}'
(This one-liner from JRF and I like it!)
Many other posts with much info available
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2002 11:39 AM
01-04-2002 11:39 AM
Re: How to show cpu info in hp-ux 10.20.
Thanks! ...but it should read (to echo the number of CPUs) ;-)
# sar -Mu 1 1 | awk 'END {print NR-5}'
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2002 11:57 AM
01-04-2002 11:57 AM
Re: How to show cpu info in hp-ux 10.20.
Thanks for the correction - thinking about the EOD on this Friday!
(The weekend is fast approaching!)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2002 12:10 PM
01-04-2002 12:10 PM