Skip to content

Rohitkumarr29/BashWatch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

# LinuxScriptingProj

**System Monitoring Tool**

This is a basic system monitoring tool written in Bash that displays information about CPU usage, memory usage, and disk space using the top, ps, and df commands.

**Usage**

**Clone the Repository**

git clone https://github.com/TarangJ/BashWatch.git
cd system-monitoring-tool

**Make the Script Executable:**
                  chmod +x monitor.sh

**Run the Script:**
                ./monitor.sh

**Functionality:**
The script provides information on CPU usage, memory usage, and disk space.
CPU usage is obtained using the top command.
Memory usage is obtained using the free command.
Disk space information is obtained using the df command.

**Notes**
Ensure that you have the necessary permissions to run the script. If needed, use sudo:
sudo ./monitor.sh
The script may require adjustments based on your system configuration and user permissions.

**Contribution**
Contributions are welcome! If you have any suggestions or find any issues, please feel free to open an issue or a pull request.

License
This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 100.0%