Ever wanted a nice live graph of network activity across your interfaces? now you can
This mod patches the webconfig dashboard to display a live dynamic graph for each interface. It uses the excellent open source chart from HighCharts (
www.highcharts.com) which is free for non-profit use.
You can deselect any of the lines to show only one interface It updates every 2seconds, for a rolling period of 40seconds.
Install
Setup the community repo as per instructions
HERE
| Code: |
yum --enablerepo=timb install app-bandwidth-graph
wget http://www.timburgess.net/files/dashboard-index.php.v2.patch
wget http://www.timburgess.net/files/dashboard-head.inc.patch
patch -p0 < dashboard-index.php.v2.patch
patch -p0 < dashboard-head.inc.patch
|
Enjoy!

feedback welcome