GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Server Guru's. Check out the out from this Linux command (https://gfy.com/showthread.php?t=665160)

DickShoke 10-11-2006 03:38 PM

Server Guru's. Check out the out from this Linux command
 
total used free shared buffers cached
Mem: 482580 477572 5008 0 3704 328188
-/+ buffers/cache: 145680 336900
Swap: 1060272 0 1060272

Is 482MB the amount of total RAM installed on the server?

and what does the "cached" column mean?

micker 10-11-2006 03:45 PM

you can often simlify things like this by giving the command the -h or 'human readable' flag, it will convert bytes to MegaBytes and GigaBytes as necessary

zagi 10-11-2006 05:15 PM

That's 512MB of RAM, cache is a good thing. It means memory which was free instead of being wasted on doing nothing, will be used to store files and other operations that the operating system can retrieve from "cache" or a high speed storage area, rather than compute the operations again, or retrieve from a slow storage area such as a hard drive.

mlove 10-11-2006 05:19 PM

Fixing output for the rest of us...

Quote:

Code:

total      used          free    shared    buffers    cached
Mem:        482580    477572        5008          0      3704    328188
-/+ buffers/cache:    145680    336900
Swap:      1060272          0      1060272

Is 482MB the amount of total RAM installed on the server?

and what does the "cached" column mean?

As said before, that is 512mb.

free -h doesn't work on some systems. Run free -m to display figures in megabytes.


All times are GMT -7. The time now is 08:29 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123