eden/fs/docs/stats/OverlayStats.md
Duration saveOverlayDir{"overlay.save_overlay_dir_us"} :Duration of saving a directory in Overlay
Duration loadOverlayDir{"overlay.load_overlay_dir_us"} :Duration of loading an overlay directory
Duration openFile{"overlay.open_overlay_file_us"} :Duration of opening a file in overlay
Duration createOverlayFile{"overlay.create_overlay_file_us"} :Duration of creating an overlay file
Duration removeOverlayFile{"overlay.remove_overlay_file_us"} :Duration of removing an Overlay file
Duration removeOverlayDir{"overlay.remove_overlay_dir_us"} :Duration of removing an Overlay directory
Duration recursivelyRemoveOverlayDir{ "Overlay.recursively_remove_overlay_dir_us"}
:Duration of recursively removing an Overlay directory
Duration hasOverlayDir{"overlay.has_overlay_dir_us"} :Duration of checking an Overlay directory's existence
Duration hasOverlayFile{"overlay.has_overlay_file_us"} :Duration of checking an Overlay file's existence
Duration addChild{"overlay.add_child_us"} :Duration of adding a child directory to a parent directory in Overlay
Duration removeChild{"overlay.remove_child_us"} :Duration of removing a child directory from its parent in Overlay
Duration removeChildren{"overlay.remove_children_us"} :Duration of removing the entries for some children from a directory in the overlay.
Duration renameChild{"overlay.rename_child_us"} :Duration of renaming entry in Overlay
Counter loadOverlayDirSuccessful{"overlay.load_overlay_dir_successful"} :Counts the number of times that overlay directory is loaded successfully
Counter loadOverlayDirFailure{"overlay.load_overlay_dir_failure"} :Counts the number of times that overlay directory load failed
Counter saveOverlayDirSuccessful{"overlay.save_overlay_dir_successful"} :Count the number of successfully save directory in Overlay
Counter saveOverlayDirFailure{"overlay.save_overlay_dir_failure"} :Count the number of save Overlay directory is failed
Counter openOverlayFileSuccessful{"overlay.open_overlay_file_successful"}
:Count the number of successfully open file in Overlay
Counter openOverlayFileFailure{"overlay.open_overlay_file_failure"} :Count the number of failure open file in Overlay
Counter createOverlayFileSuccessful{"overlay.create_overlay_file_successful"}
:Count the number of Overlay files that are successfully created in the Overlay.
Counter createOverlayFileFailure{"overlay.create_overlay_file_failure"} :Count the number of failure Overlay files creations.
Counter removeOverlayFileSuccessful{"overlay.remove_overlay_file_successful"}
:Count the number of file that successfully removed from Overlay.
Counter removeOverlayFileFailure{"overlay.remove_overlay_file_failure"} :Count the number of failed remove file from Overlay
Counter removeOverlayDirSuccessful{"overlay.remove_overlay_dir_successful"}
:Count the number of directory that successfully removed from Overlay.
Counter removeOverlayDirFailure{"overlay.remove_overlay_dir_failure"} :Count the number of failed remove directory from Overlay
Counter recursivelyRemoveOverlayDirSuccessful{ "Overlay.recursively_remove_overlay_dir_successful"}
:Count the number of directories that successfully removed recursively from Overlay.
Counter recursivelyRemoveOverlayDirFailure{ "Overlay.recursively_remove_overlay_dir_failure"}
:Count the number of failed recursively remove directory from Overlay
Counter hasOverlayDirSuccessful{"overlay.has_overlay_dir_successful"} :Count the number of has Overlay directory which are successfully run
Counter hasOverlayDirFailure{"overlay.has_overlay_dir_failure"} :Count the number of has Overlay directory which failed to run
Counter hasOverlayFileSuccessful{"overlay.has_overlay_file_successful"} :Count the number of has Overlay file which are successfully run
Counter hasOverlayFileFailure{"overlay.has_overlay_file_failure"} :Count the number of has Overlay file which failed to run
Counter addChildSuccessful{"overlay.add_child_successful"} :Count the number of successfully add child commands in Overlay.
Counter addChildFailure{"overlay.add_child_failure"} :Count the number of failure add child commands in Overlay.
Counter removeChildSuccessful{"overlay.remove_child_successful"} :Count the number of successfully remove child commands in Overlay.
Counter removeChildFailure{"overlay.remove_child_failure"} :Count the number of failure remove child commands in Overlay.
Counter removeChildrenSuccessful{"overlay.remove_children_successful"} :Count the number of successfully remove children commands in Overlay.
Counter removeChildrenFailure{"overlay.remove_children_failure"} :Count the number of failure remove children commands in Overlay.
Counter renameChildSuccessful{"overlay.rename_child_successful"} :Count the number of successfully rename child commands in Overlay.
Counter renameChildFailure{"overlay.rename_child_failure"} :Count the number of failure rename child commands in Overlay.