- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Can sar be trusted?
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
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
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-09-2003 06:12 AM
тАО05-09-2003 06:12 AM
Can sar be trusted?
So, is there a MeasureWare stat that is comparable to sar -u %wio?
Why is sar -u reporting 80% %wio when TOP shows it as 80% idle?
Puzzled.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-09-2003 06:20 AM
тАО05-09-2003 06:20 AM
Re: Can sar be trusted?
It is as far as I know extremely reliable. Check for patches, install them and try again.
Every time, my sar data collection script indicated bottlenecks, they were real, recurring and had to be dealt with.
Attaching the script as a reference point.
SEP
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
тАО05-09-2003 06:31 AM
тАО05-09-2003 06:31 AM
Re: Can sar be trusted?
Why not? :)
%wio
idle with some process waiting for I/O (only block I/O, raw I/O, or VM pageins/swapins indicated);
Essentially sar distinguishes between idle and idle while waiting for IO. From a CPU perspective (which is reported by top) both states are idle.
Best regards...
Dietmar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-09-2003 07:11 AM
тАО05-09-2003 07:11 AM
Re: Can sar be trusted?
Top output is based on an average whereas sar is a moment by moment base.
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-11-2003 02:09 PM
тАО05-11-2003 02:09 PM
Re: Can sar be trusted?
*all* the performance measurement tools have blind spots, that's just one reason why you usually consult multiple of those...
FWIW,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-11-2003 06:23 PM
тАО05-11-2003 06:23 PM
Re: Can sar be trusted?
Dietmar is right, let's separate things.
There are perftuning-usable commands that consider WIO separately (like some flags of sar, like the summarized -u), and other don't (like top).
For the tools that don't report WIO explicitly, IDLE must be considered as a sum of "really IDLE" (really nothing to do) and WIO (nothing to do because I/O have not responded yet).
D.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-11-2003 08:29 PM
тАО05-11-2003 08:29 PM
Re: Can sar be trusted?
sar is the best and only reliable utility to find out server resources utilization infact some thired paty tools are using the same sar o/p to generat reports and all.
The difference between top and sar is becoz when sar show %wio means it's waiting for data from disk (generally) but in this case CPU is Idle which reports by top. so top and sar use different way to show the things.
You can run sar -q and check for the runq-sz value it says about Average length of the run queue(s) of processes this will show exactely how many processes are in the queue.
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-11-2003 11:22 PM
тАО05-11-2003 11:22 PM
Re: Can sar be trusted?
sar is very fine. Also add to that iostat nad vmstat.