|
|
|
Hello
This is an example of JMeter XML : <testresults version="1.2"> <sample ts="1408497595815" t="238" lb="OutboundNew" s="true" by="531"/> <sample ts="1408497595815" t="273" lb="InboundNew" s="true" by="229"/> <sample ts="1408497595816" t="281" lb="OutboundModif" s="true" by="680"/> <sample ts="1408497595816" t="257" lb="InboundModif" s="true" by="229"/> <sample ts="1408497595816" t="236" lb="Execution" s="true" by="229"/> </testresults> In the JMeter Specification, the time 't' is in milliseconds. In our case, this 't' is in microsecondes. So, we want that the JMeter Plugin supports the fractional time as t=0.238 milliseconds which equal to 238 microseconds, because now the JMeter Plugin converts 0.238 milliseconds automatically to 0 microseconds . else you support the micoseconds unity. Thanks Hela Hi Hela,
In QuickBuild, we use millisecond as duration/period unit, and use Long to store the value, and this is compatible with most of the reports. It will impact a lot in order to support microsecond. So, I don't think we can support this in the near feature. Sorry.
|
So could you please tell me how you generate your JMeter XML reports and it would be better to attach your original XML reports here or send them to me (steve at pmease).