Autopsy  4.6.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Classes | Static Public Attributes | Private Attributes | Static Private Attributes | List of all members
org.sleuthkit.autopsy.ingest.IngestMonitor Class Reference

Classes

class  MonitorTimerAction
 

Static Public Attributes

static final int DISK_FREE_SPACE_UNKNOWN = -1
 

Private Attributes

final Logger logger = Logger.getLogger(IngestMonitor.class.getName())
 
Timer timer
 
MonitorTimerAction timerAction
 

Static Private Attributes

static final int INITIAL_INTERVAL_MS = 60000
 
static final int MAX_LOG_FILES = 3
 
static final java.util.logging.Logger monitorLogger = java.util.logging.Logger.getLogger("monitor")
 

Detailed Description

Monitors disk space and memory and cancels ingest if disk space runs low.

Note: This should be a singleton and currently is used as such, with the only instance residing in the IngestManager class.

Definition at line 44 of file IngestMonitor.java.

Member Data Documentation

final int org.sleuthkit.autopsy.ingest.IngestMonitor.DISK_FREE_SPACE_UNKNOWN = -1
static
final int org.sleuthkit.autopsy.ingest.IngestMonitor.INITIAL_INTERVAL_MS = 60000
staticprivate

Definition at line 47 of file IngestMonitor.java.

final Logger org.sleuthkit.autopsy.ingest.IngestMonitor.logger = Logger.getLogger(IngestMonitor.class.getName())
private

Definition at line 55 of file IngestMonitor.java.

final int org.sleuthkit.autopsy.ingest.IngestMonitor.MAX_LOG_FILES = 3
staticprivate

Definition at line 48 of file IngestMonitor.java.

final java.util.logging.Logger org.sleuthkit.autopsy.ingest.IngestMonitor.monitorLogger = java.util.logging.Logger.getLogger("monitor")
staticprivate
Timer org.sleuthkit.autopsy.ingest.IngestMonitor.timer
private

Definition at line 56 of file IngestMonitor.java.

MonitorTimerAction org.sleuthkit.autopsy.ingest.IngestMonitor.timerAction
private

Definition at line 57 of file IngestMonitor.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.