Skip to content

KunalSingh005/linux-performance-monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Linux Performance Monitor Script

A shell script to monitor basic server performance stats like CPU, Memory, Disk Usage, and top processes.

How to Run the Project

  1. Save the Script: Save the code into a file named server-stats.sh.

  2. Make it Executable: Open your terminal and run the following command to give the script execution permissions:

    chmod +x server-stats.sh
  3. Run the Script: Execute the script from your terminal:

    ./server-stats.sh

Project Source

This project was completed as part of the backend developer roadmap from roadmap.sh.

Project Page URL: https://roadmap.sh/projects/server-stats

About

A shell script to monitor basic server performance stats.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages