tcpip.tcp
Tcp.Stats
TCP Statistics
tcpip
tcpip.icmpv4
tcpip.icmpv4-socket
tcpip.ipv4
tcpip.ipv6
tcpip.stack-direct
tcpip.stack-socket
tcpip.tcp_socket_options
tcpip.tcpv4-socket
tcpip.tcpv4v6-socket
tcpip.tcpv6-socket
tcpip.udp
tcpip.udpv4-socket
tcpip.udpv4v6-socket
tcpip.udpv6-socket
tcpip.unix
type counter
The type for counters.
val value : counter -> int
The counter value. value t is {!incr} t - {!decrs} t.
value t
{!incr} t
{!decrs} t
type t = {
tcp_listens : counter;
tcp_channels : counter;
tcp_connects : counter;
tcp_timers : counter;
mutable total_established : int;
mutable total_passive_connections : int;
mutable total_active_connections : int;
mutable total_timers : int;
}
val pp : Format.formatter -> t -> unit
val incr_listen : unit -> unit
val decr_listen : unit -> unit
val incr_channel : unit -> unit
val decr_channel : unit -> unit
val incr_connect : unit -> unit
val decr_connect : unit -> unit
val incr_timer : unit -> unit
val decr_timer : unit -> unit
val singleton : t
module Gc : sig ... end
Show GC stats