- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to find process C.P.U Utilization ?
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
07-04-2012 06:17 AM
07-04-2012 06:17 AM
How to find process C.P.U Utilization ?
hi ,
please i need help ..
i have to track the processes which r consuming more cpu utilization..
neeed command sfor this in HP-UX Box.
Regards,
appu.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2012 11:28 AM
07-04-2012 11:28 AM
Re: How to find process C.P.U Utilization ?
The command is called: top
It will sort all the processes in order of CPU usage.
Bill Hassell, sysadmin
- Tags:
- top
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2012 07:30 PM
07-05-2012 07:30 PM
Re: How to find process C.P.U Utilization ?
As Bill said, top is the command
The following command also will list process sorted on the basis of CPU usage
UNIX95= ps -ef -o pcpu,ruser,comm | sort -rn | head
You can use “glance” command if you have it installed on your system.
This can give you a lot more information and options to analyze performance issues
It is also good to OVPA (openview performance agents) configured. This will capture your server resource utilization data and is very useful as you will able to see the utilization at any given time in the past.
- Tags:
- glance