darkstat
network statistics gatherer with graphs
WWW CVSWeb GITHub-
Package versiondarkstat-3.0.719p3
-
MaintainerThe OpenBSD ports mailing-list
Darkstat is a packet sniffer which runs as a background process on
a cable/DSL router, gathers all sorts of useless but interesting
statistics, and serves them over HTTP. Features:
* Traffic graphs.
* Tracks traffic per host.
* Tracks traffic per TCP and UDP port for each host.
* Embedded web-server with deflate compression.
* Asynchronous reverse DNS resolution using a child process.
* Small. Portable. Single-threaded. Efficient.
+-----------------------------------------------------------------------
| Running ${PKGSTEM} on OpenBSD
+-----------------------------------------------------------------------
By default, when started from the rc.d(8) script, darkstat will listen to
traffic on the first egress interface, and only allow TCP connections from
localhost. If using NAT, the internal interface might be a better choice
than the egress; to use alternative settings, override the defaults in
rc.conf.local e.g.:
darkstat_flags=-i em2 -b 127.0.0.1 --syslog
- devel/metaauto
- devel/autoconf/2.69
- archivers/bzip2