PHP 8.2.30
Preview: README.md Size: 421 B
/proc/thread-self/root/home/byroehnu/.trash/node_modules11/pstree.remy/README.md

# pstree.remy

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

## Installation

```shel
npm install pstree.remy
```

## Usage

```js
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");
```

Directory Contents

Dirs: 2 × Files: 4

Name Size Perms Modified Actions
lib DIR
- drwxr-xr-x 2026-02-03 15:06:46
Edit Download
tests DIR
- drwxr-xr-x 2026-02-03 15:06:46
Edit Download
100 B lrw-r--r-- 2026-02-03 15:06:46
Edit Download
1.10 KB lrw-r--r-- 2026-02-03 15:06:44
Edit Download
629 B lrw-r--r-- 2026-02-03 15:06:46
Edit Download
421 B lrw-r--r-- 2026-02-03 15:06:46
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).