{"id":20626586,"url":"https://github.com/kuwacom/get-systeminfo","last_synced_at":"2026-04-16T20:38:39.958Z","repository":{"id":45802375,"uuid":"514645876","full_name":"kuwacom/get-systeminfo","owner":"kuwacom","description":"Get system information such as CPU usage and RAM usage","archived":false,"fork":false,"pushed_at":"2022-07-16T18:21:17.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-17T06:27:06.441Z","etag":null,"topics":["cmd","systeminfo"],"latest_commit_sha":null,"homepage":"https://kuwa.app","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/kuwacom.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}},"created_at":"2022-07-16T17:39:59.000Z","updated_at":"2023-01-16T03:34:05.000Z","dependencies_parsed_at":"2022-07-17T11:47:20.859Z","dependency_job_id":null,"html_url":"https://github.com/kuwacom/get-systeminfo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuwacom%2Fget-systeminfo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuwacom%2Fget-systeminfo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuwacom%2Fget-systeminfo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuwacom%2Fget-systeminfo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kuwacom","download_url":"https://codeload.github.com/kuwacom/get-systeminfo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242483345,"owners_count":20135784,"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":["cmd","systeminfo"],"created_at":"2024-11-16T13:14:04.980Z","updated_at":"2026-04-16T20:38:39.926Z","avatar_url":"https://github.com/kuwacom.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# get-systeminfo\nGet system information such as CPU usage and RAM usage\n\n# HOW TO USE\nFirst run this command to install the required libraries.\u003cbr\u003e\n`pip install -r requirements.txt`\n\nCall it from another program or load it as a module in python.\u003cbr\u003e\n## Example\nCall example from nodejs.\u003cbr\u003e\n```js\nconst {PythonShell} = require('python-shell');\nPythonShell.run('systeminfo.py', null, function (err, result) {\n    if (err) throw err\n    resultJson = JSON.parse(result[0])\n    console.log(resultJson)\n})\n```\nResult\u003cbr\u003e\n![image](https://user-images.githubusercontent.com/83022348/179367430-b61e1595-6447-4eab-a5ad-1f61f59f2707.png)\n\u003cbr\u003e\n# About network and drive results\nThe meaning of each number in the disk and network results is output in the same order as the following psutil document.\u003cbr\u003e\nDisk: https://psutil.readthedocs.io/en/latest/#psutil.disk_io_counters\u003cbr\u003e\nNetwork: https://psutil.readthedocs.io/en/latest/#psutil.net_io_counters\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkuwacom%2Fget-systeminfo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkuwacom%2Fget-systeminfo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkuwacom%2Fget-systeminfo/lists"}