Forum Discussion

alibaba82's avatar
alibaba82
Super Contributor
15 years ago

new analysis graph types

Hello,
Not sure if this is already planned for the 1.5 release but we thing think the following types of analysis graphs would be very useful

- response vs load:
- # errors vs load:
- TPS vs load
  • Hi Ali,

    I think this is covered by the planned functionality, but I'll double-check with the team and will get back to you.

    regards!

    /Ole
    eviware.com
  • Ok, I'm in the loadUI development team.

    First off, by load do you mean TPS or something else (e.g. server CPU usage)?

    And by A vs B, do you mean A and B as two lines in the same graph (with X-axis being time) or A's scale on the X-axis and B's scale on the Y-axis (leaving out the time dimension)?


    Thanks for sharing what you think would be useful for you in loadUI
    /Henrik
  • alibaba82's avatar
    alibaba82
    Super Contributor
    Hi Henrik,
    Let me clarify

    - response vs load:
    --> response time vs virtual users/ request/sec (basically response time vs the load that the loadui generators can generate)

    - # errors vs load:
    --> number of errors vs virtual users/ request/sec

    - TPS vs load
    --> TPS vs virtual users/ request/sec

    here is a graph of load vs response time that I find particularly helpful. It allow me to find the critical load/response point where I can say that at point some point in time, when the load was x requests/sec, we started to fail our SLA (response time).

    hope this helps and welcome to the eviware team !
  • alibaba82's avatar
    alibaba82
    Super Contributor
    Here are some really cool new graphs in jmeter

    http://code.google.com/p/jmeter-plugins/

    I also notice that Jmeter is able to have much better memory management. I am using soapui testcases in loadui and it does not handle it very well. I get out of memory error after about 10 minutes. My responses are > 1 MB.