[Dart] How to reduce the time window for displayed reports

Matt England mengland at mengland.net
Sat Nov 11 18:57:59 EST 2006


My project receives a tremendous number of unique DART reports a day.  We'd 
like to reduce the time span for displayed reports so that it doesn't take 
so long to refresh the Dashboard web pages.  We'd still like to receive 
continuous reports, just with smaller amounts of content per display.

Any suggestions?

I've tried doing something like this in the Project.xml file:

     <TemporalTrack>
       <Name>Continuous</Name>
       <Start>5:00 PM</Start>
       <!-- Duration is in floating point hours -->
       <Duration>1</Duration>
       <DefaultSortBy>timeStamp</DefaultSortBy>
       <DefaultOrder>descending</DefaultOrder>
     </TemporalTrack>

...but do not get the intended results.

I'm not sure if the above will actually show 24 different 1-hour displays 
like I hope, or if we need to make 24 different tracks for this purpose.

The more we grow the more we find we may be pushing the boundaries or 
DART's intended use--we find we need much more broader functionality for 
our event-reporting server.  We are hoping DART can make due for now while 
we construct our own customizations.

Thanks for any help,
-Matt 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.kitware.com/pipermail/dart/attachments/20061111/43f06924/attachment.htm


More information about the Dart mailing list