diff options
author | krion <krion@FreeBSD.org> | 2003-12-09 04:51:57 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-12-09 04:51:57 +0800 |
commit | 1f049700254676a6b83e27bbd7762a952901abad (patch) | |
tree | 0fe2c7f498db67993875843b05f840d5b18d4372 /net-mgmt/ifgraph/pkg-descr | |
parent | ec8f6363a258de0f19489d30851f18ab2b424bd5 (diff) | |
download | freebsd-ports-gnome-1f049700254676a6b83e27bbd7762a952901abad.tar.gz freebsd-ports-gnome-1f049700254676a6b83e27bbd7762a952901abad.tar.zst freebsd-ports-gnome-1f049700254676a6b83e27bbd7762a952901abad.zip |
Add ifgraph 0.4.9,
ifGraph is a set of Perl scripts created to help network
administrators to visualize network flow on a daily, weekly,
monthly, and yearly basis. The graphics are created with
RRDTool, and it shows bytes (in/out) and errors for each
interface. It also shows the current/average/max use and the
respective link/interface usage in percentages. The program
also outputs HTML files to make the visualization of the
PNG/GIF/GD images more friendly and easy.
PR: 57421
Submitted by: Lars Thegler <lars@thegler.dk>
Diffstat (limited to 'net-mgmt/ifgraph/pkg-descr')
-rw-r--r-- | net-mgmt/ifgraph/pkg-descr | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net-mgmt/ifgraph/pkg-descr b/net-mgmt/ifgraph/pkg-descr new file mode 100644 index 000000000000..bf4ea780360d --- /dev/null +++ b/net-mgmt/ifgraph/pkg-descr @@ -0,0 +1,12 @@ +ifGraph is a set of Perl scripts created to help network administrators +to visualize network flow on a daily, weekly, monthly, and yearly basis. +The graphics are created with RRDTool, and it shows bytes (in/out) and +errors for each interface. It also shows the current/average/max use and +the respective link/interface usage in percentages. The program also +outputs HTML files to make the visualization of the PNG/GIF/GD images +more friendly and easy. + +WWW: http://www.ifgraph.org + +- Lars Thegler +lars@thegler.dk |