darkstat is a network traffic analyzer. It's basically a packet sniffer which runs as a background process on a cable/DSL router and gathers all sorts of useless but interesting statistics.
darkstat is a network traffic analyzer. It's basically a packet sniffer which runs as a background process on a cable/DSL router and gathers all sorts of useless but interesting statistics.
To install darkstat, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install darkstat
To see what files were installed by darkstat, run:
port contents darkstat
To later upgrade darkstat, run:
sudo port selfupdate && sudo port upgrade darkstat
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.