This is a discussion on Free Swap Memory within the AIX Operating System forums, part of the Unix Operating Systems category; --> Hi Guys, How can we find the free swap memory for AIX? For Linux/Solaris I use vmstat and look ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi Guys, How can we find the free swap memory for AIX? For Linux/Solaris I use vmstat and look for the value under swap, which gives me the amount of free memory in KB's. For AIX I see a column called avm, but I dont know how would that help to figure out the free swap memory. Thanks! |
| |||
| Sunjit wrote: > Hi Guys, > How can we find the free swap memory for AIX? For > Linux/Solaris I use vmstat and look for the value under swap, which > gives me the amount of free memory in KB's. For AIX I see a column > called avm, but I dont know how would that help to figure out the free > swap memory. > > Thanks! lsps -a |
| ||||
| "Timothy J. Bogart" <tbogart@frii.net> wrote in message news:<4164120f$0$202$75868355@news.frii.net>... > Sunjit wrote: > > Hi Guys, > > How can we find the free swap memory for AIX? For > > Linux/Solaris I use vmstat and look for the value under swap, which > > gives me the amount of free memory in KB's. For AIX I see a column > > called avm, but I dont know how would that help to figure out the free > > swap memory. > > > > Thanks! > > lsps -a Thanks, When I ran the command I see: Size %Used 512MB 21 So the current free swap memory should be 512MB * 0.79 |