responses_(200|404|other)?

I am using the API to run some rests, and in both my first_view and repeat_view results for the following fields are always “0”:
[list]
[]responses_200
[
]responses_404
[*]responses_other
[/list]

I would expect them to be something other then “0” and total the # from the “requests”, what am I missing?

Thanks,
-Chris

Which browser? My guess is that I just haven’t implemented those metrics for Chrome/Firefox/Safari/IE10 yet (they are on a newer agent that I’m working to get feature parity on before deprecating the older one).

I just added the counters to the new agent: Added counts for dns, socket connect and the different request types … · WPO-Foundation/webpagetest@a5a8ee7 · GitHub

It will get picked up whenever I push out an update (usually within a week or so depending on what else is going on).

Awesome, Thanks pmeenan.
-Chris