8000 Connection count in "End Connection" loglines can be inaccurate · Issue #15 · victorhooi/mongo-insight · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Connection count in "End Connection" loglines can be inaccurate #15
Open
@victorhooi

Description

@victorhooi

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0