Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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`