dstat - Analyzing Linux System Performance
Knowing the effect of your application on the system and observing system performance while your application is going thru different scenarios can give you great insight about the bottlenecks and performance ceilings in your application. Today, lets look at some of the tools on Linux that will help us understand the system performance. dstat is a tool that shows various system performance parameters in real time. Install dstat on your Fedora system with "yum install -y dstat" or on your Debian based system with "apt-get install dstat" Here's a screenshot of it working. Click on it to see the full image. Here, you can see various useful information that can tell you if system performance is throttled due to one or more of the resources being maxed out or if there is scope to improve performance by balancing the usage of the under-utilized resources. For example, on this specific system, you can see its resources are hardly utilized. It has capacity to ...