https://github.com/andersevenrud/elemsensor
A Vue+Electron app for showing lm_sensors (and other) stats with pretty graphs
https://github.com/andersevenrud/elemsensor
Last synced: 3 months ago
JSON representation
A Vue+Electron app for showing lm_sensors (and other) stats with pretty graphs
- Host: GitHub
- URL: https://github.com/andersevenrud/elemsensor
- Owner: andersevenrud
- Created: 2017-07-04T22:32:53.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-06T14:14:01.000Z (almost 8 years ago)
- Last Synced: 2025-01-29T07:26:05.892Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 132 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# elemsensor
A **Vue** + **Electron** app for showing **lm_sensors** (and other) stats with pretty graphs.

## Binaries
**Coming soon**
## Building
```
# Installation$ npm install
$ npm run build# And to run
$ npm run start
```## Features
- Easy to use and configure
- Pretty graphs
- Supports `lm_sensors` statistics
- Supports `hardware` statistics (like cpu and ram usage)
- Supports `nvidia` sensors (requires `nvidia-smi`)## TODO
- Binaries
- Logo and icon
- Custom intervals
- Moving of graphs
- Alerts and criticals
- Custom colors
- Custom sensor labels (collections can be renamed)## License
MIT