Autopsy  4.12.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Private Attributes | List of all members
org.sleuthkit.autopsy.healthmonitor.HealthMonitor.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 1455 of file HealthMonitor.java.

Member Data Documentation

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

Definition at line 1457 of file HealthMonitor.java.

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

Definition at line 1459 of file HealthMonitor.java.

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

Definition at line 1460 of file HealthMonitor.java.

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

Definition at line 1458 of file HealthMonitor.java.


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

Copyright © 2012-2018 Basis Technology. Generated on: Wed Sep 18 2019
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.