How to Install and Uninstall nethogs.x86_64 Package on CentOS Stream 8

Last updated: October 05,2024

1. Install "nethogs.x86_64" package

Please follow the step by step instructions below to install nethogs.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install nethogs.x86_64

2. Uninstall "nethogs.x86_64" package

Here is a brief guide to show you how to uninstall nethogs.x86_64 on CentOS Stream 8:

$ sudo dnf remove nethogs.x86_64 $ sudo dnf autoremove

3. Information about the nethogs.x86_64 package on CentOS Stream 8

Last metadata expiration check: 3:24:37 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : nethogs
Version : 0.8.5
Release : 9.el8
Architecture : x86_64
Size : 46 k
Source : nethogs-0.8.5-9.el8.src.rpm
Repository : epel
Summary : A tool resembling top for network traffic
URL : https://github.com/raboof/nethogs/
License : GPL+
Description : NetHogs is a small "net top" tool.
:
: Instead of breaking the traffic down per protocol or per subnet, like
: most such tools do, it groups bandwidth by process and does not rely
: on a special kernel module to be loaded.
:
: So if there's suddenly a lot of network traffic, you can fire up
: NetHogs and immediately see which PID is causing this, and if it's
: some kind of spinning process, kill it.