Skip to content

Latest commit

 

History

History
55 lines (31 loc) · 1.16 KB

README.md

File metadata and controls

55 lines (31 loc) · 1.16 KB

System Tracker Project

Project Introduction

A Java application that monitors your system's hardware metrics and sends detailed reports via email. Get insights into CPU performance, memory usage, temperature readings, and other critical system metrics delivered straight to your inbox.

Features

  • Real-time hardware monitoring including:

    • CPU metrics (load, cores, frequency, temperature)
    • Memory usage and availability
    • Graphics card information
    • Power source status
    • System temperatures and fan speeds
    • Sound card details
  • Automated email reporting using secure SMTP

  • Detailed hardware component identification

  • System sensor readings

Dependencies/Methods

  • OSHI (Operating System and Hardware Information): Hardware metrics collection
  • Apache Commons Email: Email functionality
  • JNA (Java Native Access)

Configuration

  1. Update the email credentials in MessageSender.java
mail.setAuthentication("[email protected]", "your-app-password");
  1. Set your recipient email address in Main.java:
String recipient = "[email protected]";

Author

Jeremy Lu Diaz

[email protected]

George Washington University