Where are the custom metrics results?

I have a 2.15 private instance. It runs tests in the clients successfully.

I’m trying to run tests with custom metrics.

At first wasn’t finding the results for custom metrics I wrote but didn’t find the results, thought that the problem was my code. I’ve attempted to run custom metrics from the samples of the documentation and can’t find their results (neither executing on my private instance nor in the public servers).

I’ve searched in:

  • Raw page data
  • Raw object data
  • Export HTTP Archive (.har)
  • View Test Log
    None of them content the results (neither the value nor a label/header with the metric name)

Any help will be appreciated

Martin

In the UI there will be a link in the top-right corner of the waterfall page: http://www.webpagetest.org/result/141124_65_6e366d96b9f5529ef9c70945ad9b4783/1/details/

that takes you to the custom metrics results page: http://www.webpagetest.org/custom_metrics.php?test=141124_65_6e366d96b9f5529ef9c70945ad9b4783&run=1&cached=0

On the filesystem it should be in *_metrics.json

If you are submitting the metrics through the UI make sure you have them in the form where the metric name is in square brackets before the code: https://sites.google.com/a/webpagetest.org/docs/using-webpagetest/custom-metrics#TOC-Specifying-custom-metrics-at-test-time: