Iftop: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Linux Network Info")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:


* [[Linux Network Info#iftop|Linux Network Info]]
* [[Linux Network Info#iftop|Linux Network Info]]
=Overview=
It shows the up/down bandwidth usage for each host:pair.
=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>

Latest revision as of 17:25, 4 October 2016

Internal

Overview

It shows the up/down bandwidth usage for each host:pair.

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