- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Semaphore Usage
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-31-2001 06:16 AM
08-31-2001 06:16 AM
Please advise?
Vito
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2001 06:21 AM
08-31-2001 06:21 AM
Re: Semaphore Usage
sar -m 2 20 gives the the number of semaphore open calls averaged every 2 seconds for 20 iterations.
If you want it for the last day, you need to enable sar to collect the information for you.
Check the man page for sadc.
You just need to place an entry in your crontab like this
20 * * * * /usr/lbin/sa/sa1 1200 3
Create a directory /var/adm/sa to store the reports.
Then you can use sar -m with -s and -e options to get the information you want.
-Sri
PS: You can get better information of IPC usage if you have Glance+ installed.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2001 06:37 AM
08-31-2001 06:37 AM
Re: Semaphore Usage
I did not have sadc enabled and setup in cron but still want to see what happened last night?
Vito
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2001 06:41 AM
08-31-2001 06:41 AM
SolutionDATA TYPE GLOBAL
DATE
TIME
TBL_SHMEM_TABLE_UTIL
TBL_SEM_TABLE_UTIL
TBL_MSG_TABLE_UTIL
Now run extract with interactive mode and guide option and specify this file as the report file. You can specify the duration that you want and it will generate the out files called xfrdGLOBAL.asc and xfrsGLOBAL.asc depending on the type of data you specified.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2001 07:23 AM
08-31-2001 07:23 AM
Re: Semaphore Usage
Vito
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2001 09:58 AM
08-31-2001 09:58 AM
Re: Semaphore Usage
-Sri