Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 873 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 873 Bytes

System-Monitoring-Script

A shell script that displays system information like current time, system uptime, free disk space, free memory, and load average. The script runs continuously and updates the information every 5 seconds.

Usage

To use the script, simply download the script file and run it using the following command:

./system-monitoring.sh

The script will display the system information on the terminal window and update the information every 5 seconds. To stop the script, simply press Ctrl+C.

Contributing

If you find any bugs or issues with the script, feel free to open a new issue on the GitHub repository. You can also contribute to the script by submitting a pull request with your changes.

About -

This script is part of the Assignment, which aims to provide simple and easy-to-use scripts for system administration and monitoring.