- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: performance issue HPUX 11
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
11-30-2003 11:15 PM
11-30-2003 11:15 PM
I need to be able to go back to users and say yes each process is using 16MB, however I can't tell what % (if any) of that figure is shared memory.
Any help would be appreciated.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2003 05:07 AM
12-01-2003 05:07 AM
Re: performance issue HPUX 11
Did you try using ipcs? Do a man on it to get all the options, but ipcs -m will show the memory segments used. It sounds like the database needs to be tuned a bit, if it's allocating 16mb per connection, unless that's a default. Your DBA may be able to reconfigure their parameters. Or per chance the application has some tuneable parameters. Or did you check your system tuneable parameters to make enough resources available?
Just some thoughts on where to look. Good luck.
Bob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2003 05:49 AM
12-01-2003 05:49 AM
Re: performance issue HPUX 11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2003 01:18 PM
12-01-2003 01:18 PM
SolutionIf the drilling-down doesn't help, one thing you might do to see how much is shared versus not is load-up a few users, see what the memory usage is on the system as a whole, then eliminate those users (gently please :) and check the memory again, then add users back and check and such. If as you increase users, you see memory usage increase by 16 MB a time, them you can presume it is all unshared.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2003 08:47 PM
12-01-2003 08:47 PM
Re: performance issue HPUX 11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2003 02:18 AM
12-02-2003 02:18 AM
Re: performance issue HPUX 11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2003 02:21 AM
12-02-2003 02:21 AM
Re: performance issue HPUX 11
the need, sysconf() with _SC_PAGESIZE will of course tell you).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2003 02:30 AM
12-02-2003 02:30 AM
Re: performance issue HPUX 11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2003 06:32 AM
12-03-2003 06:32 AM
Re: performance issue HPUX 11
I have attached a program that uses pstat_procvm and reports the same RSS numbers as glance.