Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.
/ ps_list Public archive

Efficiently list open processes in Node.

Notifications You must be signed in to change notification settings

coalpha/ps_list

Repository files navigation

@coalpha/ps_list

Efficiently list open processes in Node

This repository is incomplete and archived because making a faster alternative for ps-list doesn't actually make sense. If you want something performant, don't use Node.js.

usage

const ps_list = require("@coalpha/ps_list");

ps_list().forEach(process => console.log(process.name));