Forum Discussion

tim's avatar
tim
Contributor
15 years ago

JMeter-like output files

I would like to have output similar to what JMeter produces.

In JMeter, each request is collected in the output file. I would like to see:

timeStamp,elapsed,label,responseCode,responseMessage,dataType,success,bytes,URL,Latency

Is this possible with loadUI?
  • Hello,

    Both available Runner Components in loadUI output simmilar information to that which you mention. You can log this to a file by using the Table Log Output Component. To do this connect the leftmost output terminal of the Runner component to the input terminal of the Table Log component. In the settings dialog for the Table Log component (viewed by clicking on the little wrench button) you have the option of specifying a file to output the data as a CSV file. When running, you should see the table log display the gathered data. The Runner Components themselves may also have some settings which can be used to customize the output data they send.

    Here is a link to the reference documentation for the Table Log component: http://loadui.org/Output/table-log-component.html

    Regards,
    Dain
    eviware.com
  • tim's avatar
    tim
    Contributor
    Hi Dain,

    I don't think this quite does what I want it to do.

    I have created a soapUI web load test which uses a DataSource. The DataSource is a list of urls. I have a HTTP Request step as well as a DataSource loop step. This test basically hits each url in the DataSource. If I use the Table Log Output component, in conjunction with the soapUI runner component, I do not have visibility into the individual URLs that were hit and their response times.

    Please let me know if I am mistaken.

    Thanks,

    Tim
  • Hello,

    The soapUI Runner has an Output Level setting, which allows you to configure the component to output one message per TestStep in your load test (or just Request TestSteps). The information you're looking for may not be in the log unfortunately. Response times are there (TimeTaken) together with the TestStep ID, but not the actual URLs. Please, feel free to request this in the loadUI feature request forum if you need this functionality!

    Regards,
    Dain
    eviware.com