Nestrain messures the throughput on a TCP connection.
NetStrain is a tool to measure practical data throughput between two machines over a TCP connection. It can be used for performance testing, stress/stability testing and to demonstrate various network effects. It supports both IPv4 and IPv6, provided the underlying system does.
NetStrain is a tool to measure practical data throughput between two machines over a TCP connection. It can be used for performance testing, stress/stability testing and to demonstrate various network effects. It supports both IPv4 and IPv6, provided the underlying system does.
To install netstrain, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install netstrain
To see what files were installed by netstrain, run:
port contents netstrain
To later upgrade netstrain, run:
sudo port selfupdate && sudo port upgrade netstrain
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.