- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Buffer Cache Hit Ratio
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
08-29-2001 10:00 AM
08-29-2001 10:00 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2001 10:03 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2001 11:21 PM
08-29-2001 11:21 PM
Re: Buffer Cache Hit Ratio
I agree with Sridhar,
#sar -b IntervalInSeconds NumberOfTimes
%rcache : Give you the read cache percentage.
%wcache : Give you the write cache percentage.
bread/s : Number of physical reads per second.
bwrit/s : Number of physical writes per second.
lread/s : Number of logical reads ( from buffer ) per second.
lwrit/s : Number of logical writes( to buffer ) per second.
pread/s : Number of reads per second from character device using the physio() ( Raw i/o ) mechanism.
pwrit/s : Number of writes per second to character device using the physio() ( Raw i/o ) mechanism.
Magdi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2001 12:21 PM
08-30-2001 12:21 PM
Re: Buffer Cache Hit Ratio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2001 01:00 PM
08-30-2001 01:00 PM
Re: Buffer Cache Hit Ratio
to see the buffer hit rate as it was, say, yesterday,
you have to activate the "System Activity Data collector",
see the man page for "sadc" for this. It does contain the
"crontab" entries you need for this.
Thereafter you can call "sar -b" and see today's
statistics, or you may use the "start" and "end" options
to tell "sar" the timeframe you are interested in.
HTH,
Wodisch