- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: CPU status
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
06-16-2002 07:00 PM
06-16-2002 07:00 PM
CPU status
Is there any command available to show the individual CPU status like mpstat on solaris?
vmstat only will show only average for all CPUs.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2002 07:04 PM
06-16-2002 07:04 PM
Re: CPU status
The 'top' command will show you each individaul CPU load. You can also get snapshot into a file, using 'top -f'
HTH
~Michael~
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2002 09:00 PM
06-16-2002 09:00 PM
Re: CPU status
use this
#sar -M 1 10
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2002 09:11 PM
06-16-2002 09:11 PM
Re: CPU status
A plus named GlancePlus, which has TUI or GUI will help you monitoring your CPU and other devices conveniently. However, I don't know where to download it. Perhaps it is inclued in the addtional plus CD of OS.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2002 11:46 PM
06-16-2002 11:46 PM
Re: CPU status
You can use top to see the status of the individual cpu it will show the load,user,idle and etc info regarding the cpu.
You can also use the Glance Plus(GUI)to get the cpu info in more interactive way.
That's all from me
Regards
Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2002 01:19 AM
06-17-2002 01:19 AM
Re: CPU status
e.g. vmstat -S -n 5 6
shows a line (user/sys/idle) for each cpu.
All the other solutions posted are at least as good as this anyway.