12 Linux Performance Commands To Know As A System Administrator
If you are working as a support in a production environment then most probably you will need to deal with performance-related issues in the Linux environment. Let’s go through some of the most used Linux command-line utilities to diagnose performance-related issues. Note: Some of the commands listed below may not be installed by default, so you got to install them manually. lsof lsof stands for “list open files” to help you to find all the opened files and processes along with the one who opened them....