SysC (C = See) is a Linux System Monitor tool which is the final project for the course System Administration and Security (CPSC 6240)
Languages: Python, Bash
Python Libraries: psutil, colorama, Tkinter
Clone the project
git clone https://github.com/aditeyaS/6240-project
Go to the project directory
cd 6240-project
Install linux requirements
xargs sudo apt install < linux-requirements.txt
Install python requirements
pip3 install -r pip-requirements.txt
Make script executable
chmod u+x sysc.sh
Run UI app
./sysc.sh
Run CLI app
./sysc.sh --cli
UI App
- feature to kill a process
CLI App
- network monitor
- process monitor