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.
-
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
- OSHI (Operating System and Hardware Information): Hardware metrics collection
- Apache Commons Email: Email functionality
- JNA (Java Native Access)
- Update the email credentials in MessageSender.java
mail.setAuthentication("[email protected]", "your-app-password");
- Set your recipient email address in Main.java:
String recipient = "[email protected]";
Jeremy Lu Diaz
George Washington University