Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jakarta-jmeter Wiki" for change notification.
The following page has been changed by robertpnz: http://wiki.apache.org/jakarta-jmeter/LogAnalysis The comment on the change is: tidyup xpath crud ------------------------------------------------------------------------------ rampupInterval 3600 rampdownInterval 3600 spikeInterval 300 - testname= applyDebit enabled=false - num_threads 26 - rampup6_1 259 - rampup6_2 1034 - rampdown6_1 1034 - rampdown6_2 259 - spikeLoad6 1552 testname= applyCredit enabled=false num_threads 2 rampup5_1 9 @@ -315, +308 @@ spikeLoad2 497 }}} - I tried to extract this information using XPath but it's not really designed to extract numerous pieces of data. Anyway, here's the XPath expression, just FYI. + I tried to extract this information using XPath but it's not really designed to report on numerous pieces of data. Anyway, here's the XPath expression, just FYI. {{{ - searchvar='//@testname|//elementProp/@name|//elementProp/[EMAIL PROTECTED]"Argument.value"]/text()|//ThreadGroup/@enabled|//[EMAIL PROTECTED]"RunTime.seconds"]/text()|//[EMAIL PROTECTED]"throughput"]/text()|//s + //@testname| + //elementProp/@name| + //elementProp/[EMAIL PROTECTED]"Argument.value"]/text()| + //ThreadGroup/@enabled| + //[EMAIL PROTECTED]"RunTime.seconds"]/text()| + //[EMAIL PROTECTED]"throughput"]/text()| - [EMAIL PROTECTED]"filename"]/text()' + //[EMAIL PROTECTED]"filename"]/text() }}} --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
