Module Async_unix.Io_stats
Gives stats about system IO usage.
include Ppx_sexp_conv_lib.Sexpable.S with type t := t
val t_of_sexp : Sexplib0.Sexp.t -> tval sexp_of_t : t -> Sexplib0.Sexp.t
val create : unit -> tval update : t -> kind:Fd.Kind.t -> bytes:Core.Int63.t -> unitval total : t -> Core.Int63.tval get : t -> kind:Fd.Kind.t -> Core.Int63.t