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: 15 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T16:09:54.000Z (over 2 years ago)
- Last Synced: 2025-03-06T08:57:46.504Z (4 months 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)