Open
Description
According to:
https://jira.mongodb.org/browse/SERVER-17797
the connection count in "end connection" loglines can be inaccurate:
2015-03-30T10:27:37.754-0400 I NETWORK [conn615] end connection 127.0.0.1:57023 (11 connections now open)
Apparently, the connection count in "open connection" loglines is still accurate.
We should probably tag these connection counts separately, to distinguish them.
Another step we can take is possibly to either ignore the connection count from "end connection" lines, or possibly just use the "open connection" ones - may make the connection counts more jagged, since we'll have less samples.
Another approach would be to use only the "open connection" loglines, but to also manually decrement the counter with each "end connection" line we see (i.e. manually count closes).
Metadata
Metadata
Assignees
Labels
No labels