Changes between Initial Version and Version 1 of DSC/zdc_framework-viz


Ignore:
Timestamp:
Feb 4, 2014, 3:25:50 AM (10 years ago)
Author:
seskar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DSC/zdc_framework-viz

    v1 v1  
     1= Match Visualization =
     2
     3The set of HTML 5 (i..e browser) based visualization tools that relies heavily on [http://en.wikipedia.org/wiki/WebSocket websockets] and requires access to special monitoring nodes in the ORBIT infrastructure. ssh tunneling has to be used to enable websocket connections to the monitoring nodes in the ORBIT facility.
     4
     5The following SSH command will establish the required 13 tunnels:
     6{{{
     7ssh -L 6100:10.50.10.10:6100 -L 6101:10.50.10.10:6101 -L 6102:10.50.10.10:6102 -L 6103:10.50.10.10:6103 -L 6104:10.50.10.10:6104 -L 6105:10.50.10.10:6105 -L 6106:10.50.10.10:6106 -L 6107:10.50.10.10:6107 -L 6108:10.50.10.10:6108 -L 6109:10.50.10.10:6109 -L 6110:10.50.10.10:6110 -L 6111:10.50.10.10:6111 -L 6112:10.50.10.10:6112 -L 6113:10.50.10.10:6113 username@console.grid.orbit-lab.org
     8}}}
     9
     10== Competitive Match Visualization ==
     11
     12Once required tunnels are established, competitive matches can be visualized by pointing your Chrome browser at [http://www.orbit-lab.org/status/DSC/dsc-comp.html http://www.orbit-lab.org/status/DSC/dsc-comp.html].
     13
     14== Cooperative Match Visualization ==
     15
     16Cooperative matches can be visualized at [http://www.orbit-lab.org/status/DSC/dsc-coop.html http://www.orbit-lab.org/status/DSC/dsc-coop.html].