Feature #1603
Export benchmark results in JMeter format
Status: | New | Start date: | 08/29/2013 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | - | Estimated time: | 2.00 hours | |
Target version: | - |
History
#1 Updated by J. Moringen about 11 years ago
I already said this yesterday: I'm not sure the JMeter format is appropriate for our domain. To quote the spec:
The default data logged during JMeter testing is quite sparse - important request and response fields are stored, but the full response sent back by the server is not stored. This is done to avoid bogging down the test client during load testing.
@responseMessage Response message. Eg "OK"
@responseCode Response code. Eg "200"
HTTP Redirects are represented as an array of nested 'sampleResult' elements. Only 1 level of nesting occurs (i.e. the nested subresults do not nest further).
A string containing POST Data, Query Data and Cookie Data