Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
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") |
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.
|
static |
Definition at line 46 of file IngestMonitor.java.
Referenced by org.sleuthkit.autopsy.ingest.IngestMonitor.MonitorTimerAction.getFreeSpace(), org.sleuthkit.autopsy.thunderbirdparser.ThunderbirdMboxFileIngestModule.processMBox(), org.sleuthkit.autopsy.thunderbirdparser.ThunderbirdMboxFileIngestModule.processPst(), and org.sleuthkit.autopsy.modules.embeddedfileextractor.SevenZipExtractor.UnknownSizeUnpackStream.write().
|
staticprivate |
Definition at line 47 of file IngestMonitor.java.
|
private |
Definition at line 55 of file IngestMonitor.java.
|
staticprivate |
Definition at line 48 of file IngestMonitor.java.
|
staticprivate |
Definition at line 54 of file IngestMonitor.java.
Referenced by org.sleuthkit.autopsy.ingest.IngestMonitor.MonitorTimerAction.actionPerformed(), and org.sleuthkit.autopsy.ingest.IngestMonitor.MonitorTimerAction.logMemoryUsage().
|
private |
Definition at line 56 of file IngestMonitor.java.
|
private |
Definition at line 57 of file IngestMonitor.java.
Copyright © 2012-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.