Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)