2.1.0 • Published 2 years ago

macos-native-processlist v2.1.0

Weekly downloads
223
License
MIT
Repository
github
Last release
2 years ago

macos-native-processlist

Build Status

Loads list of processes on macOS natively, without any bullshit ps output parsing

Usage

import { getProcessList } from 'macos-native-processlist'

getProcessList().then(processes => {
  for (let process of processes) {
    console.log(process.pid, process.name, process.children.length)
  }
})

For the full API look at the typings file.

2.1.0

2 years ago

2.0.0

4 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

6 years ago