- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: PERFORMANCE HELP!!!!
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-2003 07:06 AM
03-03-2003 07:06 AM
PERFORMANCE HELP!!!!
The customer is doing some load testing, and here is what I am seeing from iostat and vmstat.
From iostat, I have not seen ONE seek that is greater than one millisecond, so I am assuming IO is fine.
From vmstat, I see a run queue of anywhere from 15 to 19, but this is a load test, so it looks fine.
Scan rate is 0, so I know i am not seeing any memory issues, and the cpu time is generally around 75 % in user time and 25 % in system time.
These sound like pretty good numbers to me.
The Oracle database stats look fine also.
But from the clients homegrown app, they are having trouble obtaining some locks.
The thing is, based on what I have seen, this looks like an application issue, but the server looks like it performing fine.
If anyone has any thoughts or suggestions, I would really appreciate them.
If you would like to see the vmstat, iostat output, I can put that out here also.
Thanks in advance,
Brian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2003 07:08 AM
03-03-2003 07:08 AM
Re: PERFORMANCE HELP!!!!
How many procs per user process (maxuprc) do you have configured? This could cause locking issues with oracle.
Regards,
RZ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2003 07:10 AM
03-03-2003 07:10 AM
Re: PERFORMANCE HELP!!!!
"They are having trouble obtaining some locks"
Do you mean file locks? Do you have glance? If so, run it and hit 't' for the system tables report, and look at the percent used for nflocks. If you are at 100%, you need to increase that kernel parameter.
Hope it helps
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2003 07:10 AM
03-03-2003 07:10 AM
Re: PERFORMANCE HELP!!!!
Suggest you post the info.
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2003 07:12 AM
03-03-2003 07:12 AM
Re: PERFORMANCE HELP!!!!
The type of lock is a row level transaction lock in oracle.
not familiar with glance. where do i get it? or is it part of the o/s?
thanks,
brian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2003 07:12 AM
03-03-2003 07:12 AM
Re: PERFORMANCE HELP!!!!
Just to make sure, please post the following while the loadtest is going on.
sar 2 5
sar -d 2 5
sar -b 2 5
vmstat 2 5
swapinfo -t
sar -v 2 5
sar -q 2 5
Kernel parameters (kmtune -l q paramter)
timeslice
dbc_max_pct (or bufpages/nbuf)
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2003 07:13 AM
03-03-2003 07:13 AM
Re: PERFORMANCE HELP!!!!
Regards,
RZ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2003 07:15 AM
03-03-2003 07:15 AM
Re: PERFORMANCE HELP!!!!
Parameter Current Dyn Planned Module Version
===============================================================================
dbc_min_pct 5 - 5
# kmtune -q dbc_max_pct
Parameter Current Dyn Planned Module Version
===============================================================================
dbc_max_pct 50 - 50
# kmtune -q timeslice
Parameter Current Dyn Planned Module Version
===============================================================================
timeslice 10 - (100/10)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2003 07:17 AM
03-03-2003 07:17 AM
Re: PERFORMANCE HELP!!!!
sar -q
HP-UX HPUX1 B.11.11 U 9000/800 03/03/03
10:28:24 runq-sz %runocc swpq-sz %swpocc
10:28:26 4.8 100 0.0 0
10:28:28 5.5 100 0.0 0
10:28:30 4.5 100 0.0 0
10:28:32 5.8 100 0.0 0
10:28:34 7.2 100 0.0 0
Average 5.6 100 0.0 0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2003 07:25 AM
03-03-2003 07:25 AM
Re: PERFORMANCE HELP!!!!
50% of dbc_max_pct is not good. Depending on the memory and the processing power on your system, you may get into intermittent problems while syncer tries to flush the buffers.
Start with 400MB and increase it in the intervals of 100MB upto 700 MB and see which value gives you better performance.
Your sar -q does indicate that you are utilizing your cpu. Post the other sar outputs to get a better understanding.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2003 07:58 AM
03-03-2003 07:58 AM
Re: PERFORMANCE HELP!!!!
I was only collecting iostat/vmstat data during the run, I will get the rest of the sar output to you on our next run.
Here is the vmstat output.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2003 08:10 AM
03-03-2003 08:10 AM
Re: PERFORMANCE HELP!!!!
Here is the vmstat output, my next post will have the iostat output.
Thanks,
Brian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2003 08:28 AM
03-03-2003 08:28 AM
Re: PERFORMANCE HELP!!!!
Gettig ready to kick off another test, i will collect sar data for that one.
Also, I realize that 15 procs in the run queue is cpu bound, its a load test, i expect it. I am trying to prove to some people that it is cpu, not memory or io..
Thanks,
Brian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2003 12:26 AM
03-04-2003 12:26 AM
Re: PERFORMANCE HELP!!!!
You need to use one of the Oracle tools to examine this, but I don't think there are any that are free.
Here we use OEM (Oracle Enterprise Manager), which has a Tuning Pack option which can show locks and other potential problems.
http://otn.oracle.com/products/oem/content.html
There are 3rd party tools also - spotlight from Quest for example.
http://www.quest.com/quest_central/qco/performance_diagnostics/
If your application is bought in as opposed to home grown, then contact the vendor.
If you don't want to do any of these, then all the info you need is available within Oracle's dictionary tables and views, but getting it out and interpreting it is a job for an expert.
--Graham