- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to monitor disk io activies using sar?
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
05-14-2002 05:56 PM
05-14-2002 05:56 PM
Thanks,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2002 06:14 PM
05-14-2002 06:14 PM
Re: How to monitor disk io activies using sar?
By default 'sar -d' should show all disk devices, as indicated by the man page.
If I run this on my server I get all disks.
# sar -d 5 5
Try also using iostat
# iostat -t 10 5
What OS version and patch level are you using?
Cheers
~Michael~
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2002 06:17 PM
05-14-2002 06:17 PM
Re: How to monitor disk io activies using sar?
sar -d will list you the I/O activity in all disks. Not only the root. If you are getting only root disk in the output, that means only root disk is being utilised at that time. Increase the analysis period:
# sar -d 1 20 (for 20 times)
# sar -d 1 30 (for 30 times)
I would suggest you to use GlancePlus (# gpm) for getting a more detailed information.
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2002 07:35 PM
05-14-2002 07:35 PM
Re: How to monitor disk io activies using sar?
But if I want to analyse the output, how can I do that? I got totally more than 100 disks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2002 07:50 PM
05-14-2002 07:50 PM
Re: How to monitor disk io activies using sar?
If you only have activity on say 5 disks, then the other 95 will be zero. If your trying to monitor disk IO then you should only be worried about disks that have a great number of activity. If they are being thrashed, then you could look at moving some information to disks that are not been thrashed or utilised.
You could use the output from measureware to assist in this. The reporting tools are excellent.
~Michael~
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2002 08:02 PM
05-14-2002 08:02 PM
Re: How to monitor disk io activies using sar?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2002 08:27 PM
05-14-2002 08:27 PM
Solution#man sar
will give you nessecary details.
By the way , there is a wonderful tool called
sarcheck. www.sarcheck.com . it is a priced product. you can try the evaluation. There are
sample reports in the website.
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2002 09:38 PM
05-14-2002 09:38 PM
Re: How to monitor disk io activies using sar?
follow this link.
http://www.hp.com/products1/unix/java/infolibrary/prog_guide/java1_3/measuring_sys_performance.html
regards,
U.SivaKumar