文件名称:pidtree::children_crossing:PID的跨平台子代列表
文件大小:28KB
文件格式:ZIP
更新时间:2024-05-23 04:24:05
nodejs cli list tree pid
皮特里 :children_crossing: PID的跨平台子项列表。 编码为 :red_heart: 作者( Simone Primarosa) 。 概要 此软件包确实类似于ps-tree,但速度更快,更安全,并且可以为子级用户提供结果。 此外,ps-tree是不可维护的。 嗯,还提供了精美的CLI ! 用法 var pidtree = require ( 'pidtree' ) // Get childs of current process pidtree ( process . pid , function ( err , pids ) { console . log ( pids ) // => [] } ) // Include the given pid in the result array pidtree ( process . pid , { root : true } , function (
【文件预览】:
pidtree-master
----.gitignore(2KB)
----media()
--------cli.gif(10KB)
----package.json(2KB)
----.npmrc(19B)
----bin()
--------pidtree.js(3KB)
----index.js(1KB)
----.github()
--------workflows()
----license(1KB)
----lib()
--------pidtree.js(3KB)
--------get.js(722B)
--------ps.js(1KB)
--------wmic.js(1KB)
--------bin.js(1KB)
----readme.md(6KB)
----index.test-d.ts(362B)
----.gitattributes(29B)
----test()
--------helpers()
--------integration.js(3KB)
--------bench.js(853B)
--------ps.js(2KB)
--------wmic.js(1KB)
----.editorconfig(147B)
----index.d.ts(2KB)