package octez-libs

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Tezos_base.P2p_statSource

Bandwidth usage statistics

Sourcetype t = {
  1. total_sent : int64;
  2. total_recv : int64;
  3. current_inflow : int;
  4. current_outflow : int;
}
Sourceval empty : t
Sourceval pp : Format.formatter -> t -> unit
Sourceval encoding : t Data_encoding.t
OCaml

Innovation. Community. Security.