文件名称:ps-list:获取正在运行的流程
文件大小:260KB
文件格式:ZIP
更新时间:2024-06-14 21:12:49
JavaScript
ps列表
获取正在运行的流程
在macOS,Linux和Windows上均可使用。
安装
$ npm install ps-list
用法
const psList = require ( 'ps-list' ) ;
( async ( ) => {
console . log ( await psList ( ) ) ;
//=> [{pid: 3213, name: 'node', cmd: 'node test.js', ppid: 1, uid: 501, cpu: 0.1, memory: 1.5}, …]
} ) ( ) ;
原料药
psList(选项?)
返回带有正在运行的进程的Promise
【文件预览】:
ps-list-main
----.gitignore(23B)
----package.json(687B)
----.npmrc(19B)
----index.js(4KB)
----test.js(2KB)
----.github()
--------workflows()
--------funding.yml(91B)
----vendor()
--------fastlist-0.3.0-x86.exe(210KB)
--------fastlist-0.3.0-x64.exe(266KB)
----license(1KB)
----readme.md(981B)
----index.test-d.ts(497B)
----.gitattributes(19B)
----fixtures()
--------sleep-forever.js(97B)
----.editorconfig(175B)
----index.d.ts(993B)