Search Results for

    Show / Hide Table of Contents

    Class TcpStats

    Gets statistics about TCP connections

    Inheritance
    object
    TcpStats
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Net.Diagnostics
    Assembly: OpenSearch.Net.dll
    Syntax
    public static class TcpStats

    Methods

    | Edit this page View Source

    GetActiveTcpConnections()

    Gets the active TCP connections

    Declaration
    public static TcpConnectionInformation[] GetActiveTcpConnections()
    Returns
    Type Description
    TcpConnectionInformation[]

    TcpConnectionInformation[]

    Remarks

    Can return null when there is a permissions issue retrieving TCP connections.

    | Edit this page View Source

    GetStates()

    Gets the sum for each state of the active TCP connections

    Declaration
    public static ReadOnlyDictionary<TcpState, int> GetStates()
    Returns
    Type Description
    ReadOnlyDictionary<TcpState, int>
    | Edit this page View Source

    GetTcpStatistics(NetworkInterfaceComponent)

    Gets the TCP statistics for a given network interface component

    Declaration
    public static TcpStatistics GetTcpStatistics(NetworkInterfaceComponent version)
    Parameters
    Type Name Description
    NetworkInterfaceComponent version
    Returns
    Type Description
    TcpStatistics
    • Edit this page
    • View Source
    In this article
    • Methods
      • GetActiveTcpConnections()
      • GetStates()
      • GetTcpStatistics(NetworkInterfaceComponent)
    Back to top Generated by DocFX