A small toolkit for node operators using WSL, Bash, and simple monitoring utilities.
- Basic system information check
- Disk usage check
- Simple process check
- Combined node health report
- Quick log tail helper
- Quick command line workflow
- WSL-friendly setup
- scripts/ -> utility scripts
- docs/ -> usage notes
- examples/ -> sample outputs
Shows:
- hostname
- current user
- uptime
- memory usage
- disk usage
Shows:
- filesystem usage
- directory sizes in current path
Checks whether a process name appears in the current process list.
Shows a combined quick report:
- hostname
- user
- uptime
- memory
- disk
- top processes snapshot
Shows the last lines of a selected log file.
Run: bash scripts/check_system.sh bash scripts/check_disk.sh bash scripts/check_process.sh bash bash scripts/node_health_report.sh bash scripts/tail_logs.sh /var/log/syslog 20
- Add restart helper
- Add optional node-specific checks
- Add exportable report output