Search Results for

    Show / Hide Table of Contents

    Class OpenServerInfo.MetricsEvent

    Inheritance
    System.Object
    OpenServerInfo.MetricsEvent
    Namespace: OpenAPI
    Assembly: OpenAPI.dll
    Syntax
    public class MetricsEvent : object

    Properties

    | Improve this Doc View Source

    AckIn

    The amount of ack's received since last measurement

    Declaration
    public long AckIn { get; set; }
    Property Value
    Type Description
    System.Int64
    | Improve this Doc View Source

    AckOut

    The amount of ack's sent since last measurement

    Declaration
    public long AckOut { get; set; }
    Property Value
    Type Description
    System.Int64
    | Improve this Doc View Source

    AvgSizePerPacketIn

    Declaration
    public long AvgSizePerPacketIn { get; set; }
    Property Value
    Type Description
    System.Int64
    | Improve this Doc View Source

    AvgSizePerPacketOut

    Declaration
    public long AvgSizePerPacketOut { get; set; }
    Property Value
    Type Description
    System.Int64
    | Improve this Doc View Source

    DeniedConnections

    The amount of connections that were denied since last measurement

    Declaration
    public long DeniedConnections { get; set; }
    Property Value
    Type Description
    System.Int64
    | Improve this Doc View Source

    EventsDispatched

    The amount of events dispatched since last measurement

    Declaration
    public long EventsDispatched { get; set; }
    Property Value
    Type Description
    System.Int64
    | Improve this Doc View Source

    Failures

    The amount of packet failures since last measurement

    Declaration
    public long Failures { get; set; }
    Property Value
    Type Description
    System.Int64
    | Improve this Doc View Source

    NakIn

    The amount of nak's received since last measurement

    Declaration
    public long NakIn { get; set; }
    Property Value
    Type Description
    System.Int64
    | Improve this Doc View Source

    NetworkDownloadBps

    The amount of bytes received since last measurement

    Declaration
    public long NetworkDownloadBps { get; set; }
    Property Value
    Type Description
    System.Int64
    | Improve this Doc View Source

    NetworkUploadBps

    The amount of bytes uploaded since last measurement

    Declaration
    public long NetworkUploadBps { get; set; }
    Property Value
    Type Description
    System.Int64
    | Improve this Doc View Source

    PacketsIn

    The amount of packets that have come in since last measurement

    Declaration
    public long PacketsIn { get; set; }
    Property Value
    Type Description
    System.Int64
    | Improve this Doc View Source

    PacketsOut

    The amount of packets that have gone out since last measurement

    Declaration
    public long PacketsOut { get; set; }
    Property Value
    Type Description
    System.Int64
    | Improve this Doc View Source

    Players

    The amount of players connected to the server at time of measurement

    Declaration
    public long Players { get; set; }
    Property Value
    Type Description
    System.Int64
    | Improve this Doc View Source

    PortThreads

    The amount of completion ports used at time of measurement

    Declaration
    public long PortThreads { get; set; }
    Property Value
    Type Description
    System.Int64
    | Improve this Doc View Source

    Resends

    The amount of packet re-sends since last measurement

    Declaration
    public long Resends { get; set; }
    Property Value
    Type Description
    System.Int64
    | Improve this Doc View Source

    WorkerThreads

    The amount of worker threads used at time of measurement

    Declaration
    public long WorkerThreads { get; set; }
    Property Value
    Type Description
    System.Int64
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX