val value : counter -> intThe counter value. value t is {!incr} t - {!decrs} t.
type t = {tcp_flows : counter; |
tcp_listens : counter; |
tcp_channels : counter; |
tcp_connects : counter; |
tcp_timers : counter; |
}val pp : Stdlib.Format.formatter -> t -> unitval singleton : tmodule Gc : sig ... end