I was asked the question about step by step instructions on how to install it. Here they are for OSX. If using windows translate bash to DOS batch and for Linux it should be pretty straightforward after reading the below.
- Download tcpmon
- Uncompress in a folder of your choice, let us say in your home directory
- Create a bash script for example /usr/sbin/tcpmon with the below content:
#!/bin/bash cd /Users/nestor/tcpmon-1.0-bin/build ./tcpmon.sh
- Run tcpmon from command line:
tcpmon &
No comments:
Post a Comment