check linux memory usage

  • /proc/meminfo contain all your memory usage information:-
    type: cat /proc/meminfo and you will get:-
  • vmstat display memory usage in summary mode:-
    type: vmstat and you will get

    Click on the image to see bigger image
  • free command:-
    type: free or free -m

    Click on the image to see bigger image

     

    free -m is to show memory in MB

  • 你可能感兴趣的:(linux)