{"id":15494469,"url":"https://github.com/addisonelliott/node-psutil","last_synced_at":"2026-04-28T20:31:31.096Z","repository":{"id":139442427,"uuid":"146183564","full_name":"addisonElliott/node-psutil","owner":"addisonElliott","description":"Cross-platform lib for process and system monitoring in NodeJS","archived":false,"fork":false,"pushed_at":"2018-08-26T13:40:21.000Z","size":103,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-02T17:40:09.202Z","etag":null,"topics":["node","node-module","nodejs","nodejs-modules","ps","util","utilities"],"latest_commit_sha":null,"homepage":null,"language":"C++","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/addisonElliott.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}},"created_at":"2018-08-26T13:37:25.000Z","updated_at":"2018-08-26T13:40:20.000Z","dependencies_parsed_at":"2023-04-03T22:18:06.515Z","dependency_job_id":null,"html_url":"https://github.com/addisonElliott/node-psutil","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/addisonElliott%2Fnode-psutil","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/addisonElliott%2Fnode-psutil/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/addisonElliott%2Fnode-psutil/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/addisonElliott%2Fnode-psutil/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/addisonElliott","download_url":"https://codeload.github.com/addisonElliott/node-psutil/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246068302,"owners_count":20718503,"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":["node","node-module","nodejs","nodejs-modules","ps","util","utilities"],"created_at":"2024-10-02T08:14:20.364Z","updated_at":"2026-04-28T20:31:31.035Z","avatar_url":"https://github.com/addisonElliott.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"node-psutil\n===========\n\nThe start of a port of the pyhton library psutil.\n\nUsage\n=====\n\n    var PSUtil = require('psutil').PSUtil;\n\n    var psUtil = new PSUtil();\n    psUtil.cpu_times(false, function(err, result) {\n      test.equal(null, err);\n      test.equal('number', typeof result.user);\n\n      psUtil.cpu_times(true, function(err, result) {\n        test.equal(null, err);\n        test.equal('number', typeof result[0].user);\n        test.done();\n      });\n    });\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faddisonelliott%2Fnode-psutil","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faddisonelliott%2Fnode-psutil","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faddisonelliott%2Fnode-psutil/lists"}