< Home - < Back

nethogs


Information about the package, nethogs, which is shipped with common Linux distributions. The nethogs package is designed for, A tool resembling top for network traffic.


Package Name:

nethogs

Summary:

A tool resembling top for network traffic

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.

Architecture:

x86_64

Version:

0.8.5

Release:

1.el6

Size:

35 k

Repository:

epel

From Repository:

Licence:

GPL+



Handy Yum Commands for nethogs


Control the nethogs package with the following handy commands outlined below.


Command

Description of Command

yum install nethogs

This command will install nethogs on the server.

yum remove nethogs

This command will un-install nethogs on the server. When you run this command, you will be asked if you are sure that you want to remove nethogs, so you have to manually confirm that you want to do this.

yum -y remove nethogs

This command will un-install nethogs on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove nethogs when using the -y flag.

yum update nethogs

This command will update nethogs to the latest version. When you run this command, you will be asked if you are sure that you want to remove nethogs, so you have to manually confirm that you want to do this.

yum -y update nethogs

This command will update nethogs to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove nethogs when using the -y flag.

yum info nethogs

This command will show you core information about the nethogs package.

yum deplist nethogs

This command will show you the dependencies for nethogs. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update nethogs

This command will check if there is an update waiting on nethogs. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.