Monitor CentOS 8 Disk Usage, IO, Network Traffic

29/12/2020
In this article, I am going to show you how to find disk usage information, monitor disk I/O and network traffic on CentOS 8. So, let’s get started.

Disk Usage Information:

You can find information about the partitions of your HDDs, SSDs, and other storage devices using the fdisk command.

$ sudo fdisk -l

As you can see, I have 1 NVME SSD connected to my virtual machine. It’s about 20 GB in size.

It has 2 partitions, /dev/nvme0n1p1 (488MB in size) and /dev/nvme0n1p2 (19.5 GB in size).

You can find information about the mounted partitions using the df command.

$ df -Tlh

The df command should show the partition path, partition’s filesystem type, total partition size, how much of the partition is used and free, the disk usage in percentage, and where the partition is mounted.

By default, tmpfs, devtmpfs and other virtual filesystems are shown. You may want to only see information on actual filesystems/partitions.

If that’s the case, you can use -x option to exclude the filesystems that you don’t want to be listed.

$ df -Tlh -x tmpfs -x devtmpfs

Only the physical partitions/filesystems should be listed.

By default, the partition size is displayed in powers of 1024. If you want to see it in powers of 1000 instead, then use the H option as follows:

$ df -TlhH -x tmpfs -x devtmpfs

The partition size should now be displayed in powers of 1000.

If you want to see how many inodes the filesystem has, how many are used and how many are free, use the -i option as follows:

$ df -Tli-x tmpfs -x devtmpfs

df should show inode information.

Monitoring Disk I/O:

You can monitor disk I/O usage using iotop.

iotop is not installed on CentOS 8 by default. You can easily install iotop with the following command:

$ sudo dnf install iotop

Press Y and then press <Enter> to confirm the installation.

iotop should be installed.

Now, start iotop as follows:

$ sudo iotop

iotop should start. It is just like htop.

As you can see, the processes/threads that are using disk I/O are on the top. It shows how much data is being written to the disk and read from the disk.

By default, all the processes/threads are displayed. If you want iotop to list only the processes/threads that are performing I/O operations, then press O.

You can also tell iotop to monitor disk I/O of any specific process using the -p option followed by the process PID.

$ sudo iotop -p 35851

iotop should monitor the disk I/O of only that specified process.

You can also tell iotop to monitor disk I/O of multiple processes as follows:

$ sudo iotop -p 35851 -p 35834

iotop should only monitor disk I/O of the specified processes.

If you want iotop to monitor all processes started by any specific user, use the -u option followed by the username.

$ sudo iotop -u shovon

iotop should monitor disk I/O of all processes started by your specified username.

The same way, you can also monitor disk I/O of all the processes started by multiple users as follows:

$ sudo iotop -u user1 -u user2

Monitoring Network Usage:

You can monitor network usage information using the iftop command.

iftop is available in the EPEL repository.

To enable EPEL repository, run the following command:

$ sudo dnf install epel-release -y

EPEL repository should be enabled.

Now, install iftop with the following command:

$ sudo dnf install iftop -y

iftop should be installed.

Now, start iftop as follows:

$ sudo iftop

As you can see, iftop monitors the network traffic on destination and source host basis.

iftop uses => and <= symbols to represent the direction of the data flow. => is used to represent TX/transmitted data and <= is used to represent RX/received data.

On the right side, TX and RX data rate at 2, 10 and 40 seconds intervals are displayed respectively for each host/destination.

On the bottom, TX section displays the total transmitted data and RX section displays the total received data. The TX and RX totals are summed and is displayed on the TOTAL section.

If you don’t want iftop to resolve IP address to hostname, press N.

If you want iftop to display the communicating port numbers/protocols as well, press P.

By default, iftop monitors all the available network interfaces of your CentOS 8 machine. If you need to monitor a single network interface, iftop can do that.

First, find the device name of the network interface that you want to monitor using the nmcli command as follows:

$ nmcli device

Now, let’s say, you want to monitor the network interface ens160. To do that, start iftop as follows:

$ sudo iftop -i ens160

iftop should monitor network traffic of only ens160 interface.

By default, iftop starts an ncurses based interactive window like htop.

If you want to print the network usage information on the terminal instead, run iftop with the -t flag as follows:

$ sudo iftop -t

iftop should print everything on the terminal. iftop will print new information on the terminal every 2 seconds.

To learn more information on iftop, run iftop with the –help flag as follows:

$ iftop –help

All the supported flags/options of iftop should be listed. It will be of a great help to you on your Linux sysadmin journey.

So, that’s how you monitor CentOS 8 disk usage, disk I/O and network traffic. Thanks for reading this article.

ONET IDC thành lập vào năm 2012, là công ty chuyên nghiệp tại Việt Nam trong lĩnh vực cung cấp dịch vụ Hosting, VPS, máy chủ vật lý, dịch vụ Firewall Anti DDoS, SSL… Với 10 năm xây dựng và phát triển, ứng dụng nhiều công nghệ hiện đại, ONET IDC đã giúp hàng ngàn khách hàng tin tưởng lựa chọn, mang lại sự ổn định tuyệt đối cho website của khách hàng để thúc đẩy việc kinh doanh đạt được hiệu quả và thành công.
Bài viết liên quan

Hướng dẫn cấu hình Rclone kết nối với Dropbox

Ở bài trước, chúng ta đã tìm hiểu cách cấu hình rclone kết nối qua tài khoản ftp. Bài viết này...
30/12/2020

Configuring Static IP on CentOS 8

In this article, I am going to show you how to configure static IP address on CentOS 8 using graphical desktop environment...
29/12/2020

Hướng dẫn cài đặt và sử dụng cơ bản BigBlueButton

BigBlueButton thường được viết tắt là BBB một mã nguồn mở chạy trên web phục vụ cho hội nghị...
30/12/2020
Bài Viết

Bài Viết Mới Cập Nhật

Reliable IPv4 and IPv6 Subnet Rental Services: The Perfect Solution for Global Businesses
23/12/2024

Tìm Hiểu Về Thuê Proxy US – Lợi Ích và Cách Sử Dụng Hiệu Quả
11/12/2024

Mua Proxy V6 Nuôi Facebook Spam Hiệu Quả Tại Onetcomvn
03/06/2024

Hướng dẫn cách sử dụng ProxyDroid để duyệt web ẩn danh
03/06/2024

Mua proxy Onet uy tín tại Onet.com.vn
03/06/2024