- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: buffer cache question
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
03-04-2003 07:54 AM
03-04-2003 07:54 AM
how can i know the amount of buffer cache used in the system?
Thank you
Luca
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2003 07:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2003 08:00 AM
03-04-2003 08:00 AM
Re: buffer cache question
You can run 'glance' for a dynamic view. Toggle the 'm'emory metrics screen by typing 'm'.
Use 'kmtune -l' to see your kernel parameters. For buffer cache, you should look at 'dbc_min_pct', 'dbc_max_pct', 'nbuf' and 'bufpages'. The latter two parameters should be set to zero to enable the 'dbc_min_pct' and 'dbc_max_pct' dynamic buffer cache.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2003 08:17 AM
03-04-2003 08:17 AM
Re: buffer cache question
If you don't have glance installed on your box, you can use kmeminfo to get this information.
You will need to have Q4 (patched) installed on the box.
Run
#/usr/contrib/Q4/bin/kmeminfo
Look for Buffer Cache section and multiply with 4096.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2003 08:28 AM
03-04-2003 08:28 AM
Re: buffer cache question
In addition to the above you can run the following command:
# echo bufpages/D|adb -k /stand/vmunix /dev/kmem
Again, this is the amount in pages so multiply by 4096 for the amount in bytes.
Regards,
James.