DA useage many ram..

hklcf

Verified User
Joined
Dec 17, 2004
Messages
70
Location
Hong Kong
In DA system page, the free ram only have 2xxxxkb, but i have 2GB ram..
In MRTG's Memory Usage page, the max used only is 5xxMB..

what is the problem?

OS:CentOS4
DA:1.31.5
 
In DA system page, the free ram only have 2xxxxkb, but i have 2GB ram..
In MRTG's Memory Usage page, the max used only is 5xxMB..

what is the problem?

OS:CentOS4
DA:1.31.5
That's typical of Linux distros. Whenever you have idle memory, the system will take it and use it towards others tasks to make them operate better. But if an application comes in requiring more than what's remaining, the system will take what it gave away and put it towards the process that needs it.

If you use the top command, it'll give you some more detailed stats. At the top, you'll see how much memory is currently being used and the amount in buffers and cache. DA doesn't add the amount in buffers and cache to the total, but realistically, you can add those two values to the amount of free memory and declare that how much ram is being "unused". That's what MRTG does.
 
you can also use "free" command on the command line to check the memory related information

#free
 
Back
Top