The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Operating Systems > AIX
.
google unix.com




Thread: using TOPAS
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 12-24-2007
Kundunni Kundunni is offline
Registered User
  
 

Join Date: Nov 2007
Posts: 18
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