GitXplorerGitXplorer
m

noria-ui

public
67 stars
15 forks
0 issues

Commits

List of commits on branch master.
Verified
2a0e23dc0252072b9cdebf83352b30253f30c7ed

Include probe data in debug output

jjonhoo committed 5 years ago
Unverified
3b3b7e40da91d37644b372d5224182c861b441a2

Report per-vertex processing times

mms705 committed 5 years ago
Unverified
db508d40c55691116cd4bbb9bd9f29a977e197b6

Don't duplicate readableNanosecondFormatter

mms705 committed 5 years ago
Unverified
6beb9089332625e63729444d4cb17f0b831b6f98

Automatically update node/domain details too

mms705 committed 5 years ago
Unverified
9dd73046d8e766e6763604186dd569c59cf5b39c

Split domain and node list into separate pages

mms705 committed 5 years ago
Unverified
4e5113db1d45c35e1749c4b60a9a261a2b624ec6

Show domain statistics in table, sort tables

mms705 committed 5 years ago

README

The README file for this repository.

Noria web UI

This repository contains the web UI for Noria servers. You connect it to a running Noria deployment by pointing the web UI at the Noria controller's external port.

Requirements

Python and a recent version of Pystache.

On Ubuntu:

$ apt-get install python-pystache

Other platforms with pip:

$ pip install pystache

Serving the UI

To generate static HTML files, run:

$ make

To serve the UI on localhost port 8000 via Python's simplehttp:

$ ./run.sh

You can now access the UI in your browser at http://localhost:8000.

Use the top-right hand control to point the UI to a running controller's external REST API address.

Noria prints this address on startup:

Oct 08 18:01:56.004 INFO became leader at epoch 587761
Oct 08 18:01:56.006 INFO found initial leader
Oct 08 18:01:56.007 INFO leader listening on external address V4(127.0.0.1:6033)

The last line specifies the external address and port; the default port is 6033.