- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- utilization (kernel/cpu/etc.) for troubleshooting
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
03-03-2011 06:00 AM
03-03-2011 06:00 AM
utilization (kernel/cpu/etc.) for troubleshooting
i have following problem. every day at a fix time a server (fortunately it is a test server/HPUX 11.31) have the same problems (100% CPU and it isn't possible to connect to ORACLE database(s) ). the ORACLE database parameter "process" is monitored and it is ok.
so we think about "kernel utilization". how can i detect the kernel utilization at a fix time ? i want to start "kcusage" in a loop at this time (in attachment) ?
also maybe "tusc" is a good tool to monitor ? but it has a lot of parameters ...
what other tools can i use ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2011 06:28 AM
03-03-2011 06:28 AM
Re: utilization (kernel/cpu/etc.) for troubleshooting
first check if there is a cron job or oracle job in that time, and you can also monitor which process is consuming cpu resources with top or glance. ps also gives processes with max cpu usage and sort it.
UNIX95= ps -e -o "pcpu vsz args" |sort -r | head -200
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2011 06:37 PM
03-04-2011 06:37 PM
Re: utilization (kernel/cpu/etc.) for troubleshooting
Do you have glance or caliper (Integrity)?
How long does it last?
>I want to start kcusage in a loop at this time?
You may want to add a sleep in your script.
>also maybe "tusc" is a good tool to monitor?
Unless you know what you are looking for, tusc wouldn't be a good perf monitoring tool.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2011 01:48 AM
03-14-2011 01:48 AM
Re: utilization (kernel/cpu/etc.) for troubleshooting
>How long does it last?
i have glance and heard a little bit about caliper , is it useful to learn more about caliper for monitoring?
>I want to start kcusage in a loop at this time?
> You may want to add a sleep in your script.
thx, i will do this.
we have now more informations, at the fix time many ORACLE jobs are triggered and we think it is no a kernel problem , it is a cpu problem ?
only we saw with "top" cpu(s) are 0% idle but we need more informations ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2011 03:44 AM
03-14-2011 03:44 AM
Re: utilization (kernel/cpu/etc.) for troubleshooting
You can use glance to look at the busy processes. You can also look to see what system calls they are making and what files are open.