From: frank <sig...@hy...> - 2010-06-12 03:54:11
|
Thanks again! We run AIX 5.3 (32 bit). A "chdev -l sys0 -a iostat=true" showed: iostat false Continuously maintain DISK I/O history True After "lsattr -E -l sys0 -a iostat" shows: iostat true Continuously maintain DISK I/O history True a "java -jar sigar.jar iostat" shows : Filesystem Mounted on Reads Writes R-bytes W-bytes Queue Svct m /dev/hd4 / 29852440 169270604 14G 81G 0.00 /dev/hd2 /usr 29852440 169270604 14G 81G 0.00 /dev/hd9var /var 29852440 169270604 14G 81G 0.00 /dev/hd3 /tmp 29852440 169270604 14G 81G 0.00 /dev/hd1 /home 29852440 169270604 14G 81G 0.00 Then I try again to get data with "Sigar.getDiskUsage" but: org.hyperic.sigar.SigarException: There is a request to a device or address that does not exist. (tested it with "/dev/hd4" "/dev/hd1" But now I know more and I will try some things. |