- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Performance problem?
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
12-30-2004 06:35 AM
12-30-2004 06:35 AM
Mott Given
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2004 06:44 AM
12-30-2004 06:44 AM
Re: Performance problem?
Whats running on the box and why do so many processes being spawned and orphaned?
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
12-30-2004 06:46 AM
12-30-2004 06:46 AM
Re: Performance problem?
Mott
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2004 06:50 AM
12-30-2004 06:50 AM
SolutionMaybe this could explain why there is so much paging,
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000063237969
The itrc doc id is S3100003449.
The pagingis probably being done some application code.
Also the number of defunct processes you hve mentioned should be a matter of concern if it is not known how they are being created. Cleaning them periodically is a good thing, but you need to find out, why they are getting created in the first place.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2004 06:52 AM
12-30-2004 06:52 AM
Re: Performance problem?
The other application may be the issue. You should check the ownership of the defunct processes. If it ties back to the user id that owns application then follow up with that vendor for your next step.
If it ties back to the oracle binary owner then file a tar at http://metalink.oracle.com
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
12-30-2004 06:57 AM
12-30-2004 06:57 AM
Re: Performance problem?
I don't see it contributing to the defuct process, but if full table scans are being used because of the lack of indexes (or cost vs rule based optimization changes cause indexes to be ignored)waiting for i/o can go way up.
sar -b can show how much is being read from buffers, and if reads are low (ours run in the high 90%) system can spend much time trying to find a block, while it reads in tons of table info.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2005 12:44 AM
01-03-2005 12:44 AM