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
04-15-2003 09:45 AM
04-15-2003 09:45 AM
nbuf
L2000 with HPUX 11.0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2003 09:48 AM
04-15-2003 09:48 AM
Re: nbuf
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2003 10:00 AM
04-15-2003 10:00 AM
Re: nbuf
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xb8225bd3782dd711abdc0090277a778c,00.html
Hope it helps ..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2003 10:01 AM
04-15-2003 10:01 AM
Re: nbuf
Glance is your best bet to look at performance. You can do other things like run ipcs -ca |wc -l once every 30 minutes during the day for a week or to in order to gauge semaphore useage. Run an uptime and vmstat 2 10 as well, then you can do some correlation between the three to see how memory is being used during the day.
HTH
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2003 10:05 AM
04-15-2003 10:05 AM
Re: nbuf
Check this links also:
http://docs.hp.com/hpux/onlinedocs/939/KCParms/KCparam.FilesysParmsOverview.html
http://docs.hp.com/hpux/onlinedocs/939/KCParms/KCparams.OverviewAll.html
Thanks
Zafar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2003 10:11 AM
04-15-2003 10:11 AM
Re: nbuf
"nbuf" tells your kernel how big the UNIX buffer cache is to be. And the UNIX buffer cache is NEVER paged, so by increasing it, you give away RAM, which then is not available to your running processes. Hence they start to page :-(
FWIW,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2003 10:17 AM
04-15-2003 10:17 AM
Re: nbuf
You clearly created memory pressure when you increased the amount of memory that filesystem buffers were allowed to use.
Stephen Cuillo' performance paper as memtioned by S.K.Chan is certainly a good read.
Often, tuning is a balancing act between memory. I/O and processor as you have seen here. While appropriate kernel parameters help, they really only act as fences or limits. Good coding makes the best use of the resources. Bad coding (or bad SQL) can consume everything.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2003 10:27 AM
04-15-2003 10:27 AM
Re: nbuf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2003 10:43 AM
04-15-2003 10:43 AM