include Mirage_flow
val pp_write_error : write_error Fmt.tpp_write_error is the pretty-printer for write errors.
module type S = sig ... endAbstract flow signature.
Copy stats
type stats = Mirage_flow.stats = {read_bytes : int64; |
read_ops : int64; |
write_bytes : int64; |
write_ops : int64; |
duration : int64; |
}The type for I/O statistics from a copy operation.