This project has retired. For details please refer to its Attic page.
Protos.TrafficControlStatistics
JavaScript is disabled on your browser.
Skip navigation links
org.apache.mesos

Class Protos.TrafficControlStatistics

  • All Implemented Interfaces:
    Protos.TrafficControlStatisticsOrBuilder
    Enclosing class:
    Protos


    public static final class Protos.TrafficControlStatistics
    extends com.google.protobuf.GeneratedMessageV3
    implements Protos.TrafficControlStatisticsOrBuilder 
     When the network bandwidth caps are enabled and the container
     is over its limit, outbound packets may be either delayed or
     dropped completely either because it exceeds the maximum bandwidth
     allocation for a single container (the cap) or because the combined
     network traffic of multiple containers on the host exceeds the
     transmit capacity of the host (the share). We can report the
     following statistics for each of these conditions exported directly
     from the Linux Traffic Control Queueing Discipline.
     id : name of the limiter, e.g. 'tx_bw_cap'
     backlog : number of packets currently delayed
     bytes : total bytes seen
     drops : number of packets dropped in total
     overlimits : number of packets which exceeded allocation
     packets : total packets seen
     qlen : number of packets currently queued
     rate_bps : throughput in bytes/sec
     rate_pps : throughput in packets/sec
     requeues : number of times a packet has been delayed due to
     locking or device contention issues
     More information on the operation of Linux Traffic Control can be
     found at http://www.lartc.org/lartc.html.
     
    Protobuf type mesos.TrafficControlStatistics
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /