Server Guru's. Check out the out from this Linux command

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • DickShoke
    Confirmed User
    • Oct 2003
    • 1236

    #1

    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?
    MILF Porn Creampie BBW
    Recommended -->Webcam Porn Big Tit Filipina Porn Indian Sex Big Cock Thai Porn
  • micker
    Confirmed User
    • Nov 2005
    • 748

    #2
    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

    Comment

    • zagi
      Confirmed User
      • Jan 2004
      • 1238

      #3
      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.
      Managed US/NL Hosting [ [Reality Check Network ]
      Dell XEON Servers + 1/2/3 TB Packages ICQ: 4-930-562

      Comment

      • mlove
        the guy
        • Apr 2005
        • 764

        #4
        Fixing output for the rest of us...

        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.
        If you won't feel as good, I won't feel as cheap.

        Comment

        Working...