- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- 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-05-2004 10:57 PM
12-05-2004 10:57 PM
performance problem
problems :
1.when we run a "sar -m 5 5" the stats returned are in a 5:1 ratio (msg/s : sema/s). Is this OK or is it
an issue? The value for dbc_max_pct is at 7% & dbc_min_pct at 5%.
If anyone could provide some assistance regarding the above it would be most appreciated.
Thanks in advance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2004 11:08 PM
12-05-2004 11:08 PM
Re: performance problem
See if the following is useful, there one
HPUX perf CookBook as part of the discussion.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=467288
HTH -vishwas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2004 11:10 PM
12-05-2004 11:10 PM
Re: performance problem
We have gone through the pdf but there is no explanation regarding the "sar -m" stats or whether ot not the dbc_max/min_pct is correct?
Thanks in advance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2004 11:25 PM
12-05-2004 11:25 PM
Re: performance problem
I don't think you should have a specific ratio between message operations per second and semaphore operations per seconds.
Regarding your buffer size, 7% is ~290Mb.
We fixed our buffer to 300Mb on HPUX 11.0 and have no issue with it.
What are the performance issue symptoms ?
What kind of processing are you doing on this server ?
Regards
Jean-Luc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2004 11:53 PM
12-05-2004 11:53 PM
Re: performance problem
We have 3rd party clients/card cages that via TCP/IP communicate with the server.Currently we seing that there
are connectings being made but no acknowledgement messages are being sent back from the server to the clients.
The commands used was nestat -s.
Any idea how we can determine what is causing the commmunication process not to complete?
Thanks in advance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2004 12:28 AM
12-06-2004 12:28 AM
Re: performance problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2004 12:31 AM
12-06-2004 12:31 AM
Re: performance problem
There is absolutely little if not no connection between dbc_*_pct and the stats displayed by sar -m 5 5.
The first column shows message queue operations where as the second one is semaphore. I wouldn't try to compare the relation between them.
Why are you thinking that there is a performance issue on the system?
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2004 12:43 AM
12-06-2004 12:43 AM
Re: performance problem
The server has clients that are realtime attempting to send data to the server via tcp/ip.
The server itself has an application running on it which should be able to gather realtime
data off the clients but no data is being propagated through to the application via the server.
The "sar -m" was used to try and see what performance is based on message counts.
Any help would be most appreciated!