Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

iostat performance monitoring 2

Status
Not open for further replies.

spamly

MIS
Apr 1, 2004
447
US
Have you seen any issues with enabling collections of disk input/output statistics?

I'd like to enable stats with the following.
Code:
chdev -l sys0 -a iostat=true

I am a little hesitant because I read the following in the iostat man page.
man iostat said:
Disk Input/Output History

To improve performance, the collection of disk input/output statistics
has been disabled. To enable the collection of this data, type:

chdev -l sys0 -a iostat=true

To display the current settings, type:

lsattr -E -l sys0 -a iostat

If the collection of disk input/output history is disabled and iostat
is called without an interval, the iostat output displays the message
Disk History Since Boot Not Available instead of disk statistics.

Any ideas?
 
I use nmon and have iostat=true. I have seen no impact when monitoring the system. I capture data and run it through the nmon analyzer all the time to see how the system is working. If you want to look at nmon go to the IBM web page and search for nmon. Download it and I think you will like it.
 
Thanks for the responses!

I'm an nmon junky myself. I just wanted to see if anyone has seen any problems. Good to know it's working at other sites.

Thanks!
-me
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top