{"id":24113522,"url":"https://github.com/ezhil56x/cpuinfo-cli","last_synced_at":"2026-05-16T05:06:41.688Z","repository":{"id":185605496,"uuid":"673807163","full_name":"ezhil56x/cpuinfo-cli","owner":"ezhil56x","description":"CLI tool for real-time CPU monitoring and load average display.","archived":false,"fork":false,"pushed_at":"2023-08-02T13:18:53.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-23T03:48:59.829Z","etag":null,"topics":["cli","cli-tools","command-line-tool","cpuinfo"],"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/ezhil56x.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}},"created_at":"2023-08-02T13:18:22.000Z","updated_at":"2023-08-02T17:31:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"1380ce65-32d4-42d6-b175-41cff6efecfa","html_url":"https://github.com/ezhil56x/cpuinfo-cli","commit_stats":null,"previous_names":["ezhil56x/cpuinfo-cli"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ezhil56x%2Fcpuinfo-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ezhil56x%2Fcpuinfo-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ezhil56x%2Fcpuinfo-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ezhil56x%2Fcpuinfo-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ezhil56x","download_url":"https://codeload.github.com/ezhil56x/cpuinfo-cli/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241126120,"owners_count":19913957,"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","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":["cli","cli-tools","command-line-tool","cpuinfo"],"created_at":"2025-01-11T04:03:43.750Z","updated_at":"2025-11-23T05:04:14.376Z","avatar_url":"https://github.com/ezhil56x.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CPU Info CLI Tool\n\n## Introduction\n\nCPU Info is a simple CLI tool to monitor system metrics, including the number of CPU cores, CPU percentage, and load average. The tool utilizes the `psutil` library to gather system information. This uses Python's `optparse` module to parse command-line arguments.\n\n## Requirements\n\n- Python 3.x\n- psutil library\n\n## Usage\n\nTo use the application, you can run the script with various options as follows:\n\n```bash\ncpuinfo -n       # Print the number of CPU cores\ncpuinfo -c       # Print the CPU percentage\ncpuinfo -l       # Print the load average\ncpuinfo -s       # Continuously stream the values\ncpuinfo -h       # Print the help message\n```\n\n## Installation\n\nTo install CPU Info CLI Tool, follow these steps\n\n1. Clone the repository\n\n```bash\ngit clone https://github.com/ezhil56x/cpuinfo-cli.git\n```\n\n2. Change the working directory\n\n```bash\ncd cpuinfo-cli\n```\n\n3. Install the psutil library\n\n```bash\npip install psutil\n```\n\n4. Make the script executable\n\n```bash\nchmod +x cpuinfo\n```\n\n5. Move the script to the bin directory\n\n```bash\nsudo mv cpuinfo /usr/bin\n```\n\n6. Run the script with the help option\n\n```bash\ncpuinfo -h\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fezhil56x%2Fcpuinfo-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fezhil56x%2Fcpuinfo-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fezhil56x%2Fcpuinfo-cli/lists"}