An open API service indexing awesome lists of open source software.

https://github.com/thehellishpandaa/system-monitor

This script is to view system information, and network information, including CPU, memory, disk and network, along with checking internet connectivity.
https://github.com/thehellishpandaa/system-monitor

bash hacktoberfest system system-monitoring

Last synced: 2 months ago
JSON representation

This script is to view system information, and network information, including CPU, memory, disk and network, along with checking internet connectivity.

Awesome Lists containing this project

README

        

# system-monitor

This is a script that I made for a class project. This script is to view system information, and network information, including CPU, memory, disk and network, along with checking internet connectivity. I do it useful because it analyzes the system, without the need to write so many commands.

## Installation & Usage

```
git clone https://github.com/TheHellishPandaa/system-monitor.git
cd system-monitor
```
Then, make the script executable.
```bash
chmod +x system-monitor.sh
```
```
./system-monitor.sh
```
Then, to automate this script you can edit the .bashrc file, and in the last line you put the path to the script. for example



nano .bashrc


Then, in the last line you put the path to the script.


/route/to/script.sh

You can Modify, Download or Use this script ;)