On 16 August 2012 19:17, Milamber <[email protected]> wrote:
>
>
> Le 16/08/2012 17:55, sebb a ecrit :
>
>> On 16 August 2012 18:43,<[email protected]>  wrote:
>>>
>>> Author: milamber
>>> Date: Thu Aug 16 17:43:31 2012
>>> New Revision: 1373944
>>>
>>> URL: http://svn.apache.org/viewvc?rev=1373944&view=rev
>>> Log:
>>> Add Line graph manual
>>> Bugzilla Id: 53718
>>>
>>> Added:
>>>      jmeter/trunk/docs/images/screenshots/linegraph.png   (with props)
>>>      jmeter/trunk/docs/images/screenshots/linegraph_settings.png   (with
>>> props)
>>>      jmeter/trunk/xdocs/images/screenshots/linegraph.png   (with props)
>>>      jmeter/trunk/xdocs/images/screenshots/linegraph_settings.png   (with
>>> props)
>>> Modified:
>>>      jmeter/trunk/xdocs/usermanual/component_reference.xml
>>>
>>> Added: jmeter/trunk/docs/images/screenshots/linegraph.png
>>> URL:
>>> http://svn.apache.org/viewvc/jmeter/trunk/docs/images/screenshots/linegraph.png?rev=1373944&view=auto
>>>
>>> ==============================================================================
>>> Binary file - no diff available.
>>>
>>> Propchange: jmeter/trunk/docs/images/screenshots/linegraph.png
>>>
>>> ------------------------------------------------------------------------------
>>>      svn:mime-type = image/png
>>>
>>> Added: jmeter/trunk/docs/images/screenshots/linegraph_settings.png
>>> URL:
>>> http://svn.apache.org/viewvc/jmeter/trunk/docs/images/screenshots/linegraph_settings.png?rev=1373944&view=auto
>>>
>>> ==============================================================================
>>> Binary file - no diff available.
>>>
>>> Propchange: jmeter/trunk/docs/images/screenshots/linegraph_settings.png
>>>
>>> ------------------------------------------------------------------------------
>>>      svn:mime-type = image/png
>>>
>>> Added: jmeter/trunk/xdocs/images/screenshots/linegraph.png
>>> URL:
>>> http://svn.apache.org/viewvc/jmeter/trunk/xdocs/images/screenshots/linegraph.png?rev=1373944&view=auto
>>>
>>> ==============================================================================
>>> Binary file - no diff available.
>>>
>>> Propchange: jmeter/trunk/xdocs/images/screenshots/linegraph.png
>>>
>>> ------------------------------------------------------------------------------
>>>      svn:mime-type = image/png
>>>
>>> Added: jmeter/trunk/xdocs/images/screenshots/linegraph_settings.png
>>> URL:
>>> http://svn.apache.org/viewvc/jmeter/trunk/xdocs/images/screenshots/linegraph_settings.png?rev=1373944&view=auto
>>>
>>> ==============================================================================
>>> Binary file - no diff available.
>>>
>>> Propchange: jmeter/trunk/xdocs/images/screenshots/linegraph_settings.png
>>>
>>> ------------------------------------------------------------------------------
>>>      svn:mime-type = image/png
>>>
>>> Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml
>>> URL:
>>> http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=1373944&r1=1373943&r2=1373944&view=diff
>>>
>>> ==============================================================================
>>> --- jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
>>> +++ jmeter/trunk/xdocs/usermanual/component_reference.xml Thu Aug 16
>>> 17:43:31 2012
>>> @@ -2736,16 +2736,35 @@ the graph as a PNG file.</description>
>>>   </div>
>>>   </component>
>>>
>>> -<component name="Line Graph" index="&sect-num;.3.12">
>>> -<description>To do</description>
>>> +<component name="Line Graph" index="&sect-num;.3.13"  width="837"
>>> height="610" screenshot="linegraph.png">
>>> +<description>
>>> +The Line Graph draws a line chart showing the evolution of response time
>>> during the test, for each labelled request.
>>
>> Maybe it should be called "Response Time Graph"?
>>
>> Or if it could be adapted to graph other variables against time, maybe
>> "Time Line Graph" would be better?
>
>
> Other variables against time seems less interesting (in a first time).

Active thread count could be quite useful.

> I've prefer use "Response Time Graph". I will make changes on docs.

That's much better than Line Graph.

> I've suppose I need to change too the class name (LGraphXXXX to
> RespTimeGraph)?

It's not essential to change the class name, but it would help to note
the GUI name in the header comments if not.

Reply via email to