![]() |
plr element in RESTful APIs v2.10 - Printable Version +- WebPagetest Forums (https://www.webpagetest.org/forums) +-- Forum: WebPagetest (/forumdisplay.php?fid=7) +--- Forum: Bugs/Issues (/forumdisplay.php?fid=10) +--- Thread: plr element in RESTful APIs v2.10 (/showthread.php?tid=12095) Pages: 1 2 |
plr element in RESTful APIs v2.10 - pospa - 03-08-2013 10:58 PM Using API v 2.10 plr element (packet lost rate) is empty in the output. Based on that it can't be parsed as number. Is it a bug, or it has to be enabled somehow in reguest? I can specify how the plr should be using custom connectivity profile. But it has no efect on plr at the output. Here is output example produced by v.2.9 Code: <response> and here same example produced by v. 2.10 Code: <response> Pospa RE: plr element in RESTful APIs v2.10 - pmeenan - 03-09-2013 01:28 AM Hmm, I don't think so (at least intentionally). The public instance is running 2.10 and appears to be working as expected: http://www.webpagetest.org/xmlResult/130308_2H_JY2/ I can force it to an integer value in case it's missing but a failcase that I can look at would help. Can you "publish to http://www.webpagetest.org" a test page where you are seeing the issue (may have to turn on the setting in settings.ini for it to show up on the results page)? RE: plr element in RESTful APIs v2.10 - pospa - 03-09-2013 02:44 AM (03-09-2013 01:28 AM)pmeenan Wrote: Hmm, I don't think so (at least intentionally). The public instance is running 2.10 and appears to be working as expected: http://www.webpagetest.org/xmlResult/130308_2H_JY2/ OK. Will do and let you know... RE: plr element in RESTful APIs v2.10 - pospa - 03-11-2013 09:20 PM So I have enabled results publishing to webpagetest.org. But, do they realy running 2.10 or any nightly build? I did my best, but still unable to get any valui in plr element. :-( To be clear, I am using URL blast to run a tests. RE: plr element in RESTful APIs v2.10 - pmeenan - 03-11-2013 11:03 PM The result publishing just lets you manually publish a test if you want to share it (there will be a "publish to http://www.webpagetest.org" link at the top-right corner of each test. That lets you share a test from your private instance if you want someone else to see it. RE: plr element in RESTful APIs v2.10 - pospa - 03-12-2013 12:33 AM (03-11-2013 11:03 PM)pmeenan Wrote: The result publishing just lets you manually publish a test if you want to share it (there will be a "publish to http://www.webpagetest.org" link at the top-right corner of each test. That lets you share a test from your private instance if you want someone else to see it. http://www.webpagetest.org/results.php?test=130311_G5_68915691de62396f91b81703a3bf1b47 RE: plr element in RESTful APIs v2.10 - pmeenan - 03-12-2013 12:38 AM Any chance your connectivity.ini isn't present in your settings folder on the server (or it's still named connectivity.ini.sample)? It doesn't look like the DSL connectivity profile was actually used. RE: plr element in RESTful APIs v2.10 - pospa - 03-12-2013 12:49 AM This is a copy of connectivity.ini content Code: [Native] RE: plr element in RESTful APIs v2.10 - pmeenan - 03-13-2013 05:01 AM I'll have to look to see how the 0 bubbles through but it didn't look like it was in the test information at all. I believe it's because I force the others to integers but the plr can be a float. You can try grabbing the latest runtest.php from svn to see if the fix I just pushed helps. That said, running a test as "DSL" pretty much requires a "DSL" setting in connectivity.ini. RE: plr element in RESTful APIs v2.10 - pmeenan - 03-13-2013 05:02 AM oh, and if you don't want traffic shaping at all your best bet is to specify "connectivity=LAN" or something like that for each of the locations in your locations.ini. That will remove the ability to set a custom connectivity profile from the UI. |