Using Top, Du, and Netstat as Tools to Monitor Server Resources

using top du and netstat to monitor server resources

In this tutorial, we will explain the usage of the top, du, and netstat as tools to monitor server resources.

The du is a shortcut of disk usage, the top is used for showing the running processes, and netstat is for printing network connections, routing tables, interface statistics, masquerade connections, etc. We will explain these commands with real examples, and we will use Ubuntu 20.04 as OS in this tutorial, but you can choose any Linux distro per your choice. Let’s get started!

Read More