What is the command for viewing memory management information in Linux?
Utilisateur anonyme
There are several ways to find memory usage using the linux command line. One of the best ways to see both RAM and CPU usage is to type '$ vmstat', which will display 5 sections of useful memory information, including RAM and CPU information. You can also type '$ top', which displays a very exhaustive list of memory information, but it is easy to get the important data lost in the flood.