- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Kernel semaphore operations per second
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
05-27-2002 06:16 PM
05-27-2002 06:16 PM
Kernel semaphore operations per second
I'm using some performance monitoring s/w on three HP/9000's I administer. The production box is a N4000-55. The s/w has been complaining about the numner of kernel semaphore operations per second going above a threshold of 100. I think that the threshold probably needs adjusting, but I can't find any documentation about what is a normal level of kernel semaphore ops/sec for a given spec of system. Does anyone have any information about what is a normal level for this metric?
Thanks in advance,
Mark C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2002 06:57 PM
05-27-2002 06:57 PM
Re: Kernel semaphore operations per second
This metric and many others in your kernel are really determined by the application that is being used. What application are you running
and what are the current kernel parameters?
Here's how to get your current kernel parameters if you don't know how.
# cd /stand/build
# /usr/lbin/sysadm/system_prep -s test
Post a copy of this file 'test'
~Michael~
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2002 07:06 PM
05-27-2002 07:06 PM
Re: Kernel semaphore operations per second
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2002 07:08 PM
05-27-2002 07:08 PM
Re: Kernel semaphore operations per second
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2002 07:52 PM
05-27-2002 07:52 PM
Re: Kernel semaphore operations per second
I would make the following changes to your
kernel for these. I don't run Oracle, but
I do run Informix, and I'm sure these will
help.
semmni 8192
semmns 16384
semmnu 4096
semume 128
semvmx 65535
Cheers
~Michael~