Added:
/wiki/AdminUI.wiki
=======================================
--- /dev/null
+++ /wiki/AdminUI.wiki Tue Jan 24 04:24:05 2012
@@ -0,0 +1,19 @@
+#Admin User Interface
+
+= Introduction =
+Virgil uses DropWizard underneath, which means it provides an Admin UI out
of the box.
+
+= Details =
+
+To access the Operational Menu, open "http://localhost:8081"
+
+There are four links: Metrics, Ping, Threads and Healthcheck
+There functions are fairly self-evident.
+
+* Metrics returns performance and load information including JVM health
and connection information.
+
+* Ping is a simple test to ensure that the REST stack itself is working.
+
+* Threads shows the active threads and can help out on long-running or
dead-locked connections.
+
+* Health Check runs through registered health checks in the system to
report on the systems ability to deliver its services.