Skip to content

xiaotuoyang/process-tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

process-tree

npm author

Install

npm i processp-tree-info

Usage

const {getProcessTree, getAllProcess} = require("processp-tree-info")

;(async function() {
    console.log(await getAllProcess())
    console.log(await getProcessTree(process.pid))
})()

About

get all process and get process tree.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published