Module Tcp.StatsSource
TCP Statistics
Sourcetype t = {mutable tcp_listens : int;mutable tcp_channels : int;mutable tcp_connects : int;mutable tcp_timers : int;mutable total_established : int;mutable total_passive_connections : int;mutable total_active_connections : int;mutable total_timers : int;
} Sourceval incr_listen : unit -> unit Sourceval decr_listen : unit -> unit Sourceval incr_channel : unit -> unit Sourceval decr_channel : unit -> unit Sourceval incr_connect : unit -> unit Sourceval decr_connect : unit -> unit Sourceval incr_timer : unit -> unit Sourceval decr_timer : unit -> unit