Module Octez_performance_metrics

type data_dir_element = {
  1. path : string;
  2. metrics_suffix : string;
}
val data_dir_element : ?metrics_suffix:string -> string -> data_dir_element
module type REGISTRY = sig ... end
module Make (R : REGISTRY) : sig ... end
val supports_performance_metrics : unit -> bool Lwt.t

supports_performance_metrics () returns true if du, ps and lsof are available on the platform.