/tcp-mon

A Simple TCP Connections Count Monitor

Primary LanguageShellApache License 2.0Apache-2.0

tcp-mon

A Simple TCP Connections Count Monitor

CopyRight 2018 LuRenJiasWorld

Usage

# Do it in your bash
wget https://raw.githubusercontent.com/LuRenJiasWorld/tcp-mon/master/install.sh && chmod +x ./install.sh && ./install.sh

Modify

Tcp-mon will automatically installed into /usr/local/bin, and if you want to modify the installation directory, you can:

  1. Download the install.sh
  2. Edit it with your favorate editor
  3. Find # This directory can be modified hint
  4. Modified the directory with what you like
  5. Run chmod +x ./install.sh && ./install.sh

In addition, you can also download the tcpmon.sh and run it ( after properly permission modification using chmod or so ) without installation.

Please Enjoy It !