HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: sar -b: is applicable to non O.S. buffered Fil...
Operating System - HP-UX
1833780
Members
2276
Online
110063
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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-10-2005 12:03 AM
11-10-2005 12:03 AM
sar -b: is applicable to non O.S. buffered Filesystems???
Hi all,
I've got output from command "sar -b" data gathered in one system. This system has the most "active" FS (in terms of read/write) with mount option to bypass O.S. buffering.
The rest of FS's are configured to use O.S. buffering and these FS's are suppossed to have a low activity (or at least much lower than the others that are excluded from O.S. buffering).
In order to a suitable analyze of "sar -b" output....I've got a doubt:
how do I consider FS with no buffering option??
a) Should I suppose those FS are not included on sar -b output??
b) Should I suppose those FS are included on sar -b output (with 100% or 0% Hit ratio)??
NOTE: The behavior of my server is 100% most of the time for read cache hit ratio, and radmdom (0%-60%) for write cache hit ratio except when a high I/O activity takes in place, for this momment write cache hit ratio raises to be close 100%.
Thanks for any help to my questions.
Johnny
I've got output from command "sar -b" data gathered in one system. This system has the most "active" FS (in terms of read/write) with mount option to bypass O.S. buffering.
The rest of FS's are configured to use O.S. buffering and these FS's are suppossed to have a low activity (or at least much lower than the others that are excluded from O.S. buffering).
In order to a suitable analyze of "sar -b" output....I've got a doubt:
how do I consider FS with no buffering option??
a) Should I suppose those FS are not included on sar -b output??
b) Should I suppose those FS are included on sar -b output (with 100% or 0% Hit ratio)??
NOTE: The behavior of my server is 100% most of the time for read cache hit ratio, and radmdom (0%-60%) for write cache hit ratio except when a high I/O activity takes in place, for this momment write cache hit ratio raises to be close 100%.
Thanks for any help to my questions.
Johnny
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2005 12:09 AM
11-10-2005 12:09 AM
Re: sar -b: is applicable to non O.S. buffered Filesystems???
1) Can we see the sar -b output, at least4 sample and summary.
argus:/users/sprotter/cluster# sar -b -i 10 20
HP-UX shmuelbagel B.11.00 U 9000/800 11/10/05
15:05:31 bread/s lread/s %rcache bwrit/s lwrit/s %wcache pread/s pwrit/s
15:05:51 0 24 100 0 1 9 0 0
I think you'll see no ouptput in the colums that have to do with buffering if the FS has no buffering.
All in all it really depends whats really goin on in the filesystem. Even if you have buffering turned off at the OS level, the application can buffer and skew results.
Perhaps collect some broder, parellel data:
http://www.hpux.ws/system.perf.sh
SEP
argus:/users/sprotter/cluster# sar -b -i 10 20
HP-UX shmuelbagel B.11.00 U 9000/800 11/10/05
15:05:31 bread/s lread/s %rcache bwrit/s lwrit/s %wcache pread/s pwrit/s
15:05:51 0 24 100 0 1 9 0 0
I think you'll see no ouptput in the colums that have to do with buffering if the FS has no buffering.
All in all it really depends whats really goin on in the filesystem. Even if you have buffering turned off at the OS level, the application can buffer and skew results.
Perhaps collect some broder, parellel data:
http://www.hpux.ws/system.perf.sh
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2005 08:09 AM
11-16-2005 08:09 AM
Re: sar -b: is applicable to non O.S. buffered Filesystems???
What exactly do you mean with:
"Even if you have buffering turned off at the OS level, the application can buffer and skew results"??
The FS that bypass O.S. bufer cache has the options...
ioerror=mwdisable,largefiles,mincache=direct,delaylog,convosync=direct
And I suposse they use HP Online JFS and Veritas.
May be that in spite of how is set the FS, there are some system routines that can use bufer cache??
Thanks in advance....
Juan
"Even if you have buffering turned off at the OS level, the application can buffer and skew results"??
The FS that bypass O.S. bufer cache has the options...
ioerror=mwdisable,largefiles,mincache=direct,delaylog,convosync=direct
And I suposse they use HP Online JFS and Veritas.
May be that in spite of how is set the FS, there are some system routines that can use bufer cache??
Thanks in advance....
Juan
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP