- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Filesystem buffer cache
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-19-2007 03:43 AM
11-19-2007 03:43 AM
until HP-UX 11iv1 i was looking at filesystem buffer cache with the following command :
echo "bufpages/D" | /usr/bin/adb /stand/vmunix /dev/kmem
This way of getting the value doesn't work since HP-UX 11iv2.
Does anyone know the proper way to do it ?
Thanks in advance
Eric
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2007 04:05 AM
11-19-2007 04:05 AM
Re: Filesystem buffer cache
change your "bufpages" to "dbc_min_pct" and "dbc_max_pct" and you will have the values that the buffer cache fluctuates between.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2007 04:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2007 04:19 AM
11-19-2007 04:19 AM
Re: Filesystem buffer cache
Rajdev, i test your syntaxe ... as soon as i get an HP-UX box
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2007 04:36 AM
11-19-2007 04:36 AM
Re: Filesystem buffer cache
kcusage
kcusage |grep dbc_max_pct
In 11.31:
kcusage |grep filecache_max
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2007 05:06 AM
11-19-2007 05:06 AM
Re: Filesystem buffer cache
Geoff, i didn't know i could have the current value of the data buffer cache with "kcusage dbc_max_pct". Thanks for the information ... but the returned value is just an integer percentage which is less accurate than bufpages.
Thanks every body
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2007 05:09 AM
11-19-2007 05:09 AM