Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/telkomdev/node-cpu-stat
Realtime CPU Statistic built with NodeJs, Websocket, and ChartJs
https://github.com/telkomdev/node-cpu-stat
nodejs realtime websocket
Last synced: about 5 hours ago
JSON representation
Realtime CPU Statistic built with NodeJs, Websocket, and ChartJs
- Host: GitHub
- URL: https://github.com/telkomdev/node-cpu-stat
- Owner: telkomdev
- Created: 2019-12-05T23:56:45.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T16:09:54.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T15:52:55.547Z (over 1 year ago)
- Topics: nodejs, realtime, websocket
- Language: JavaScript
- Homepage:
- Size: 466 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Realtime CPU Statistics built with Nodejs, Websocket, and ChartJs
### How it works
When you running this project on your local computer, this app will scrap and parse `stdout` from `iostat` command, and then feed it to your `websocket` server
Getting started:
install dependencies
```
$ npm install
```running
```
$ npm start
```visit `http://localhost:8000/`
[](https://github.com/telkomdev/node-cpu-stat)