Have you ever come across a miss-behaving process? In this post I will share how you can keep your system under control effectively. If we don’t know the name of the process a good start is getting a list of running process. You may turn to top, but I want to propose a better looking […]

Read More

In this post on the Linux resources series we are going to talk about monitoring our CPU usage. When everything slows down this might be a good first suspect to check, you can use the iostat command with the -c option to see current CPU load, the second parameter specifies the time interval in seconds […]

Read More