Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pjagielski/vertx-top-monitor
Raspberry Pi HTTP console written in Vert.x
https://github.com/pjagielski/vertx-top-monitor
Last synced: 2 days ago
JSON representation
Raspberry Pi HTTP console written in Vert.x
- Host: GitHub
- URL: https://github.com/pjagielski/vertx-top-monitor
- Owner: pjagielski
- Created: 2013-01-14T23:20:39.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-23T23:32:47.000Z (over 11 years ago)
- Last Synced: 2024-04-16T11:11:22.963Z (7 months ago)
- Language: JavaScript
- Size: 194 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
vertx-raspberry-console
=======================Raspberry Pi web console showing top processes, cpu and memory usage. Written in Vert.x
Installation
============
Install latests Java 8 build from [Oracle website](http://jdk8.java.net/fxarmpreview).
Install gradle and vert.x via GVM
```
curl -s get.gvmtool.net | bash
gvm install gradle
gvm install vertx
```Running
=======
```
gradle runVertx
```or
```
gradle build
./run.sh
```Now go to `http://localhost:8080`