Thankyou.
The PTTStepLitener work realy fine for our needs. I can optains measures (min, max and avg) for all the transaction I identified in my test java code. I had to make some modifications on my scenario too. It Looks like this now.
<?xml version=\"1.0\" encoding=\"UTF-8\"?>
<!--
PushToTest(tm) Test Scenario for a load test
PushToTest is the open-source application performance management (APM)
and test automation platform.
For technical support, documentation, and help see
www.pushtotest.com
-->
<testscenario xmlns=\"
www.pushtotest.com/tm5\" xmlns:xsi=\"
www.w3.org/2001/XMLSchema-instance\" version=\"2.0\" xsi:schemaLocation=\"
www.pushtotest.com/XSD/testscenario.xsd\">
<basics>
<name>SIPMITestsTechno</name>
<defaultdirectory>{scenario}</defaultdirectory>
</basics>
<testnodes>
<node name=\"localhost\" location=\"
localhost:8082/TestNetwork/ws/TestNode\" monitor=\"
localhost:51111\"/>
</testnodes>
<DataSources/>
<resources>
<jar path=\"/root/Tests/SIPMITestsFonctionnels.jar\"/>
</resources>
<loadtest>
<testusecase>
<dimensions>
<crlevels>
<crlevel value=\"2\"/>
<crlevel value=\"4\"/>
<crlevel value=\"8\"/>
</crlevels>
<setup name=\"prepare\" method=\"prepare\" testclass=\"ca.qc.inspq.tests.panorama.commun.PanoramaHTMLUnitTestsBaseTechno\" module=\"jar:/root/Tests/SIPMITestsFonctionnels.jar\" instance=\"inst1\" langtype=\"java\">
<argument name=\"args\" value=\"
server\"/>
<argument name=\"args\" value=\"username\"/>
<argument name=\"args\" value=\"password\"/>
</setup>
<usecases>
<usecase name=\"Admin\">
<sequence name=\"Admin\" proportion=\"20\">
<setup name=\"LoginFR\" method=\"testLoginFR\" testclass=\"ca.qc.inspq.tests.panorama.commun.PanoramaHTMLUnitTestsBaseTechno\" module=\"jar:/root/Tests/SIPMITestsFonctionnels.jar\" instance=\"inst1\" langtype=\"java\">
<argument name=\"args\" value=\"
server\"/>
<argument name=\"args\" value=\"username\"/>
<argument name=\"args\" value=\"password\"/>
</setup>
<test>
<run name=\"AdminFR\" method=\"testAdmin\" testclass=\"ca.qc.inspq.tests.panorama.commun.PanoramaHTMLUnitTestsBaseTechno\" module=\"jar:/root/Tests/SIPMITestsFonctionnels.jar\" instance=\"inst1\" langtype=\"java\"/>
</test>
<teardown name=\"LogoutFR\" method=\"testLogout\" testclass=\"ca.qc.inspq.tests.panorama.commun.PanoramaHTMLUnitTestsBaseTechno\" module=\"jar:/root/Tests/SIPMITestsFonctionnels.jar\" instance=\"inst1\" langtype=\"java\"/>
</sequence>
<sequence name=\"Report\" proportion=\"10\">
<setup name=\"LoginFR\" method=\"testLoginFR\" testclass=\"ca.qc.inspq.tests.panorama.commun.PanoramaHTMLUnitTestsBaseTechno\" module=\"jar:/root/Tests/SIPMITestsFonctionnels.jar\" instance=\"inst1\" langtype=\"java\">
<argument name=\"args\" value=\"
server\"/>
<argument name=\"args\" value=\"username\"/>
<argument name=\"args\" value=\"password\"/>
</setup>
<test>
<run name=\"ReportsFR\" method=\"testReports\" testclass=\"ca.qc.inspq.tests.panorama.commun.PanoramaHTMLUnitTestsBaseTechno\" module=\"jar:/root/Tests/SIPMITestsFonctionnels.jar\" instance=\"inst1\" langtype=\"java\"/>
</test>
<teardown name=\"LogoutFR\" method=\"testLogout\" testclass=\"ca.qc.inspq.tests.panorama.commun.PanoramaHTMLUnitTestsBaseTechno\" module=\"jar:/root/Tests/SIPMITestsFonctionnels.jar\" instance=\"inst1\" langtype=\"java\"/>
</sequence>
<sequence name=\"GPI\" proportion=\"30\">
<setup name=\"LoginFR\" method=\"testLoginFR\" testclass=\"ca.qc.inspq.tests.panorama.commun.PanoramaHTMLUnitTestsBaseTechno\" module=\"jar:/root/Tests/SIPMITestsFonctionnels.jar\" instance=\"inst1\" langtype=\"java\">
<argument name=\"args\" value=\"
server\"/>
<argument name=\"args\" value=\"username\"/>
<argument name=\"args\" value=\"password\"/>
</setup>
<test>
<run name=\"GPIFR\" method=\"testGPI\" testclass=\"ca.qc.inspq.tests.panorama.commun.PanoramaHTMLUnitTestsBaseTechno\" module=\"jar:/root/Tests/SIPMITestsFonctionnels.jar\" instance=\"inst1\" langtype=\"java\"/>
</test>
<teardown name=\"LogoutFR\" method=\"testLogout\" testclass=\"ca.qc.inspq.tests.panorama.commun.PanoramaHTMLUnitTestsBaseTechno\" module=\"jar:/root/Tests/SIPMITestsFonctionnels.jar\" instance=\"inst1\" langtype=\"java\"/>
</sequence>
<sequence name=\"Investigations\" proportion=\"10\">
<setup name=\"LoginFR\" method=\"testLoginFR\" testclass=\"ca.qc.inspq.tests.panorama.commun.PanoramaHTMLUnitTestsBaseTechno\" module=\"jar:/root/Tests/SIPMITestsFonctionnels.jar\" instance=\"inst1\" langtype=\"java\">
<argument name=\"args\" value=\"
server\"/>
<argument name=\"args\" value=\"username\"/>
<argument name=\"args\" value=\"password\"/>
</setup>
<test>
<run name=\"InvestigationsFR\" method=\"testInvestigations\" testclass=\"ca.qc.inspq.tests.panorama.commun.PanoramaHTMLUnitTestsBaseTechno\" module=\"jar:/root/Tests/SIPMITestsFonctionnels.jar\" instance=\"inst1\" langtype=\"java\"/>
</test>
<teardown name=\"LogoutFR\" method=\"testLogout\" testclass=\"ca.qc.inspq.tests.panorama.commun.PanoramaHTMLUnitTestsBaseTechno\" module=\"jar:/root/Tests/SIPMITestsFonctionnels.jar\" instance=\"inst1\" langtype=\"java\"/>
</sequence>
<sequence name=\"Outbreaks\" proportion=\"10\">
<setup name=\"LoginFR\" method=\"testLoginFR\" testclass=\"ca.qc.inspq.tests.panorama.commun.PanoramaHTMLUnitTestsBaseTechno\" module=\"jar:/root/Tests/SIPMITestsFonctionnels.jar\" instance=\"inst1\" langtype=\"java\">
<argument name=\"args\" value=\"
server\"/>
<argument name=\"args\" value=\"username\"/>
<argument name=\"args\" value=\"password\"/>
</setup>
<test>
<run name=\"OutbreaksFR\" method=\"testOutbreaks\" testclass=\"ca.qc.inspq.tests.panorama.commun.PanoramaHTMLUnitTestsBaseTechno\" module=\"jar:/root/Tests/SIPMITestsFonctionnels.jar\" instance=\"inst1\" langtype=\"java\"/>
</test>
<teardown name=\"LogoutFR\" method=\"testLogout\" testclass=\"ca.qc.inspq.tests.panorama.commun.PanoramaHTMLUnitTestsBaseTechno\" module=\"jar:/root/Tests/SIPMITestsFonctionnels.jar\" instance=\"inst1\" langtype=\"java\"/>
</sequence>
<sequence name=\"WorkManagement\" proportion=\"10\">
<setup name=\"LoginFR\" method=\"testLoginFR\" testclass=\"ca.qc.inspq.tests.panorama.commun.PanoramaHTMLUnitTestsBaseTechno\" module=\"jar:/root/Tests/SIPMITestsFonctionnels.jar\" instance=\"inst1\" langtype=\"java\">
<argument name=\"args\" value=\"
server\"/>
<argument name=\"args\" value=\"username\"/>
<argument name=\"args\" value=\"password\"/>
</setup>
<test>
<run name=\"WorkMgtFR\" method=\"testWorkMgt\" testclass=\"ca.qc.inspq.tests.panorama.commun.PanoramaHTMLUnitTestsBaseTechno\" module=\"jar:/root/Tests/SIPMITestsFonctionnels.jar\" instance=\"inst1\" langtype=\"java\"/>
</test>
<teardown name=\"LogoutFR\" method=\"testLogoutFR\" testclass=\"ca.qc.inspq.tests.panorama.commun.PanoramaHTMLUnitTestsBaseTechno\" module=\"jar:/root/Tests/SIPMITestsFonctionnels.jar\" instance=\"inst1\" langtype=\"java\"/>
</sequence>
<sequence name=\"DocManagement\" proportion=\"10\">
<setup name=\"LoginFR\" method=\"testLoginFR\" testclass=\"ca.qc.inspq.tests.panorama.commun.PanoramaHTMLUnitTestsBaseTechno\" module=\"jar:/root/Tests/SIPMITestsFonctionnels.jar\" instance=\"inst1\" langtype=\"java\">
<argument name=\"args\" value=\"
server\"/>
<argument name=\"args\" value=\"username\"/>
<argument name=\"args\" value=\"password\"/>
</setup>
<test>
<run name=\"DocMgtFR\" method=\"testDocMgt\" testclass=\"ca.qc.inspq.tests.panorama.commun.PanoramaHTMLUnitTestsBaseTechno\" module=\"jar:/root/Tests/SIPMITestsFonctionnels.jar\" instance=\"inst1\" langtype=\"java\"/>
</test>
<teardown name=\"LogoutFR\" method=\"testLogout\" testclass=\"ca.qc.inspq.tests.panorama.commun.PanoramaHTMLUnitTestsBaseTechno\" module=\"jar:/root/Tests/SIPMITestsFonctionnels.jar\" instance=\"inst1\" langtype=\"java\"/>
</sequence>
</usecase>
</usecases>
<teardown name=\"cleanUp\" method=\"cleanUp\" testclass=\"ca.qc.inspq.tests.panorama.commun.PanoramaHTMLUnitTestsBaseTechno\" module=\"jar:/root/Tests/SIPMITestsFonctionnels.jar\" instance=\"inst1\" langtype=\"java\">
<argument name=\"args\" value=\"
server\"/>
<argument name=\"args\" value=\"username\"/>
<argument name=\"args\" value=\"Pan0rama\"/>
</teardown>
</dimensions>
</testusecase>
</loadtest>
<logs showsummary=\"false\" step=\"true\"/>
<monitoring enablednodes=\"true\" enabledtarget=\"true\">
<host name=\"qlwas01t\" location=\"
qlwas01t:51111\">
<glassbox enabled=\"false\">
<filter/>
</glassbox>
</host>
</monitoring>
<notifications/>
<options>
<sleeptime>0000</sleeptime>
<delayBetweenStartingUseCases time=\"10000\"/>
<delayBetweenTestCases time=\"1000\"/>
<maxrampdown time=\"60000\"/>
<testTime time=\"120000\"/>
<htmlunit DebuggingWebConnection=\"false\" HtmlUnitContextFactory=\"false\" xmltestresultimpl=\"false\" csswarning=\"false\" jswarning=\"false\" version=\"2.9.1800\"/>
<selenium throwExceptionOnScriptError=\"true\" loglevel=\"INFO\" throwExceptionOnFailingStatusCode=\"true\"/>
<proxy/>
</options>
<chart samples=\"1\" usedatacompression=\"false\">
<graph name=\"Transaction Distribution\" type=\"Lines\">
<XAxis value=\"Time\"/>
<YAxis value=\"Duration\"/>
<series>
<name>Transaction</name>
</series>
</graph>
</chart>
</testscenario>