Monitoring system utilization on Linux hosts


I am always on the look out for tools to analyze system performance. One nifty tool I recently came across is atop, which is an advanced system performance monitor for Linux. When atop is run, it displays overall system utilization in the header, and per-process CPU, memory, network or disk utilization information in the body (you need to patch your kernel to get disk and network utilization). Here is a sample atop session that shows just how awesome this utility is:

Atop Screenshot

I really dig the headers, as well as the network and disk utilization menus. Atop rocks!

This article was posted by Matty on 2007-11-26 00:20:00 -0400 -0400