diff options
author | Jorey Bump <slackbuilds@joreybump.com> | 2010-05-11 22:54:42 +0200 |
---|---|---|
committer | Michiel van Wessem <michiel@slackbuilds.org> | 2010-05-11 22:54:42 +0200 |
commit | aaf706d31764d76bcaed1d781a7e3a648d8c4af8 (patch) | |
tree | 6a14c4716c2596e42585be2adc5f03c000aaaafb /network/darkstat/README | |
parent | 6146efd5bc11cf00dcbdf93fd1fffaf5d1d25fa1 (diff) | |
download | slackbuilds-aaf706d31764d76bcaed1d781a7e3a648d8c4af8.tar.gz |
network/darkstat: Added to 12.1 repository
Diffstat (limited to 'network/darkstat/README')
-rw-r--r-- | network/darkstat/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/network/darkstat/README b/network/darkstat/README new file mode 100644 index 0000000000..f608a8653b --- /dev/null +++ b/network/darkstat/README @@ -0,0 +1,12 @@ +darkstat is a packet sniffing daemon that serves statistics over HTTP using a +builtin web server. Statistics can be refined using tcpdump filter expression +syntax. + +Features: +- Traffic graphs, and reports per host, showing each port for each host. +- Embedded web-server with deflate compression. +- Asynchronous reverse DNS resolution using a child process. +- Small. Portable. Single-threaded. Efficient. Uncomplicated. + +Once you have started darkstat (see the manpage), you can access your +network monitor by pointing your browser to: http://youripaddress:667 |