๐Ÿ“ก Processes

November 14, 2019 ยท View on GitHub

process.pid, process.ppid, process.title, os.getPriority() and os.setPriority() work on any OS.

Other projects can be used to manipulate processes:

  • ps-list or ps-tree: list processes. tasklist and fastlist can also be used for Windows only.
  • pid-from-port: find processes by port.
  • process-exists: check if a process is running.

Next (๐Ÿ“ก Signals)
Previous (๐Ÿ“ก Networking)
Top