diff options
author | mr <mr@FreeBSD.org> | 2003-05-23 06:39:53 +0800 |
---|---|---|
committer | mr <mr@FreeBSD.org> | 2003-05-23 06:39:53 +0800 |
commit | e4f292489023eadfe868330bb79315cfbedd9666 (patch) | |
tree | 512800a3eb39bb6540b12b559435de2f3fb843ae /net-mgmt/nitpicker/pkg-descr | |
parent | c3a2e987fd10bfa1f2e815a94229626ea05bce50 (diff) | |
download | freebsd-ports-gnome-e4f292489023eadfe868330bb79315cfbedd9666.tar.gz freebsd-ports-gnome-e4f292489023eadfe868330bb79315cfbedd9666.tar.zst freebsd-ports-gnome-e4f292489023eadfe868330bb79315cfbedd9666.zip |
Add nitpicker, a IP-flow-accounting-tool.
Submitted by: Christian Jachmann <C.Jachmann@gmx.net>
Diffstat (limited to 'net-mgmt/nitpicker/pkg-descr')
-rw-r--r-- | net-mgmt/nitpicker/pkg-descr | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/net-mgmt/nitpicker/pkg-descr b/net-mgmt/nitpicker/pkg-descr new file mode 100644 index 000000000000..01d1f6ca13c0 --- /dev/null +++ b/net-mgmt/nitpicker/pkg-descr @@ -0,0 +1,30 @@ +Introduction: + + Nitpicker is simple, Nitpicker is efficient, Nitpicker is Open Source. + Nitpicker is the free IP Flow Accounter. + It started because the commercial accounting software was just not fast, + precise and reliable enough to fit a today's ISP / MSP requirements. + +Here are some of the large benefits of nitpicker above other accounting software: + - It is 100% free + - It is Public Domain. + - It is designed for speed + - It is designed to run reliable under djb's daemontools + - It consumes minimal processor power + - It also runs with little memory + + +Description: + + Nitpicker is (currently) running under *BSD and Linux. + It is designed for the berkley packet filter (BPF). + (Sun Solaris(c) packet filter is currently examined). + Linux doesn't have a device like the bpf, + so you need to have libpcap ( Notice: We strongly recommend using *BSD ) + Nitpicker accesses the raw ethernet frames and reads the header informations. + Nitpicker will write the flows into a file when there are n flows in the savequeue. + They are moved there after n seconds passed since the flowstart + (This prevents never-ending flows like news to be written too) + + The flowfile is called flow.<unixtimestamp>.u At the end of a dumping period, + the .u files will be renamed to *.s, and new .u files will be created |