{"id":24373336,"url":"https://github.com/arinbjornk/llmtop","last_synced_at":"2025-10-14T20:16:34.728Z","repository":{"id":269455194,"uuid":"907469982","full_name":"arinbjornk/llmtop","owner":"arinbjornk","description":"A system monitoring tool powered by LLMs that provides real-time insights about your system's performance","archived":false,"fork":false,"pushed_at":"2025-06-28T21:26:00.000Z","size":1418,"stargazers_count":61,"open_issues_count":3,"forks_count":7,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-10T05:56:19.458Z","etag":null,"topics":["ai-tools","gputil","ollama","openai","psutil","rich","system-monitoring","terminal"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arinbjornk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-12-23T16:47:59.000Z","updated_at":"2025-09-06T17:07:17.000Z","dependencies_parsed_at":"2025-01-18T17:29:41.821Z","dependency_job_id":"6f078cab-4acd-4f55-bbd5-f095be2e2b25","html_url":"https://github.com/arinbjornk/llmtop","commit_stats":null,"previous_names":["arinbjornk/llmtop"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/arinbjornk/llmtop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arinbjornk%2Fllmtop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arinbjornk%2Fllmtop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arinbjornk%2Fllmtop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arinbjornk%2Fllmtop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arinbjornk","download_url":"https://codeload.github.com/arinbjornk/llmtop/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arinbjornk%2Fllmtop/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279021014,"owners_count":26086947,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"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":["ai-tools","gputil","ollama","openai","psutil","rich","system-monitoring","terminal"],"created_at":"2025-01-19T05:10:48.242Z","updated_at":"2025-10-14T20:16:34.713Z","avatar_url":"https://github.com/arinbjornk.png","language":"Python","funding_links":[],"categories":["\u003ca name=\"monitor\"\u003e\u003c/a\u003eSystem monitoring"],"sub_categories":[],"readme":"# llmtop\n\n`llmtop` is an intelligent system monitoring tool that combines real-time system metrics with LLM-powered insights. It provides a dynamic terminal interface showing system performance metrics enhanced with AI-driven analysis.\n\n\u003e **Note**: This project is currently in beta testing. Features and interfaces may change.\n\n![llmtop Screenshot](screenshot.png)\n\n## Features\n\n- Real-time system metrics monitoring (CPU, Memory, Disk, Network)\n- Process monitoring with resource usage\n- AI-powered system analysis using either OpenAI or Ollama\n- Smart alerting system for resource thresholds\n- Dynamic terminal UI with auto-updating metrics\n\n## Installation\n\nInstall directly from PyPI:\n```bash\npip install llmtop\n```\n\n## LLM Backend Options\n\nllmtop supports two LLM backends for system analysis:\n\n### OpenAI (GPT-4o mini)\n1. Set your OpenAI API key:\n   ```bash\n   export OPENAI_API_KEY='your-api-key-here'\n   ```\n2. Run with OpenAI:\n   ```bash\n   llmtop --use-openai\n   ```\n\n### Ollama with Llama 3.2 3B (Default)\n1. Install Ollama from [ollama.ai](https://ollama.ai)\n2. Start the Ollama service\n3. Run llmtop:\n   ```bash\n   llmtop\n   ```\n\n## Command Line Options\n\n```bash\nllmtop [OPTIONS]\n\nOptions:\n  --update-frequency INTEGER  Update frequency in seconds (default: 5)\n  --use-openai               Use OpenAI instead of local model\n  --history-length INTEGER   Number of historical data points to keep (default: 60)\n  --help                     Show this message and exit\n```\n\n## Usage Tips\n\n- The tool defaults to using Ollama for analysis, which is free but requires local installation\n- OpenAI mode provides more detailed analysis but requires an API key and has associated costs\n- Adjust update frequency based on your system's performance and monitoring needs\n\n## Known Issues\n\n- Experimental (untested) support for Windows systems\n- Update frequency might need adjustment on slower systems\n- Some process names may be truncated in the display\n\n## Contributing\n\nThis project is in beta, and we welcome contributions! Please feel free to:\n\n- Report bugs\n- Suggest features\n- Submit pull requests\n\n## License\n\nMIT License - see [LICENSE](LICENSE) file for details.\n\n## Acknowledgements\n\nBuilt using:\n- Rich for terminal UI\n- OpenAI/Ollama for LLM integration\n- psutil for system metrics\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farinbjornk%2Fllmtop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farinbjornk%2Fllmtop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farinbjornk%2Fllmtop/lists"}