This is a discussion on How to interpret memory usage in the unix command top? within the comp.unix.bsd.openbsd.misc forums, part of the OpenBSD category; --> hi my questions is: how to interpret memory usage in the unix command top? an example on OpenBSD: command: ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| hi my questions is: how to interpret memory usage in the unix command top? an example on OpenBSD: command: top -b -n 1 output: .... Memory: Real: 11M/39M act/tot Free: 208M Swap: 0K/1024M used/tot .... i need the total and the used amount of memory. is used in this example 11M and 39M the total amount of memory? or is there another command for getting memory usage on BSD? many thanx! greetings clint |
| ||||
| clint wrote: > Memory: Real: 11M/39M act/tot Free: 208M Swap: 0K/1024M used/tot > ... > > i need the total and the used amount of memory. > is used in this example 11M and 39M the total amount of memory? > or is there another command for getting memory usage on BSD? 11M are active, 39M are used including memory not active right now, and 208M are free. |