stats via statd and SpeedIndex

Hello - I just got a private instance of WPT working and am trying to get test results to a graphite server via the built in statsD option.

I do see various metrics in graphite sent by WPT but do not see the SpeedIndex anywhere.

Is the SpeedIndex reported to statsD from WPT ?

I am submitting tests via the Web interface right now but plan on using the REST API in the near future.

Thanks !

Make sure you are running tests with video capture enabled. Up until recently that is the only way to get SpeedIndex. Looking at the statsd posting code it walks all of the collected metrics so if it is captured it should be reported.

Thanks Patrick. The SpeedIndex is making it’s way to graphite via statsD now.