Autopsy  4.19.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Classes | Public Member Functions | Private Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.diagnostics.PerformancePanel Class Reference

Inherits JDialog.

Classes

class  PerformanceTestWorker
 

Public Member Functions

 PerformancePanel ()
 

Private Member Functions

void initComponents ()
 
void startButtonActionPerformed (java.awt.event.ActionEvent evt)
 

Private Attributes

javax.swing.JLabel cpuTimeLabel
 
javax.swing.JLabel dbReadLabel
 
javax.swing.JLabel fileReadLabel
 
javax.swing.JLabel imgReadLabel
 
javax.swing.JLabel jLabel1
 
javax.swing.JLabel jLabel2
 
javax.swing.JLabel jLabel3
 
javax.swing.JLabel jLabel4
 
javax.swing.JLabel jLabel5
 
javax.swing.JButton startButton
 
javax.swing.JLabel statusLabel
 

Detailed Description

Display statistics on system performance.

Definition at line 49 of file PerformancePanel.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.diagnostics.PerformancePanel.PerformancePanel ( )

Creates new form PerformancePanel

Definition at line 54 of file PerformancePanel.java.

Member Function Documentation

void org.sleuthkit.autopsy.diagnostics.PerformancePanel.initComponents ( )
private

This method is called from within the constructor to initialize the form. WARNING: Do NOT modify this code. The content of this method is always regenerated by the Form Editor.

Definition at line 67 of file PerformancePanel.java.

void org.sleuthkit.autopsy.diagnostics.PerformancePanel.startButtonActionPerformed ( java.awt.event.ActionEvent  evt)
private

Definition at line 175 of file PerformancePanel.java.

Member Data Documentation

javax.swing.JLabel org.sleuthkit.autopsy.diagnostics.PerformancePanel.cpuTimeLabel
private

Definition at line 184 of file PerformancePanel.java.

javax.swing.JLabel org.sleuthkit.autopsy.diagnostics.PerformancePanel.dbReadLabel
private

Definition at line 185 of file PerformancePanel.java.

javax.swing.JLabel org.sleuthkit.autopsy.diagnostics.PerformancePanel.fileReadLabel
private

Definition at line 186 of file PerformancePanel.java.

javax.swing.JLabel org.sleuthkit.autopsy.diagnostics.PerformancePanel.imgReadLabel
private

Definition at line 187 of file PerformancePanel.java.

javax.swing.JLabel org.sleuthkit.autopsy.diagnostics.PerformancePanel.jLabel1
private

Definition at line 188 of file PerformancePanel.java.

javax.swing.JLabel org.sleuthkit.autopsy.diagnostics.PerformancePanel.jLabel2
private

Definition at line 189 of file PerformancePanel.java.

javax.swing.JLabel org.sleuthkit.autopsy.diagnostics.PerformancePanel.jLabel3
private

Definition at line 190 of file PerformancePanel.java.

javax.swing.JLabel org.sleuthkit.autopsy.diagnostics.PerformancePanel.jLabel4
private

Definition at line 191 of file PerformancePanel.java.

javax.swing.JLabel org.sleuthkit.autopsy.diagnostics.PerformancePanel.jLabel5
private

Definition at line 192 of file PerformancePanel.java.

javax.swing.JButton org.sleuthkit.autopsy.diagnostics.PerformancePanel.startButton
private

Definition at line 193 of file PerformancePanel.java.

javax.swing.JLabel org.sleuthkit.autopsy.diagnostics.PerformancePanel.statusLabel
private

Definition at line 194 of file PerformancePanel.java.


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

Copyright © 2012-2021 Basis Technology. Generated on: Fri Aug 6 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.