Looking at the process through psutil and Python
Lately I have been trying to improve my system administration skills. I needed to monitor some of the running processes. To do that I used psutil [https://psutil.readthedocs.io/en/latest/] module in Python. It is a cross platform module to parse the information about running process. It also…