Skip to content

BOH354/streamlit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

9 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ–ฅ๏ธ Infrastructure Monitoring Dashboard A Streamlit-Based System Health & Resource Monitoring Tool

๐Ÿ“˜ Overview This project is an infrastructure monitoring dashboard developed for a university assignment as part of a broader exploration into system administration, security, and system visualisation. The application provides a real-time view of system health, resource usage, and diagnostic information using a clean, multipage Streamlit interface.

This final version extends an earlier beta prototype originally built using HTML, CSS, PHP, and JavaScript. It has now been re-implemented using Python and Streamlit to improve portability, streamline development, and enable simplified deployment on virtualised environments.

๐ŸŽฏ Project Objectives Design, build, and deploy a functional system monitoring dashboard Provide real-time system metrics (CPU, memory, disk, processes) Support testing within a controlled virtual environment (e.g., Kali Linux VM) Demonstrate the evolution from a traditional LAMP-style stack to a Python framework Show understanding of virtualisation, OS interaction, and local infrastructure tooling

๐Ÿงฉ Features System Information Panel Hostname Operating system Architecture Uptime Resource Monitoring CPU usage Memory consumption Disk utilisation Processes Overview Active processes High-resource tasks Multipage Streamlit Layout Organised pages for metrics, system information, and diagnostics Lightweight Deployment Runs locally on any Linux VM with Python

๐Ÿ“ฆ Installation Requirements Python 3.8+ Streamlit pandas psutil

Linux environment (tested on Kali Linux)

Install dependencies pip install streamlit pandas psutil

โ–ถ๏ธ Running the Application Local run python -m streamlit run app.py

Access in a browser: http://localhost:8501

Remote access (within VM network) python -m streamlit run app.py --server.address 0.0.0.0 --server.port 8501

From another device: http://:8501

๐Ÿ—๏ธ Project Structure Streamlit/ โ”œโ”€โ”€ app.py โ”œโ”€โ”€ pages/ โ”œโ”€โ”€ Images/ โ””โ”€โ”€ README.md

Add log analysis and threat-detection modules

Containerise the application using Docker

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages