total system memory usage

2010-01-17 Thread inet_user23
Hi, How can one find out how much memory is being used by the different modules of the obsd system? In a system with 1GB running 4.5 I see very little being used by processes with top -b. But the reported free is only 155MB. load averages: 1.01, 0.77, 0.6810:19:05 31 processes: 1

Re: total system memory usage

2010-01-17 Thread Otto Moerbeek
On Sun, Jan 17, 2010 at 08:21:27AM -0500, inet_use...@samerica.com wrote: Hi, How can one find out how much memory is being used by the different modules of the obsd system? In a system with 1GB running 4.5 I see very little being used by processes with top -b. But the reported free is

Re: total system memory usage

2010-01-17 Thread Tomas Bodzar
For similar quick overview you can use : vmstat 1 5 column avm will be your 49MB and free will be your 155MB. From this output you can see more details about your VM system and if your system is ok or going to hell. For more details you can use these commands : vmstat -vm | more vmstat -sv |