Real-time monitoring tool
git clone [email protected]:imedvedko/system-monitor.git
cd system-monitor
docker-compose up build
docker-compose up server web
http://localhost:8080/
- Open "Run/Debug Configurations" Window in IntelliJ IDEA (Run -> Edit Configurations...)
- Click "+" to Add New Configuration
- Select "Remote"
- Configure Remote Debug with these parameters
- Click "OK" to save
- Run Debug (Run -> Debug...)
Item | Value |
---|---|
Debugger mode | Attach |
Host | localhost |
Port | 5005 |
Property | Default Value |
---|---|
--sensor.disk.device-name | sda |
--sensor.disk.sector-size | 512 |
--sensor.net.interface-name | eth0 |
Property | Description | Example |
---|---|---|
--sensor.url | URL of Server Endpoint | http://server:8080/sensors |