Skip to content

Commit

Permalink
stable enough
Browse files Browse the repository at this point in the history
  • Loading branch information
gihnius committed Nov 8, 2018
1 parent ef1ef61 commit 3471306
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -6,11 +6,11 @@ A TCP connection monitoring tool written in Go.

This is a tool(a library and a command line) for monitoring and debugging network services.

I built this for the purpose of facilitating debugging and monitoring the network connections of IoT devices. At this stage, it is just an experimental tool.
~~I built this for the purpose of facilitating debugging and monitoring the network connections of IoT devices. At this stage, it is just an experimental tool.~~

Note: For each tcp connection, an additional goroutine is used for monitoring, and uses a MonConn struct to store the monitored info, which takes up a bit more memory. For 5000 long connections, it takes up about 80~100MB of memory.
~~Note: For each tcp connection, an additional goroutine is used for monitoring, and uses a MonConn struct to store the monitored info, which takes up a bit more memory. For 5000 long connections, it takes up about 80~100MB of memory.~~

So it's not recommended to use it in high performance production environment.
~~So it's not recommended to use it in high performance production environment.~~

**features**

Expand Down

0 comments on commit 3471306

Please sign in to comment.