Search Results for

    Show / Hide Table of Contents

    Class Tcp.TcpListenerStatistics

    A set of statistics from a specific TCP listener.

    Inheritance
    object
    Tcp.TcpListenerStatistics
    Implements
    Tcp.ITcpQuery
    INoSerializationVerificationNeeded
    IEquatable<Tcp.TcpListenerStatistics>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.IO
    Assembly: Akka.dll
    Syntax
    public sealed record Tcp.TcpListenerStatistics : Tcp.ITcpQuery, INoSerializationVerificationNeeded, IEquatable<Tcp.TcpListenerStatistics>
    Remarks

    These are ongoing, rolling statistics that are updated as the listener processes incoming connections. They will not reset unless the listener is killed.

    Properties

    | Edit this page View Source

    AcceptedIncomingConnections

    Total number of accepted incoming connections

    Declaration
    public long AcceptedIncomingConnections { get; init; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    FailedIncomingConnections

    Incoming connections that could not be accepted

    Declaration
    public long FailedIncomingConnections { get; init; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    IncomingConnectionsClosed

    Total number of incoming connections that were closed

    Declaration
    public long IncomingConnectionsClosed { get; init; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    RetriedIncomingConnections

    Incoming connections that had to be retried

    Declaration
    public long RetriedIncomingConnections { get; init; }
    Property Value
    Type Description
    long

    Implements

    Tcp.ITcpQuery
    INoSerializationVerificationNeeded
    IEquatable<T>

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    Extensions.AsInstanceOf<T>(object)
    In this article
    • githubEdit this page
    • View Source
    Back to top
    Contribute
    • Project Chat
    • Discussion Forum
    • Source Code
    Support
    • Akka.NET Support Plans
    • Akka.NET Observability Tools
    • Akka.NET Training & Consulting
    Maintained By
    • Petabridge - The Akka.NET Company
    • Learn Akka.NET