@guilhermesilveira/process-inspect
v0.1.0
Published
Process tree, CPU, memory, and GPU inspection helpers for Node.js.
Maintainers
Readme
process-inspect
Process tree, CPU, memory, and GPU inspection helpers for Node.js.
Install
npm install @guilhermesilveira/process-inspectUsage
import { readProcessTreeSnapshot, readSystemResourceStats } from '@guilhermesilveira/process-inspect';
const system = readSystemResourceStats();
const tree = readProcessTreeSnapshot(process.pid);