- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Metric to use to watch throughput
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
06-20-2003 05:03 PM
06-20-2003 05:03 PM
I'm looking to reduce my buffer cache from 1G to 500M (on a 3.75G host) because we're seeing fairly high pageouts.
In reducing the cache, we should see pageouts fall (or disappear) at the expense of the buffer hit ratio, but is there any way (any metric) I can monitor to determine if indeed overall throughput of the host as improved as a result of the change?
Thank-you
Dan
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2003 05:08 PM
06-20-2003 05:08 PM
Re: Metric to use to watch throughput
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2003 05:29 PM
06-20-2003 05:29 PM
Re: Metric to use to watch throughput
Use sar to see if the hit ratio is dropping significantly or just a bit and use the added memory to better advantage for programs (that know how).
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2003 05:42 PM
06-20-2003 05:42 PM
Re: Metric to use to watch throughput
In this context, what do you consider to be "very large"?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2003 07:04 PM
06-20-2003 07:04 PM
SolutionOne thing I keep track of the system is to look just "sar 5 20" and observe the %wio column. While it is not necessarily 100% indication of disk IO itself, but is a good approximation. I would like to see it less than 10% all the time.
buffer hit ratio (sar -b) is really dependent on your application. If your application does a lot of synchronous I/O, you cannot expect it to be 100% all the time. In that case, having a large buffer will be of less use.
The size of buffer cache is dependent on your application. While it is a good practice to keep around 300 MB , I had systems with 25% of memory spent for buffer as those applications did benefit from the buffer cache. But those cases are rare.
If yours is 11.0, a good figure is 300MB. You can go upto 600-800MB for 11i as 11i seems to do a better than 11.0 with respect to managing buffer cache.
Look at your "swapinfo -tam" and observe the 'mb used' column on your "dev" areas. That is the amount of memory paged out. The page outs in 'vmstat' alone may not be an indication of memory pressure. Memory mapping acitivity is showed as paging and is often mistaken as memory issue.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2003 06:21 AM
06-21-2003 06:21 AM
Re: Metric to use to watch throughput
So there is likely an optimal point for the cache size that balances the benefit (lower I/O) against the overhead based on CPU speed. This point is very much dependent on the access profile of your applications.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2003 06:49 AM
06-21-2003 06:49 AM
Re: Metric to use to watch throughput
Check the glance plus, you have option to
view hd and cache work and problems.
Caesar