- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Reading Sar Output
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
03-21-2001 12:26 PM
03-21-2001 12:26 PM
Reading Sar Output
For example the data
%usr %sys %wio %idle
14 8 70 9
How do I relate these values based on a 6 processor machine.
Any help would be kindly appreciated.
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2001 05:37 PM
03-21-2001 05:37 PM
Re: Reading Sar Output
%usr - percentage of cpu time spent on user process
%sys - percentage of cpu time spent by the kernel system calls
%wio - percentage of cpu time that spent on polling devices (high percentage imply inefficiency)
%idle - percentage of idled cpu time
Your %wio is 70%, that seem too high to me. This indicated certain disks may be overloaded. Take a look at the "sar -d" output to see the disk activities, one or more of your disks might have reached near 100% utilization. If that is the case then try balancing the disk activities if you could. Also, take a look at "sar -w" for the swap rate, make sure these disk activities werent' coming from swapping.
See if you could get hold of the book "System Performance Tuning" by Mike Loukides, which has got some good description on sar. The man page is useful too. But you must read through it with patient.
Rgds,
Philip
P.S. turning on file system asychronous I/O may help reducing wio percentage, any thoughts from you guys?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2001 06:56 PM
03-21-2001 06:56 PM
Re: Reading Sar Output
Wouldn't it be easier to view historical performance data via perfview? may be you should look into such tool.
Rgds,
Philip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2001 09:28 AM
03-22-2001 09:28 AM
Re: Reading Sar Output
for collect sar infos 1 entry on crontab for root user
0,10,20,30,40,50 * * * * /usr/lbin/sa/sa1
the files are save /var/adm/sa
for multiprozessor systems you can see all cpu
sar -M
18:10:00 0 0 0 1 99
1 0 0 0 100
2 0 0 0 100
3 0 0 0 100
system 0 0 0 99
18:20:00 0 0 0 1 99
1 0 0 0 100
2 0 0 0 100
3 0 1 0 99
system 0 0 0 99
Average 0 0 0 1 99
Average 1 0 0 0 100
Average 2 0 0 0 100
Average 3 0 0 0 100
Average system 0 0 0 99
rgds
Andreas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2001 07:13 AM
03-23-2001 07:13 AM
Re: Reading Sar Output
send the output of your strings /etc/lvmtab and ioscan -fnk and we can take a look.
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2001 08:29 AM
03-23-2001 08:29 AM
Re: Reading Sar Output
Description: Sys Adm: determining the cause of system performance problems