- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: glance show nbuf kernel parameter at 100%
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
10-12-2005 05:09 AM
10-12-2005 05:09 AM
i am using glance to monitor my server HP9000 / n4000 - HP-UX 11i. nbuf parameter is always at 100% used, is that a normal situation? could this situacion become slow my server?
thanks for ur replay
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2005 05:23 AM
10-12-2005 05:23 AM
SolutionThis simply indicates that your buffer cache size (as configured) has reached its maximum. Whethter or not you could achieve better performance cannot be determined from this. Have a look at the discussion of file system buffer parameters in the Tunable Kernal Parameters manual for more information.
http://docs.hp.com/en/TKP-90202/ch05s02.html
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2005 05:27 AM
10-12-2005 05:27 AM
Re: glance show nbuf kernel parameter at 100%
dbc_min_pct and dbc_max_pct ,you have to optimise this considering the system memory and Server memeory utilisation .
This parameter will control the amount of buffercasche reserver foir system i/o caching .
Check buffercache useage by galce .
thx,bl.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2005 05:31 AM
10-12-2005 05:31 AM
Re: glance show nbuf kernel parameter at 100%
Best regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2005 06:20 AM
10-12-2005 06:20 AM
Re: glance show nbuf kernel parameter at 100%
When setting the max_dbc_pct, you want to keep in mind a few things about it.
In general, you will not get benefit from more than about 800 meg of DBC (at the most).
It's generally recommended to set it at a value of less than 50% of RAM (which is what the default setting of 0 for dbc_max_pct would give you).
Also, if you decide to use dbc_max_pct and dbc_min_pct, you need to set nbuf and bufpages to 0 since a value in either of those will override what you do in dbc_max_pct.
Best regards,
Oz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2005 02:45 AM
10-13-2005 02:45 AM