Autopsy  4.6.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Private Attributes | List of all members
org.sleuthkit.autopsy.healthmonitor.EnterpriseHealthMonitor.TimingInfo Class Reference

Private Attributes

long count
 
double max
 
double min
 
double sum
 

Detailed Description

Internal class for collecting timing metrics. Instead of storing each TimingMetric, we only store the min and max seen and the number of metrics and total duration to compute the average later. One TimingInfo instance should be created per metric name, and additional timing metrics will be added to it.

Definition at line 790 of file EnterpriseHealthMonitor.java.

Member Data Documentation

long org.sleuthkit.autopsy.healthmonitor.EnterpriseHealthMonitor.TimingInfo.count
private

Definition at line 791 of file EnterpriseHealthMonitor.java.

double org.sleuthkit.autopsy.healthmonitor.EnterpriseHealthMonitor.TimingInfo.max
private

Definition at line 793 of file EnterpriseHealthMonitor.java.

double org.sleuthkit.autopsy.healthmonitor.EnterpriseHealthMonitor.TimingInfo.min
private

Definition at line 794 of file EnterpriseHealthMonitor.java.

double org.sleuthkit.autopsy.healthmonitor.EnterpriseHealthMonitor.TimingInfo.sum
private

Definition at line 792 of file EnterpriseHealthMonitor.java.


The documentation for this class was generated from the following file:

Copyright © 2012-2016 Basis Technology. Generated on: Mon May 7 2018
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.