install nethogs on centos 7

I’ve just found that ‘nethogs’, a bandwidth monitoring software is not covered in the EPEL for Centos 7. This is a memo for how to install nethogs on CentOS 7.

1. Install the dependencies necessary.
yum install libpcap-devel -y
2. Download and install the RPM package.
rpm -ivh http://cdn.kanachan.me.uk/dl/rpms/nethogs/nethogs-0.8.0-1.el6.x86_64.rpm

No comments:

Post a Comment