- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Why is sys cpu so high?
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
Discussions
Discussions
Discussions
Forums
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
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
тАО05-30-2003 03:30 AM
тАО05-30-2003 03:30 AM
Why is sys cpu so high?
For the majority of the day yesterday the HP box ran fine. However, from 10am to 11am the sys cpu numbers from top when to > 90% and the user processes slowed to a crawl. At 11am sys cpu when down to around 13% and the user processes ran normally.
What could cause sys cpu go so high for so long? What does sys cpu accually mean (i.e. what was going on)? Can this be caused by users or is there an O/S problem that I need to address?
Next time it happens, I would like to address it quickly.
Thanks,
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-30-2003 03:37 AM
тАО05-30-2003 03:37 AM
Re: Why is sys cpu so high?
I believe SYS CPU means the resources occupied by the system process,Is there any cron jobs assigned between 10-11am??.If yes then I would like to know what job it is,well i dont know weather cron takes sys or usr, but i believe it must be taking sys resources.
Regards,
Rajesh G.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-30-2003 03:43 AM
тАО05-30-2003 03:43 AM
Re: Why is sys cpu so high?
sys cpu is the time spend on "system call". Ie the time spend to open/read/write/memory managment/etc.... each function that UNIX is UNIX. So a so hight system time means probably that your system was doing something wrong: trashing because too few memory, trashing buffer cache, or lan driver trashing because too many packet in, etc.... The problems can be also a user problem: try to create a small C prog that do always fork/exit and your system will be completly down (fork is really time consuming for kernel). Because we don't have any cristal ball, I thnink the best is to have an eye on tools like top/glance/MWA in order to determine what was wrong at this time, in order to determine which syscall(s) was eating all CPU.
Cheers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-30-2003 03:44 AM
тАО05-30-2003 03:44 AM
Re: Why is sys cpu so high?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-30-2003 03:52 AM
тАО05-30-2003 03:52 AM
Re: Why is sys cpu so high?
what process had the highest cpu slice ?
May be with this information we could understand better your problem.
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-30-2003 04:20 AM
тАО05-30-2003 04:20 AM
Re: Why is sys cpu so high?
Setup and use sar - man sar - also search the forum for sar.
Without data from when the machine ran slow we are only guessing as to what slowed it down.
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-30-2003 05:26 AM
тАО05-30-2003 05:26 AM
Re: Why is sys cpu so high?
Unfortunately MUCH more info would be needed to even begin to guess what happened.
But, if CPU usage went WAY up and the vast majority was SYS, then something was going on that caused the kernel to monopolize the CPUs.
We'd need to know what memory, swap & disk I/O was at that time to give you any hints.
I'd suspect that something either broke or ranaway & caused the kernel to spend enormous amounts of time handling it.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-30-2003 06:31 AM
тАО05-30-2003 06:31 AM
Re: Why is sys cpu so high?
It is also possible that a program that performs network queries (perhaps Xwindows) goes awry and generates hundreds of queries per second. The high system overhead would also be accompanied by high LAN traffic. This often happens with Xwindows and unstable PC-based Xwindow emulators, or unstable users that trash their PC rather than gracefully signing off from all remote applications. A runaway Xwindow program can generate 40% system overhead and hundreds of packets/sec.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-03-2003 04:36 AM
тАО06-03-2003 04:36 AM
Re: Why is sys cpu so high?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-03-2003 04:58 AM
тАО06-03-2003 04:58 AM
Re: Why is sys cpu so high?
-running backups
-applications (oracle/SAP/etc..)
-intensive scirpts
-even performance monitors can effect the systems performance
I would recommend using the tools perfview and measureware. This can let you know exactly what is gong on. you can look at the most minute details of the systems performance and what processes are running. We use this tool and it's fantastic.