- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Some Performance issues
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
08-23-2006 10:50 PM
08-23-2006 10:50 PM
I have 8 processors and 16 gb memory .All processors are acyive as per top and I checked using SAM.
The only problem I am finding is the
device %busy avque r+w/s blks/s
c3t0d3 100.00 0.50 232 7065
or some times at 79% busy.
This disc is used to hold the data base.
Now our capacity team suggest that eventhough the processors are showing as 8 active only 2 are active in the system as of now. (The system is fooling OS!!!). Also they are saying that there are a reduction in the system calls recently which also points to the same problem that active CPUs are redused.
Could you suggest me other than checking with top or sam how do we find out the active CPUs?
Also how do we find the number of system calls ?
Any other recommendation on this is also highly aprciated.
Thanks in advance.
S.O
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2006 11:10 PM
08-23-2006 11:10 PM
Solutionohh, you forgot to mention what OS are you using,
for 11.11 to find out how many procs are in use:
echo runningprocs/D | adb -k /stand/vmunix /dev/mem
Also if you want data cpu load for each proc run this command
sar -Mu 5 100
Regards,
Jaime.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2006 11:21 PM
08-23-2006 11:21 PM
Re: Some Performance issues
I am using Hpux 11:00. Hence your fisrt command is not working.
Any other options ? Also how do i find the number of system calls ?
Thanks
S.O
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2006 11:26 PM
08-23-2006 11:26 PM
Re: Some Performance issues
The only solution to finding out program details is to use gloance, a priced product from HP. No other tools provides the detail that you need to solve these types of problems. And if you are using Oracle, the statpak tool is also invaluable.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2006 11:32 PM
08-23-2006 11:32 PM
Re: Some Performance issues
1) Another way to see CPU utilization (note that CPU# does not appear):
# UNIX95=1 ps -e -o pcpu,pid,ppid,user,vsz,args | sort -n -k1
2) System calls:
# sar -c 5 100
# glance -Y
PCS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2006 11:37 PM
08-23-2006 11:37 PM
Re: Some Performance issues
I hope this helps, the proc command is almost identical,
Try this one for procs then to see if it works:
echo "runningprocs/D" | adb -k /stand/vmunix /dev/mem
And this link should answer your question about system calls.
Regards,
Jaime.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2006 11:38 PM
08-23-2006 11:38 PM
Re: Some Performance issues
Now let us assume that my server ans OS is fine, here is where I am challenged by the capacity team.
s.o
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2006 11:38 PM
08-23-2006 11:38 PM
Re: Some Performance issues
http://www.faqs.org/faqs/hp/hpux-faq/section-200.html
Sorry,
Jaime.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2006 12:00 AM
08-24-2006 12:00 AM
Re: Some Performance issues
Another thing to note is system tweaking will not gain you much performance in a database. maybe 10-20% increase. While database tweaking the gains can be much higher.
So you might suggest to your dba's that they look and see what they can maybe tweak from their side. Specifically what part of the database is on c3t0d0? If possible move some of the busy tables to another less busy disk.
Are your disks external on an array? If so do they have multiple paths? If so are you spreading the IO down both paths? This may or may not be a problem. But it is worth looking into.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2006 12:15 AM
08-24-2006 12:15 AM
Re: Some Performance issues
Best Doc for Oracle
http://www1.itrc.hp.com/service/cki/search.do?searchString=UPERFKBAN00000726&docType=Security&docType=Patch&docType=EngineerNotes&docType=BugReports&docType=Hardware&docType=ReferenceMaterials&docType=ThirdParty&searchCrit=allwords&search.x=28&admit=-682735245+1156421605815+28353475&category=c0&mode=id&search.y=8
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2006 12:30 AM
08-24-2006 12:30 AM
Re: Some Performance issues
you don't mention the signals for the performance degrade. Are database processes running slower or response times longer?
If your machine has not changed, something else must have. Has the code changed, are there more users, are process/disk intensive processes running not in their normal timeslot.
If for example an user is running an import, whilst other users are using the DB everything would slow down.
From a Performance Tuning book :
"Programs - 60%
System Design - 20%
Database Engine - 17.5%
System Problems - 2.5% "