Linux Memory Metrics: /proc/meminfo
/proc/meminfo on Linux displays current system-wide memory performance statistics. It provides the most complete view of system memory usage. Here…
/proc/meminfo on Linux displays current system-wide memory performance statistics. It provides the most complete view of system memory usage. Here…
Userdel command can be used to delete a user and related files in Linux. In most Linux distributions, the user…
The tar command in Linux is used to bundle up multiple files and/or directories. It’s similar to the zip command.…
Passwd is a basic Linux command to change the user password on Linux. A root user can change the password…
The tar command in Linux is used to bundle up multiple files and/or directories. It’s similar to the zip command.…
In this blog post, we will discuss three different ways to find the largest files on a Linux system. This…
We can use this command to find out which process uses the highest CPU or Memory in Linux. # ps…
CPU utilization is a key metric to determine how much CPU uses for a process. Today we will review why…
CPU run queue length and load average are key metrics related to system performance. We will review what these two…
find is a Linux/Unix command used to search for files and directories in a specified location based on certain criteria…