- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- system processes consuming high CPU resource.
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
04-01-2004 05:39 AM
04-01-2004 05:39 AM
system processes consuming high CPU resource.
I have HP9000/K380 server with three 240 Mhz CPU.
When i looked at the top o/p the system parameter consuming high cpu...it is varying from 0% to 70%...But no one system processes consuming more than 3% of CPU individually..
"vhand" process consuming 3% of CPU even though there is no much Paging.
Can somebody please guide me how to resolve this issue..
Waiting for your prompt reply.
Thanks & Regards,
Phani Varma P.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2004 06:47 AM
04-01-2004 06:47 AM
Re: system processes consuming high CPU resource.
Also, many times on a small box with few cpu, you will see a "favorite" cpu based on the "shortness" of the path.
Are all or most of these procs on one CPU?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2004 07:26 AM
04-01-2004 07:26 AM
Re: system processes consuming high CPU resource.
Thanks for your response..Please find the attached sar o/p on this server.
One month back server was rebooted with HPMC, & found it is becasue of Cache parity error on one of the CPU..But we have not changed it..server is up & running fine..
Phani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2004 07:41 AM
04-01-2004 07:41 AM
Re: system processes consuming high CPU resource.
Show the whole day of the occurences you are concerned with.
Are these few hours what you are worried about?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2004 07:43 AM
04-01-2004 07:43 AM
Re: system processes consuming high CPU resource.
What you show is not unusual, imho. but it may be for your environment. Just b/c one cpu is at 70% is not a great concern to me.
If you can give a bit of detail on your normal day, it would be great.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2004 08:26 AM
04-01-2004 08:26 AM
Re: system processes consuming high CPU resource.
I am waiting for my user's response on the server's performance in 1 Hr. time...becasue they are facing performance issue in the night time..
If you are available for some time, so that i can send you o/p of below commands.
# sar -uM 2 50
# sar -d 2 50
# vmstat 2 50
Thanks,
Phani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2004 09:01 AM
04-01-2004 09:01 AM
Re: system processes consuming high CPU resource.
# UNIX95= ps -ef -o pid,ppid,pcpu,args | sort -nbk 3 | tail -10
Post the output
Sundar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2004 09:13 AM
04-01-2004 09:13 AM
Re: system processes consuming high CPU resource.
Please find the attached doc with o/p which u requested.
-o is not available in hp-ux.
Thanks,
Phani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2004 03:49 PM
04-01-2004 03:49 PM
Re: system processes consuming high CPU resource.
Are you kidding me ? :-) . I copied and pasted the command line from my test HP-UX box.
# UNIX95= ps -ef -o pid,ppid,pcpu,args | sort -nbk 3 | tail -10
Make sure there is a space after UNIX95=
or try this
# export UNIX95=1
# ps -ef -o pid,ppid,pcpu,args | sort -nbk 3 | tail -10
# unset UNIX95
Sundar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2004 12:30 AM
04-02-2004 12:30 AM
Re: system processes consuming high CPU resource.
I am not sure which HP-UX OS Version you are using..i didn't find the -o option in 10.20 & 11.11 as well.
# uname -a
HP-UX suboz039 B.11.11 U 9000/800 818622396 unlimited-user license
#
# ps -ef -o pid,ppid,pcpu,args | sort -nbk 3 | tail -10
ps: illegal option -- o
usage: ps [-edaxflP] [-u ulist] [-g glist] [-p plist] [-t tlist] [-R prmgroup]
Thanx,
Phani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2004 12:35 AM
04-02-2004 12:35 AM
Re: system processes consuming high CPU resource.
Just do as follows.
UNIX95= ps -ef -o "all options here"
This will work. Post the output.
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2004 12:40 AM
04-02-2004 12:40 AM
Re: system processes consuming high CPU resource.
Thanx for your information..please find the below o/p
suboz026:/ > UNIX95= ps -ef -o "pid,ppid,pcpu,args"| sort -nbk 3 | tail -10
29669 19130 0 sh -c $GEMMS_ADDON/start_prem_scr
29670 29669 0 /PRDRS_cust_appl/add_on/start_prem_scr /PRDRS_cust_appl/add_
29679 29670 0 runform30x -c sc_appl:vt220 /PRDRS_cust_appl/add_on/prem_scr
29687 29679 0 oraclePRDFC (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq))
29800 1 0 /PRDRS_cust_appl/osb/program/killer.sh /PRDRS_cust_appl/osb/
29803 29800 0 sleep 1200
29834 1480 0 telnetd
29835 29834 0 -ksh
29913 1 0 oraclePRDNR (LOCAL=NO)
27488 1 1 oraclePRDNR (LOCAL=NO)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2004 12:42 AM
04-02-2004 12:42 AM
Re: system processes consuming high CPU resource.
Since you have sar history on, try comparing a day's worth of sar with some from 2 weeks ago. Disk re- reads, as when a disk is starting to go bad, should show up as w i/o, but the real number to see is the sar -d service time. A network problem could show as nothing more thatn Hhigh system usage. Don't forget to look at name resolution. Changes here can hide themselves pretty well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2004 12:51 AM
04-02-2004 12:51 AM
Re: system processes consuming high CPU resource.
Please find the attached sar o/p on CPU & disk i/o when the end users experienced performance issues.
Thanx,
Phani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2004 12:54 AM
04-02-2004 12:54 AM
Re: system processes consuming high CPU resource.
Did you look at swapinfo -mat, if vhand is in play system is paging out. Do get you get any pageouts in vmstat 5 5?
If not you should not worry about it. The point here is if enough CPU is avilable to users or not?
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2004 12:58 AM
04-02-2004 12:58 AM
Re: system processes consuming high CPU resource.
I have just replied to doug's message with all the o/p which you have asked..
Please find the attached o/p in my last message.
Thanx,
Phani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2004 01:06 AM
04-02-2004 01:06 AM
Re: system processes consuming high CPU resource.
But for disk c8t3d3, what is the problem? The % wait time, %serve time, %busy -- everything is high. What applications you run on this machine? What is causing performance problem for disk-c8t3d3. What are your buffer settings- dbc_max_pct and dbc_min_pct?
What is swap size and how it is configured.
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2004 02:01 AM
04-02-2004 02:01 AM
Re: system processes consuming high CPU resource.
What applications you run on this machine?
Running Oracle Databse on this LUN
What is causing performance problem for disk-c8t3d3. What are your buffer settings- dbc_max_pct and dbc_min_pct?
Disk i/o going high because of the Oracle Databse HOT backup ( exp & compress ).
dbc_max_pct 50 - - -
dbc_min_pct 5 - - -
Physical Memory : 1.2 GB
Swap Defined : 1:5 GB
What is swap size and how it is configured.
The existing swap is Primary Swap ( Device Swap on root disk )..no secondary swap configured.
Thanx,
Phani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2004 02:21 AM
04-02-2004 02:21 AM
Re: system processes consuming high CPU resource.
About your dbc_max_pct and dbc_min_pct. The setting dc_max_pct is too high. In fact it default. That means buffer cache varies from 60mb to 600mb. are you getting it used?
Check sar -b and %rcache. If it is more than 90 % most of the time, you are effectively using it. Otherwise there is no need to set it that high. You can set dbc_max_pct to 10/15 %. This will give more memory to users and less memeory to system. You can it with glance -m
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2004 05:52 AM
04-05-2004 05:52 AM
Re: system processes consuming high CPU resource.
The read cache utilzation is 100% & write cache utilization is on an average 98%..
What i observed was the 'sys' CPU utilization is high, when compared to other servers..
How to find out which system process is consuming high CPU ?
Regards,
Phani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2004 05:06 AM
06-03-2004 05:06 AM