Skip to content

SydneyJavaMeetup/VisualisingPerformance

Repository files navigation

Visualising Performance

Talk on visualisation of performance statistics.

CircleCI Coverage Status

Uses MongoDB collections of statistics and HighCharts in the browser to collect statistics.

Preso

https://slides.com/lthompson/visualisingperformance

Running Site

https://visualisingperformance.mycodefu.com/ui

Data

If you want to run locally, you'll need a MongoDB instance and to import the data.

The data set we're using is a set of download metrics from CDNs.

The data collected is in perfstats.zip, and after extracting you can load this into MongoDB like this:

mongoimport -d SydneyJavaMeetup -c perfstats perfstats.json

About

Talk on visualisation of performance statistics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published