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.
- Host: GitHub
- URL: https://github.com/thehellishpandaa/system-monitor
- Owner: TheHellishPandaa
- License: gpl-3.0
- Created: 2024-10-17T21:50:31.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-12-13T10:34:30.000Z (6 months ago)
- Last Synced: 2025-02-01T01:31:12.157Z (4 months ago)
- Topics: bash, hacktoberfest, system, system-monitoring
- Language: Shell
- Homepage:
- Size: 52.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 ;)