Skip to content

Mustem/republic-node-toolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

republic-node-toolkit

A small toolkit for node operators using WSL, Bash, and simple monitoring utilities.

Features

  • 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

Project Structure

  • scripts/ -> utility scripts
  • docs/ -> usage notes
  • examples/ -> sample outputs

Current Scripts

check_system.sh

Shows:

  • hostname
  • current user
  • uptime
  • memory usage
  • disk usage

check_disk.sh

Shows:

  • filesystem usage
  • directory sizes in current path

check_process.sh

Checks whether a process name appears in the current process list.

node_health_report.sh

Shows a combined quick report:

  • hostname
  • user
  • uptime
  • memory
  • disk
  • top processes snapshot

tail_logs.sh

Shows the last lines of a selected log file.

Usage

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

Roadmap

  • Add restart helper
  • Add optional node-specific checks
  • Add exportable report output

About

WSL-friendly Bash toolkit for node operators: system checks, process checks, disk checks, and health reports.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages