Bug 119841 - [NEW PORT] sysutils/iograph: Creates HTML statistics of network transfer
Summary: [NEW PORT] sysutils/iograph: Creates HTML statistics of network transfer
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-20 21:20 UTC by Markus Dolze
Modified: 2008-01-23 09:40 UTC (History)
1 user (show)

See Also:


Attachments
iograph-0.9.1.shar (1.81 KB, text/plain)
2008-01-20 21:20 UTC, Markus Dolze
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Dolze 2008-01-20 21:20:03 UTC
iograph counts network traffic for one interface and creates an accounting
statistic by summing up the transfered bytes. Statistics are created hourly,
daily and monthly and are saved as static HTML files.

It is written in pure C without the need of external libraries, targetted to
be used in an embedded firewall system. A HTTP server is not included.

WWW: mdolze.gmxhome.de/iograph.shtml

Generated with FreeBSD Port Tools 0.77
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2008-01-23 09:08:28 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-01-23 09:32:30 UTC
miwi        2008-01-23 09:32:24 UTC

  FreeBSD ports repository

  Modified files:
    sysutils             Makefile 
  Added files:
    sysutils/iograph     Makefile data.bin distinfo pkg-descr 
  Log:
  iograph counts network traffic for one interface and creates an accounting
  statistic by summing up the transfered bytes. Statistics are created hourly,
  daily and monthly and are saved as static HTML files.
  
  It is written in pure C without the need of external libraries, targetted to
  be used in an embedded firewall system. A HTTP server is not included.
  
  WWW: mdolze.gmxhome.de/iograph.shtml
  
  PR:             ports/119841
  Submitted by:   Markus Dolze
  
  Revision  Changes    Path
  1.973     +1 -0      ports/sysutils/Makefile
  1.1       +26 -0     ports/sysutils/iograph/Makefile (new)
  1.1       +1 -0      ports/sysutils/iograph/data.bin (new)
  1.1       +3 -0      ports/sysutils/iograph/distinfo (new)
  1.1       +8 -0      ports/sysutils/iograph/pkg-descr (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2008-01-23 09:37:01 UTC
State Changed
From-To: open->closed

New port added. Thanks!