Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nisaacson/is-running
Test if a process with a given pid is running
https://github.com/nisaacson/is-running
Last synced: 7 days ago
JSON representation
Test if a process with a given pid is running
- Host: GitHub
- URL: https://github.com/nisaacson/is-running
- Owner: nisaacson
- Created: 2013-02-14T21:51:25.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-08-17T00:03:08.000Z (about 8 years ago)
- Last Synced: 2024-10-31T14:25:42.652Z (14 days ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 33
- Watchers: 3
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Test if a process with a given pid is running
[![Build Status](https://travis-ci.org/nisaacson/is-running.png)](https://travis-ci.org/nisaacson/is-running)
[![Dependency Status](https://david-dm.org/nisaacson/is-running/status.png)](https://david-dm.org/nisaacson/is-running)
Dependency tracking by [David](https://david-dm.org/)# Installation
`npm install is-running`## Usage
```javascript
require('is-running')(897245) // returns true if a process with pid 897245 is running
```