- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- evaluation of sar -d
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
10-02-2000 07:55 AM
10-02-2000 07:55 AM
evaluation of sar -d
can anybody help me to solve this problem?
#sar -d 5 5
HP-UX hp-k260 B.10.20 D 9000/800 10/02/00
11:52:03 device %busy avque r+w/s blks/s avwait avserv
11:52:08 c2t0d0 1.40 0.50 4 70 5.28 4.91
11:52:13 c0t6d0 1.80 0.50 3 9 5.50 6.38
c2t0d0 0.20 0.50 1 19 8.12 0.97
11:52:18 c0t6d0 1.20 0.50 2 25 6.14 6.21
11:52:23 c0t6d0 1.80 0.59 2 30 6.34 39.08
c2t0d0 3.80 0.50 8 115 5.64 6.16
11:52:28 c0t6d0 5.60 1.12 7 102 11.96 25.57
c2t0d0 0.80 0.56 6 96 7.13 2.32
Average c2t0d0 1.24 0.52 4 60 6.19 4.33
Average c0t6d0 2.08 0.82 3 33 8.91 21.02
hp-k260:/ my disk # c2t0d0 has avwait 6.19
and avserv 4.33 so looks like bottleneck right there.how to solve this problem?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2000 08:20 AM
10-02-2000 08:20 AM
Re: evaluation of sar -d
The avwait and avserv time are in milliseconds so look pretty good to me - not sure how accurate sar is though.
The second column (%busy) is usually a better indicator of how active a disk is.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2000 08:29 AM
10-02-2000 08:29 AM
Re: evaluation of sar -d
The problem is how to determine which application(s) is hitting the disk and which files or directories are involved. It is quite easy for an ordinary user to slow a system down by starting a find / or a du / which on a small box is probably OK but not on a big server.
You can use the various sar reports (and top and vmstat) but they require a lot of training on how to interpret the results and which options provide the best information. Or you could install the trial version of Glance and use it's many screens to narrow down the busiest application(s) and which mountpoints are most affected.
For ongoing performance monitoring, Measureware is also available as a trial version on the Application CDROMs. You can use the extract command in Measureware to pull out needed data and graph the data or send it to a spreadsheet program.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2000 08:29 AM
10-02-2000 08:29 AM
Re: evaluation of sar -d
The problem is how to determine which application(s) is hitting the disk and which files or directories are involved. It is quite easy for an ordinary user to slow a system down by starting a find / or a du / which on a small box is probably OK but not on a big server.
You can use the various sar reports (and top and vmstat) but they require a lot of training on how to interpret the results and which options provide the best information. Or you could install the trial version of Glance and use it's many screens to narrow down the busiest application(s) and which mountpoints are most affected.
For ongoing performance monitoring, Measureware is also available as a trial version on the Application CDROMs. You can use the extract command in Measureware to pull out needed data and graph the data or send it to a spreadsheet program.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2000 12:32 AM
10-03-2000 12:32 AM
Re: evaluation of sar -d
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2000 03:03 AM
10-03-2000 03:03 AM
Re: evaluation of sar -d
From the %busy, looks like your hard disk are not really that busy. If you suspect that there is a bottleneck, try using the GlancePlus utility to check on the CPU and Memory and see if the bottleneck is there rather than the disks.