Back to Sapling

OverlayStats

eden/fs/docs/stats/OverlayStats.md

latest5.1 KB
Original Source

OverlayStats

  1. Duration saveOverlayDir{"overlay.save_overlay_dir_us"} :

Duration of saving a directory in Overlay

  1. Duration loadOverlayDir{"overlay.load_overlay_dir_us"} :

Duration of loading an overlay directory

  1. Duration openFile{"overlay.open_overlay_file_us"} :

Duration of opening a file in overlay

  1. Duration createOverlayFile{"overlay.create_overlay_file_us"} :

Duration of creating an overlay file

  1. Duration removeOverlayFile{"overlay.remove_overlay_file_us"} :

Duration of removing an Overlay file

  1. Duration removeOverlayDir{"overlay.remove_overlay_dir_us"} :

Duration of removing an Overlay directory

  1. Duration recursivelyRemoveOverlayDir{ "Overlay.recursively_remove_overlay_dir_us"} :

Duration of recursively removing an Overlay directory

  1. Duration hasOverlayDir{"overlay.has_overlay_dir_us"} :

Duration of checking an Overlay directory's existence

  1. Duration hasOverlayFile{"overlay.has_overlay_file_us"} :

Duration of checking an Overlay file's existence

  1. Duration addChild{"overlay.add_child_us"} :

Duration of adding a child directory to a parent directory in Overlay

  1. Duration removeChild{"overlay.remove_child_us"} :

Duration of removing a child directory from its parent in Overlay

  1. Duration removeChildren{"overlay.remove_children_us"} :

Duration of removing the entries for some children from a directory in the overlay.

  1. Duration renameChild{"overlay.rename_child_us"} :

Duration of renaming entry in Overlay

  1. Counter loadOverlayDirSuccessful{"overlay.load_overlay_dir_successful"} :

Counts the number of times that overlay directory is loaded successfully

  1. Counter loadOverlayDirFailure{"overlay.load_overlay_dir_failure"} :

Counts the number of times that overlay directory load failed

  1. Counter saveOverlayDirSuccessful{"overlay.save_overlay_dir_successful"} :

Count the number of successfully save directory in Overlay

  1. Counter saveOverlayDirFailure{"overlay.save_overlay_dir_failure"} :

Count the number of save Overlay directory is failed

  1. Counter openOverlayFileSuccessful{"overlay.open_overlay_file_successful"} :

Count the number of successfully open file in Overlay

  1. Counter openOverlayFileFailure{"overlay.open_overlay_file_failure"} :

Count the number of failure open file in Overlay

  1. Counter createOverlayFileSuccessful{"overlay.create_overlay_file_successful"} :

Count the number of Overlay files that are successfully created in the Overlay.

  1. Counter createOverlayFileFailure{"overlay.create_overlay_file_failure"} :

Count the number of failure Overlay files creations.

  1. Counter removeOverlayFileSuccessful{"overlay.remove_overlay_file_successful"} :

Count the number of file that successfully removed from Overlay.

  1. Counter removeOverlayFileFailure{"overlay.remove_overlay_file_failure"} :

Count the number of failed remove file from Overlay

  1. Counter removeOverlayDirSuccessful{"overlay.remove_overlay_dir_successful"} :

Count the number of directory that successfully removed from Overlay.

  1. Counter removeOverlayDirFailure{"overlay.remove_overlay_dir_failure"} :

Count the number of failed remove directory from Overlay

  1. Counter recursivelyRemoveOverlayDirSuccessful{ "Overlay.recursively_remove_overlay_dir_successful"} :

Count the number of directories that successfully removed recursively from Overlay.

  1. Counter recursivelyRemoveOverlayDirFailure{ "Overlay.recursively_remove_overlay_dir_failure"} :

Count the number of failed recursively remove directory from Overlay

  1. Counter hasOverlayDirSuccessful{"overlay.has_overlay_dir_successful"} :

Count the number of has Overlay directory which are successfully run

  1. Counter hasOverlayDirFailure{"overlay.has_overlay_dir_failure"} :

Count the number of has Overlay directory which failed to run

  1. Counter hasOverlayFileSuccessful{"overlay.has_overlay_file_successful"} :

Count the number of has Overlay file which are successfully run

  1. Counter hasOverlayFileFailure{"overlay.has_overlay_file_failure"} :

Count the number of has Overlay file which failed to run

  1. Counter addChildSuccessful{"overlay.add_child_successful"} :

Count the number of successfully add child commands in Overlay.

  1. Counter addChildFailure{"overlay.add_child_failure"} :

Count the number of failure add child commands in Overlay.

  1. Counter removeChildSuccessful{"overlay.remove_child_successful"} :

Count the number of successfully remove child commands in Overlay.

  1. Counter removeChildFailure{"overlay.remove_child_failure"} :

Count the number of failure remove child commands in Overlay.

  1. Counter removeChildrenSuccessful{"overlay.remove_children_successful"} :

Count the number of successfully remove children commands in Overlay.

  1. Counter removeChildrenFailure{"overlay.remove_children_failure"} :

Count the number of failure remove children commands in Overlay.

  1. Counter renameChildSuccessful{"overlay.rename_child_successful"} :

Count the number of successfully rename child commands in Overlay.

  1. Counter renameChildFailure{"overlay.rename_child_failure"} :

Count the number of failure rename child commands in Overlay.