Skip to content

codedbychandana/Smart-System-Monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 

Repository files navigation

How to run it:

git clone https://github.com/codedbychandana/Smart-System-Monitor.git

docker-compose up --build

NOTE: You need to create an application-secret.properties file in the SAME folder as application.properties and it should have:

redis.password=

redis.url=

Smart system monitoring system built with Java Spring boot and containerized using Docker. It tracks metrics of your system such as memory and cpu loads using the OSHI library. CPU overloads are predicted and can be reduced using ML anomaly detection (Isolation Forest). When anomalous processes are terminated, logs are stored in Redis. All metrics are scraped and visualized using Prometheus and Grafana.

About

Containerized smart system monitor that predicts overloads using ML, detects anomalies in system usage, and automatically mitigates them, with a real-time dashboard.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors