Some alternatives:
On Linux, the CLI commands nload and watch lsof can be used to accomplish a similar task.
nload
watch lsof
On Windows, resmon.exe will give you information on live connections and in/out packets/bytes.
resmon.exe
Some alternatives:
On Linux, the CLI commands
nload
andwatch lsof
can be used to accomplish a similar task.On Windows,
resmon.exe
will give you information on live connections and in/out packets/bytes.