From: frank <sig...@hy...> - 2010-06-05 20:16:42
|
Hello, I wrote a performance logging program which is based on sigar (tried 1.6.3 and 1.6.5). I log I/O, CPU usage, Memory usage and SWAP. Logging is no problem on Windows XP (32 bit), Ubuntu 8.04 (32 bit) but a problem on AIX (32 bit). On AIX I can only log CPU usage, Memory and Swap but no I/O. For every partition name (/dev/hd1 ... ) I get the failure message: org.hyperic.sigar.SigarException: There is a request to a device or address that does not exist. Is there a problem with AIX support ? On Ubuntu does all work correctly. Thanks for help |