Skip to content

System Tracker that sends critical hardware and software computer component information to the user through email.

Notifications You must be signed in to change notification settings

Jludiaz/SystemTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages