Kbase P24254: How to monitor memory usage on AIX.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/2/2003 |
|
Status: Unverified
GOAL:
How to monitor memory usage on AIX.
FIX:
Generally, vmstat can be used to check memory usage on Unix. Consult the manpages or your Unix documentation.
The utility Performance Monitor for AIX can also be used. The command
monitor -Count 1 -log monitor.log -L
will, for example, sample the system data for 10 seconds and output it to the file. Memory stats can be found by looking up realmem and virtualmem.