val value : counter -> int
The 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 -> unit
val singleton : t
module Gc : sig ... end