- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: System CPU Usage
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
12-03-2002 07:49 AM
12-03-2002 07:49 AM
System CPU Usage
CPU usage is fairly consistently 100%, with %sys varying from 30-50%, and %usr consuming the remainder (there's 0% wio).
Disk usage is low, no large IO queuing, but runq regularly 6-10 (which for a single CPU I think is excessive!)
Highest system call CPU time user is read() (eg used cum. 15 sec CPU in 70second sample period, is this excessive?) so I assume this is partially what's causing the problem, but since I've ascertained that disk I/O isn't the issue, what's the best way of finding out what's doing so much read()ing?
If it's not this, any other general pointers would be good? If I have to ask for money for new CPU I'd at least like to be able to quantify the reasons.
Cheers Sy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2002 07:52 AM
12-03-2002 07:52 AM
Re: System CPU Usage
HTH
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2002 08:14 AM
12-03-2002 08:14 AM
Re: System CPU Usage
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2002 08:30 AM
12-03-2002 08:30 AM
Re: System CPU Usage
If you use the top command, can you see which processes uses most cpu time ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2002 08:39 AM
12-03-2002 08:39 AM
Re: System CPU Usage
However I've just shut down one of our applications (a scheduling system that sits on oracle) and the CPU has gone down to 20% usage, so I think I've found the culprit!
I'll do some digging with Glance on the particular processes for that app and see what that digs up.