Skip to content

adinathphad/linux-system-monitor-shell-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Linux System Monitor using Bash

A lightweight Linux monitoring tool built using Shell scripting to track CPU, memory, disk and system performance with real-time alerts.

Features

  • Real-time CPU monitoring
  • Memory usage tracking
  • Disk usage monitoring
  • Threshold-based alerts
  • Live terminal dashboard
  • Lightweight and fast

Linux Commands Used

top, free, df, ps, awk, grep, sleep, clear, chmod, trap

Setup Steps

  • cd ~/project
  • mkdir linux-system-monitor-shell-script
  • cd linux-system-monitor-shell-script
  • touch monitor.sh
  • chmod +x monitor.sh

RUN

./system_monitor.sh

Stop using CTRL + C

Skills Demonstrated

  • Linux Administration
  • Bash Scripting
  • Automation
  • DevOps fundamentals

About

Lightweight Linux system monitoring tool built using Bash scripting to track CPU, memory, disk, processes, and network stats with logging and alerts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages