Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/max-mapper/mon-prebuilt
Install mon prebuilt binaries using npm
https://github.com/max-mapper/mon-prebuilt
Last synced: about 2 months ago
JSON representation
Install mon prebuilt binaries using npm
- Host: GitHub
- URL: https://github.com/max-mapper/mon-prebuilt
- Owner: max-mapper
- Created: 2015-04-19T20:06:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-19T20:22:15.000Z (over 9 years ago)
- Last Synced: 2024-10-10T15:13:50.597Z (2 months ago)
- Language: JavaScript
- Homepage: https://github.com/tj/mon
- Size: 133 KB
- Stars: 6
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# mon-prebuilt
Install [mon](https://github.com/tj/mon) prebuilt binaries for Linux/Mac using npm.
mon is a simple single-process process monitoring program written in C.
## Installation
Download and install the `mon` binary globally to symlink it into your PATH:
```
npm install -g mon-prebuilt
```If that command fails with an `EACCESS` error you may have to run it again with `sudo`:
```
sudo npm install -g mon-prebuilt
```Now you can just run `mon` to run mon:
```
mon
```