Authenticated WAMP with Mozilla Persona

Open JavaScript console to watch output.

Node Controller

Shutdown node.
Get node information.
Get all workers currently running on the node.
Get process information for node controller.
Get process stats for node controller.
Trigger GC on node controller.
Start Manhole on node controller.
Stop Manhole on node controller.

Worker 2

Start Manhole.
Stop Manhole.

Worker 4

Start Manhole.
Stop Manhole.

Router 1

Start a new Router with ID 'router1'.
Stop Router with ID 'router1'.
Kill Router with ID 'router1'.
Get log for Router with ID 'router1'.
Trigger a GC on Router with ID 'router1'.
Get process statistics for Router with ID 'router1'.
Get process information for Router with ID 'router1'.
Enable process statistics monitoring for Router with ID 'router1'.
Disable process statistics monitoring for Router with ID 'router1'.
Start Manhole on Router with ID 'router1'.
Stop Manhole on Router with ID 'router1'.

Container 1

Start a new Container with ID 'container1'.
Stop Container with ID 'container1'.
Kill Container with ID 'container1'.



Test listing all WAMPlets in the node environment.
Test starting a guest worker on the node.
Test starting a guest worker with invalid configuration.
Test starting a guest worker with non-existent executable.
Test starting a guest worker that fails at run time.
Test starting a container worker.
Test starting a component in a container.