WEB PAGE TEST CLIENT

(WIP) FRONT END PERFORMANCE MONITOR - THROUGHT WEBPAGETEST

  • webpagetest agents, workers, manager and dashboard for a continuous ecosystem monitoring.

###Requirements

  • NodeJS
  • Redis

Running

  • Clone dr_teeth.

  • Install node packages

  ./npm install
  • Start redis-server
  ./redis-server config/redis.conf
  • Start web app
  ./strata -p 3000 app.js
  • Running tests
  ./bin/test

###Status

  • WIP Unstable (I mean not ready)
  • Boostrap done, but basically a lot to do.
  • Web Test Agents - orchestrates and collets data.
  • Data persistence in disk for future reference.
  • Data persistence in redis, normalised for real-time use.
  • Basic Web App.
  • Basic Dashboard.
  • PUB/SUB between agents manager and web-app
  • WEB-RTC between web-app and client dashboard

###Reference