Wrong active connections in status endpoint? #13679
Unanswered
manuelmazzuola
asked this question in
Help
Replies: 1 comment 8 replies
-
The
lsof with -s TCP:ESTABLISHED will show only TCP connections that are actively established at the system level, excluding other stages (e.g., connections waiting to be closed or in other states). Could you try this to see all the connection in kong |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
currently using Kong Enterprise 3.4.3.10.
I'm trying to understand why Kong status endpoint says that i have more than 200 active connections but if I lsof (
lsof -nP -i TCP -s TCP:ESTABLISHED
) all active TCP connections in the proxy container it reports that i only have 5 connections, all from the prometheus server.Anyone has encountered this mismatch in numbers?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions