{"id":39397043,"url":"https://github.com/obeone/sys-stats","last_synced_at":"2026-01-18T03:17:17.135Z","repository":{"id":275243502,"uuid":"919624797","full_name":"obeone/sys-stats","owner":"obeone","description":"The Sys-Stats Dashboard is a real-time system monitoring tool that provides comprehensive insights into CPU, RAM, GPU usage, and more through interactive web-based and command-line interfaces. Deployed using Docker, it supports cross-platform use and integrates with the Ollama API for additional metrics.","archived":false,"fork":false,"pushed_at":"2025-05-20T21:14:27.000Z","size":1699,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-20T22:41:30.215Z","etag":null,"topics":["dashboard","monitoring","sys-admin"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/obeone.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-01-20T18:27:16.000Z","updated_at":"2025-05-20T21:14:24.000Z","dependencies_parsed_at":"2025-05-26T00:15:43.800Z","dependency_job_id":null,"html_url":"https://github.com/obeone/sys-stats","commit_stats":null,"previous_names":["obeone/sys-stats"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/obeone/sys-stats","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obeone%2Fsys-stats","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obeone%2Fsys-stats/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obeone%2Fsys-stats/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obeone%2Fsys-stats/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/obeone","download_url":"https://codeload.github.com/obeone/sys-stats/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obeone%2Fsys-stats/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28528034,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T00:39:45.795Z","status":"online","status_checked_at":"2026-01-18T02:00:07.578Z","response_time":98,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dashboard","monitoring","sys-admin"],"created_at":"2026-01-18T03:17:16.503Z","updated_at":"2026-01-18T03:17:17.115Z","avatar_url":"https://github.com/obeone.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📊 Sys-Stats Dashboard ✨\n\nWelcome to the **Sys-Stats Dashboard**! This project is designed to monitor and visualize system performance in real-time through a sleek and interactive dashboard. Whether you're interested in CPU, RAM, or GPU usage, this tool provides comprehensive insights at your fingertips. \n\n## 🎢 Features\n\n- **Real-time Monitoring**: Get instant updates on system metrics such as CPU load, memory usage, GPU stats, and essential processes.\n  \n- **Interactive Dashboards**: Use the web-based or command-line interface for intuitive dashboards, allowing detailed insights into system behavior.\n  \n- **Cross-Platform Support**: Deployed using Docker, ensuring consistency and easy setup across different operating environments.\n  \n- **Customizable Refresh Rates**: Adapt the monitoring frequency to suit your needs, enabling faster updates or conserving resources when needed.\n\n- **Ollama API Integration**: Out-of-the-box compatibility with the Ollama API for additional system-specific metrics and insights.\n\n## 🎆 Screenshots\n\n![Web Dashboard](https://raw.githubusercontent.com/obeone/sys-stats/main/docs/web.png)\n![CLI Dashboard](https://raw.githubusercontent.com/obeone/sys-stats/main/docs/cli.png)\n\n## 🚀 Getting Started\n\nReady to get your Sys-Stats Dashboard up and running? Follow these steps:\n\n### 🐳 Running with Docker\n\n#### Requirements\n\nEnsure you have the following installed on your system:\n\n- Docker 🐳\n- NVIDIA drivers (if you want GPU monitoring) 🎮\n\n#### Installation\n\n1. **Clone the Repository:**\n\n   ```bash\n   git clone https://github.com/obeone/sys-stats.git\n   cd sys-stats\n   `````\n\n1. **Running the System:**\n\n    - **With nvidia GPU Support:**\n\n    ```bash\n    docker compose -f compose.yaml -f compose.gpu.yaml up -d\n    ```\n\n    - **Without nvidia GPU Support:**\n  \n    ```bash\n    docker compose up -d\n    ```\n\n   The service will be running at `http://localhost:5000`.\n\n### ⚙️ Running Without Docker\n\nIf you prefer to run the Sys-Stats Dashboard directly on your machine without using Docker, follow these steps for a seamless setup:\n\n#### Prerequisites\n\nBefore setting up the project, make sure you have the following prerequisites installed:\n\n- **Python 3.12+**: You'll need Python to run the application natively.\n- **pip**: Python's package manager to install required dependencies.\n- **NVIDIA drivers**: For GPU monitoring (if applicable).\n\n#### Setup Instructions\n\n1. **Clone the Repository:**\n\n   Begin by cloning the repository to your local machine:\n\n   ```bash\n   git clone https://github.com/obeone/sys-stats.git\n   cd sys-stats\n   ```\n\n2. **Create a Virtual Environment:**\n\n   It's a good practice to use a virtual environment to manage dependencies:\n\n   ```bash\n   python3 -m venv venv\n   source venv/bin/activate  # On Windows use `venv\\Scripts\\activate`\n   ```\n\n3. **Install Dependencies:**\n\n   Install the required packages using `pip`:\n\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n4. **Configure Environment Variables:**\n\n   If you're using the Ollama API, ensure you set the `OLLAMA_API_URL` environment variable:\n\n   ```bash\n   export OLLAMA_API_URL=\"http://localhost:11434\"\n   ```\n\n5. **Start the Application:**\n\n   Run the Flask application:\n\n   ```bash\n   python app.py\n   ```\n\n   The application will start on `http://localhost:5000`.\n\n## 📺 Using the CLI\n\nTo use the CLI for live monitoring, execute:\n\n```bash\npython cli.py [--url http://localhost:5000/stats] [--interval 5]\n```\n\nThis command launches the CLI with a 5-second refresh interval.\n\nYou're all set! Now you can enjoy using the Sys-Stats Dashboard on your local setup without Docker.\n\n## 🧑‍💻 Contributing\n\nWe welcome contributions from the community! Feel free to open issues, suggest features, or submit pull requests. Let's build a better Sys-Stats Dashboard together!\n\n## 📝 Notes\n\nThis repo is clearly messy, but it was supposed to be only for my own use!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fobeone%2Fsys-stats","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fobeone%2Fsys-stats","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fobeone%2Fsys-stats/lists"}