is there any webpageetst api method can use to get Mean,Median,p25,p75,p75-p25,StdDev,CV ?
can some one help here?
is there any webpageetst api method can use to get Mean,Median,p25,p75,p75-p25,StdDev,CV ?
can some one help here?
If you add f=json as a parameter to a test result, you can see the raw results in JSON, and extract some of these values out
Thanks Dave for reponse, yes i could see the Raw JSON response for my test and it has average and median numbers. But i couldn’t find other percentile metrics information like Mean,p25,p75,p75-p25,StdDev,CV from the response.