Archives

Posts Tagged ‘optimisation’

Understanding the “free” command in Linux

Free is a command line interface (CLI) tool available on most Linux and Unix based systems. From the man page… … displays the total amount of free and used physical and swap memory in the system, as well as the buffers used by the kernel.” Running free, you get output similar to the following (by [More]