SkillAgentSearch skills...

Pstree

Cross platform ps-tree (including unix flavours without ps)

Install / Use

/learn @remy/Pstree
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

pstree.remy

Cross platform ps-tree (including unix flavours without ps)

Installation

npm install pstree.remy

Usage

const psTree = psTree require('pstree.remy');

psTree(PID, (err, pids) => {
  if (err) {
    console.error(err);
  }
  console.log(pids)
});

console.log(psTree.hasPS
  ? "This platform has the ps shell command"
  : "This platform does not have the ps shell command");
View on GitHub
GitHub Stars9
CategoryDevelopment
Updated1y ago
Forks6

Languages

JavaScript

Security Score

70/100

Audited on Dec 19, 2024

No findings