Iftop: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Linux Network Info")
 
No edit summary
Line 2: Line 2:


* [[Linux Network Info#iftop|Linux Network Info]]
* [[Linux Network Info#iftop|Linux Network Info]]
=Installation=
If EPEL is not configured, that will have to be installed first:
For RHEL6:
<pre>
rpm -Uvh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm
</pre>
For RHEL7:
<pre>
rpm -Uvh http://download.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-7.noarch.rpm
</pre>
And then:
<pre>
yum install iftop
</pre>

Revision as of 01:32, 7 September 2016

Internal


Installation

If EPEL is not configured, that will have to be installed first:

For RHEL6:

rpm -Uvh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm

For RHEL7:

rpm -Uvh http://download.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-7.noarch.rpm

And then:

yum install iftop