Have you seen any issues with enabling collections of disk input/output statistics?
I'd like to enable stats with the following.
I am a little hesitant because I read the following in the iostat man page.
Any ideas?
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?