Utilizes well known command line utilities such as vmstat and ps to extract information about an AIX system. Along with other Unix agents it is a good example for creating your own custom providers.
The agent is normally run in remote mode, as it needs to run the command line utilities on the target machine. However if the appropriate remote execution permissions are configured, the agent's providers can be modified to run their commands through rsh, rexec or similar tools.
No additional configuration is required to run this agent. However a prerequisite is that the following utilities must be present on the system: iostat, mpstat, df, vmstat, ps and netstat.