-
Notifications
You must be signed in to change notification settings - Fork 813
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add connection count to base OS checks. #379
Comments
Hi @drohr, |
On TCP/UDP, I think most users don't really care about UDP stuff, as its, UDP. So either look for just TCP connections or group on connection type. On the connection type, I would guess you would like to create an alert based on if you have a large number of TIMED_WAIT. But this could of course be triggered inside your application instead. Information about current ESTABLISHED connections is always useful. Other information that could be useful is group by port number. Example what it could look like, but this really depends on what features you want to add, and how stuff is implemented. But I would love to hear some of your ideas. |
system.net.connections_tcp and then being able to split it by connection state |
New networks metrics were added to the last release. You can also enable tracking of TCP/UDP connections. In |
any chance to add this functionality in windows @LotharSee ? |
Note that this issue requests the number of TCP connections but it was closed after the number of packets sent/received was added. Could the number of connections be added, please? |
Bump |
This should be reopened, it doesn't address the original ask. The ask was for individual tallys for specific ports, not just the aggregations of all ports in the given states. |
Would be nice if dd-agent also got the amount of connections and added it to its "base" of stats to check, like disk space and memory today. Either something from netstat or fetch the data from proc. Maybe group on type, TCP/UDP and such.
The text was updated successfully, but these errors were encountered: