Difference between revisions of "GreenLight BlackBox 2.0"

From Immersive Visualization Lab Wiki
Jump to: navigation, search
(Future Work)
(Future Work)
Line 30: Line 30:
 
==Future Work==
 
==Future Work==
 
* Run through osgEarth
 
* Run through osgEarth
** Display Blackbox in correct place on campus, scale container's outside height to be 8'6"
+
** Display Blackbox in correct place on campus (lat/long for center of box: 32.874264,-117.236074), scale container's outside height to be 8'6"
 
* Display power consumption for a range of data via animation
 
* Display power consumption for a range of data via animation
 
** For watt usage, go all the way to red instead of orange. When above max expected value, create a particle system to show the unit is smoking (as if burning up)
 
** For watt usage, go all the way to red instead of orange. When above max expected value, create a particle system to show the unit is smoking (as if burning up)

Revision as of 12:36, 7 February 2012

Contents

Project Overview

Recent application for the GreenLight project, allowing users to visit the BlackBox virtually while observing live data from the physical BlackBox, such as power consumption and temperature readings. This allows non-obtrusive observation of the data, which could otherwise be affected if one were to enter the actual BlackBox. Additionally, a user can look at historical data of the components, with an effective "4D" display in which a range of data (spanning many days) is shown all at once via color gradients. The 8 racks within the Sun Data Center (the BlackBox) are populated with the components/servers/computers that are actually there via querying an up-to-date database of the hardware specs, along with the up-to-date energy statistics.

Status

  • Load in BlackBox
  • Load in racks/doors/waterpipes/electrical within box (separate entities)
  • Racks & doors interaction/animation
  • Populate the racks with hardware components from flat files
  • (High-level) Config file mapping for components to textures -- No more need to make individual server models.
  • Update hardware data from remote site (message sending instead of file reading, no NFS delay)
  • Transparency mode for non-component entities
  • Read in power consumption data from remote site, store it meaningfully, and display it via a color relative to expected value range for the component
  • Selection interface to target specific components in the racks (non-selected components are transparent)
  • Selection interface extended to allow cluster selection (clusters defined by name in the config file)
  • Heuristics for expected min/max wattage value per component in the racks
  • Visual mouse/wand over effects: scale up components in rack
  • Visual mouse/wand over effects: re-color doors/racks
  • Read in power consumption data from DB over a range of time
  • Display power consumption for a range of data via a color graph across the face of each part (via shader)
  • Handle component transparency via shaders
  • Legend added to 'Power Consumption' submenu which defines the color gradient and outlier cases
  • Toggle as to whether or not to show texture faces (useful to turn off textures when looking at historical data)
  • Demo mode, which will load default textures on rack components when active
  • Created a List MenuItem (MenuList) for the general Menu system (and used to create timestamps)
  • Poll database for a user-set time range via start & end timestamps
  • Toggle to determine color gradient values based on the available data for each individual item, as opposed to the standard min/max for that cluster type.


Future Work

  • Run through osgEarth
    • Display Blackbox in correct place on campus (lat/long for center of box: 32.874264,-117.236074), scale container's outside height to be 8'6"
  • Display power consumption for a range of data via animation
    • For watt usage, go all the way to red instead of orange. When above max expected value, create a particle system to show the unit is smoking (as if burning up)
  • Temperature zones (pull data and display)
    • Temperature zones over a range of time from the past, animate through
  • Animation Widget for kernel (menu item, new popup window)
  • Possible cluster view? Wattage per cluster, along with the graph node/edge concept from Covise 199 project?

Participants

Software Developers:

Project Advisors:

Development Assistance:

  • Philip Weber
  • Andrew Prudhomme

Initial Concept Base: