LuRenJiasWorld / tcp-mon

A Simple TCP Connections Count Monitor

Home Page:https://untitled.pw/news/442.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 !

About

A Simple TCP Connections Count Monitor

https://untitled.pw/news/442.html

License:Apache License 2.0


Languages

Language:Shell 100.0%