Skip to content

adding function for connection table information #86

Description

@jhulbe

Expected Behavior

I was trying to view / log the connections to a site.

Current Behavior

I didn't see a current way to view connections

Possible Solution

Created new function to pull the nsconnectiontable output
I've created Get-NSTCPConnections, queries the connection table.

Context

I'm using it in this fashion to view the active connections to a site over a 30min period for testing :
1..1800 | %{(Get-NSTCPConnections | ?{$_.destip -like "$vipIPaddress"} | ft).count ; sleep 1}

End goal is to eventually monitor connection count, and add resources on an as needed basis. Watch for a count, power up a server, test, add it to service group.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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