Securox is a terminal-based, lightweight system-monitering and logging tool for macOS, Linux, BSD.
- Brings Real Time Data for CPU, Network, Memory, and Disk.
- catagorizes alerts by severity (Red (>90%), Orange (60%-90%), and Green (<60%)) for reference.
- Saves Detailed Monitering Alerts where users can see past Securox Runs.
Securox is built fully on Python refering to psutil for system data and provides a structured log for easy refrence.
pip install psutil
pip install colorama
git clone https://github.com/GitHubCoder144/Securox.git
cd Securox
# for macOS
python Securox_macOS.py
# or if on Python 3
python3 Securox_macOS.py
# for linux and BSD
python Securox_Linux.py
# or if in python 3
python3 Securox_Linux.py
# To Update Securox
cd Securox
git pull origin main
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.