Linux Top Command Memory Usage Tutorial

Linux provides the top command in order to display system resource usage according to the CPU, process, memory, user, disk, etc. One of the most popular features is the ability to list processes according to their memory usage. In this tutorial, we examine how to use the top command to monitor Linux system memory usage … Read more

Linux free Command Tutorial with Examples

Linux free Command Tutorial with Examples

The Linux free command is used to display current memory usage. The free command can be used to show how much RAM memory is available. Is there enough memory to run a new application? etc. The free command is a very simple command which simply shows few lines about the memory. The free command can … Read more

How To Check Linux Memory Usage?

How To Check Linux Memory Usage?

Linux operating system manages and uses different system resources. The memory or RAM is one of the most important system resources where every running process, command, service, the job requires and uses some memory. So a typical system has a lot of processes and services it uses and manages a lot of memory. A typical … Read more