Hi Eli, The front-end code that was written in Node.js currently does 2 separate things. First of all, it defines, generates and loads a realistic model into a running Sakai OAE instance. After that, it also hits a bunch of our data feeds and measures how long it takes for the feeds to respond and then that data is charted.
The intention is definitely to maintain and use the former part of that, whilst eventually moving the latter part out into something like Tsung, as that is probably better place for the concurrent data feed testing. The model loader part will be updated in the next couple of days to include pooled content as well, a pull request that's a bit overdue :). Hope that helps, Nicolaas On 31 May 2012, at 04:56, Eli Cochran wrote: > Per the frontend testing code that was written in Node.js… is the > intention of the team to continue to maintain and use this code or > will this eventually be replaced by something running in Tsung? > > - Eli > > On May 30, 2012, at 12:39 PM, Anthony Whyte wrote: > >> I'd like to draw your attention to a summary doc in oae-community >> that outlines the team's recent week-long meeting in Ann Arbor, MI, >> 10-18 May 2012 [1]. Comments can be added to the page although I >> recommend using the oae-dev list to float questions, suggestions or >> concerns for discussion. >> >> Cheers, >> >> Anthony >> >> >> [1] http://goo.gl/rAkTm >> _______________________________________________ >> oae-production mailing list >> [email protected] >> http://collab.sakaiproject.org/mailman/listinfo/oae-production > > . . . . . . . . . . . . . . . . . . > . > > Eli Cochran > project manager, CalCentral project > Educational Technology Services, UC Berkeley > > "Software is hard" - Donald Knuth > > _______________________________________________ > oae-production mailing list > [email protected] > http://collab.sakaiproject.org/mailman/listinfo/oae-production _______________________________________________ oae-dev mailing list [email protected] http://collab.sakaiproject.org/mailman/listinfo/oae-dev
