Quote:
|
What would be the cause of this?
|
By default on AIX, the collection of disk io stats are disabled. This is to improve the peformance.If you need to enable this function
Run the following command
Quote:
|
chdev -l sys0 -a iostat=true
|
You can check the attribute set using the following command
Quote:
|
lsattr -E -l sys0 -a iostat
|