Skip to content

jzyong/TcpMonitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tcp Monitor

  Application-oriented customized TCP message interception, monitoring, and statistics. Because the TCP protocol of each project is different, the project cannot be directly used. You need to modify the TCP packet logic and application statistics by yourself. Document

Directory Description
config Config file
docs html document
manager Network core logic
mode Core logical entity
res markdown document
service Customize the specific service logic(need modify)
static web js,css,image(need modify)
view Web page(need modify)
web Web logic(need modify)

Features

  • Monitors all TCP messages sent and received on a specified port on a network adapter
  • Check why each Socket is closed
  • Calculate the number, size, and so on
  • Check the delay and packet loss rate of an IP address corresponding to a country or city
  • Statistics of each user's network connection, message details

Technology and reference