Can any one explain to me why I have different memory utilization when comparing "svmon -G" vs "vmstat 5 5"
an svmon -G shows :
total : frames=6291440 ( 24 GB)
inuse : frames=6281316 (23.9 GB)
free : frames=10124
( frames *4*1024 ) to get bytes
however, when I do a "vmstat 5 5" I get something like:
avm = pages=2578477 (9.84 GB)
fre = pages=4484 (0.02 GB)
one page = 4096 bytes
which means the vmstat isn't "reporting" 14 GB of RAM, which the system does have. Does this mean those are inactive?
Maybe this is my misunderstand of avm (active virtual memory pages).
an svmon -G shows :
total : frames=6291440 ( 24 GB)
inuse : frames=6281316 (23.9 GB)
free : frames=10124
( frames *4*1024 ) to get bytes
however, when I do a "vmstat 5 5" I get something like:
avm = pages=2578477 (9.84 GB)
fre = pages=4484 (0.02 GB)
one page = 4096 bytes
which means the vmstat isn't "reporting" 14 GB of RAM, which the system does have. Does this mean those are inactive?
Maybe this is my misunderstand of avm (active virtual memory pages).