From: frank <sig...@hy...> - 2010-06-09 22:46:08
|
Hi, thanks for response. Here is my code snippet: <code> public class RecordSystemPerformance extends SigarCommandBase { ... DiskUsage disk1 = this.sigar.getDiskUsage("/dev/hd1"); -> Exception on AIX ... </code> As I said, on windows and Ubuntu all works correctly. On AIX I can only record CPU, SWAP and Memory no I/O. What I forgot to say was that the Java Version on AIX is 1.5 (on Ubuntu and Windows -> 1.6) Makes that the difference? Maybe I am allowed to install 1.6 on AIX. |