Octez_performance_metrics
type data_dir_element = {
path : string;
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.
supports_performance_metrics ()
true
du
ps
lsof