HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Where I can find this documents?
Operating System - HP-UX
1833327
Members
2740
Online
110051
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
Go to solution
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
07-30-2002 11:29 PM
07-30-2002 11:29 PM
About how to use "sar" and the detail information for each output!
For example, "sar -b" and its meaning of each output field. And, if the output value is high or low, etc.
Thank in advance!
-Gerald-
For example, "sar -b" and its meaning of each output field. And, if the output value is high or low, etc.
Thank in advance!
-Gerald-
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2002 11:31 PM
07-30-2002 11:31 PM
Solutionwhat about the manpage for sar ?
man 1m sar
or
http://www.docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90681/B2355-90681_top.html&con=/hpux/onlinedocs/B2355-90681/00/03/327-con.html&toc=/hpux/onlinedocs/B2355-90681/00/03/327-toc.html&searchterms=sar&queryid=20020731-003618
Im from Palmerston North, New Zealand, but somehow ended up in London...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2002 11:48 PM
07-30-2002 11:48 PM
Re: Where I can find this documents?
Maybe not the best answer, but type:
sar -o sarfile 5 60
(60 times on 5 sec. interval)
sar -Af sarfile > report
The report generated contains a full report.
Study this report together with 'man 1M sar' and sure you will figure out what is what.
Regards,
Ceesjan
sar -o sarfile 5 60
(60 times on 5 sec. interval)
sar -Af sarfile > report
The report generated contains a full report.
Study this report together with 'man 1M sar' and sure you will figure out what is what.
Regards,
Ceesjan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2002 12:18 AM
07-31-2002 12:18 AM
Re: Where I can find this documents?
Hi,
sar -b is good for checking db buffer cache activity.
When you use sar -b 1 5 ..
bread/s - no of read operations ps from disk to bc
lread/s - no of read operations ps from bc
%rcache - buffer cache hit ratio for read requests
bwrit/s - no of write oper ps from bc to disk
lwrit/s - no of write oper ps to bc
%wcache - buffer cache hit ratio for write reqts
pread/s - no of read oper ps from raw device
pwrit/s - no of write oper ps to raw device
If you are looking at general tuning on your box, try glance ..you can drill down into more detail than with sar. Sar is good combination with iostat,vmstat,netstat,lanadmin for perf and tuning.
Also, if you run Oracle .. try to keep buffer cache hit ration in excess of 0.97 ratio .. obviously if you are running in a batch mode expect 0.89 as a norm.
sar -b is good for checking db buffer cache activity.
When you use sar -b 1 5 ..
bread/s - no of read operations ps from disk to bc
lread/s - no of read operations ps from bc
%rcache - buffer cache hit ratio for read requests
bwrit/s - no of write oper ps from bc to disk
lwrit/s - no of write oper ps to bc
%wcache - buffer cache hit ratio for write reqts
pread/s - no of read oper ps from raw device
pwrit/s - no of write oper ps to raw device
If you are looking at general tuning on your box, try glance ..you can drill down into more detail than with sar. Sar is good combination with iostat,vmstat,netstat,lanadmin for perf and tuning.
Also, if you run Oracle .. try to keep buffer cache hit ration in excess of 0.97 ratio .. obviously if you are running in a batch mode expect 0.89 as a norm.
Dont ask for permission, ask for forgiveness
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