Ticket #184 (closed defect: fixed)

Opened 7 months ago

Last modified 6 months ago

Resource distribution report showing negative axis values

Reported by: fcohen Assigned to:
Priority: blocker Milestone:
Version: 5.1 Keywords:
Cc:

Attachments

run6error.jpg (90.8 kB) - added by fcohen on 10/30/07 08:49:45.
Notice the negative horizontal axis values

Change History

10/30/07 08:48:53 changed by fcohen

  • priority changed from major to blocker.

While running a load TestScenario with the following values the resource distribution charts show negative axis values.

<sleeptime>1000</sleeptime> <delayBetweenStartingUseCasses time="30000"/> <delayBetweenTestCases time="15000"/> <testTime time="21600000"/>

See the attached image for an example of the problem.

-Frank

10/30/07 08:49:45 changed by fcohen

  • attachment run6error.jpg added.

Notice the negative horizontal axis values

10/30/07 11:05:01 changed by fcohen

Please go ahead and change the time to use a time/date stamp. I'll note this for backward compatibility sake.

Will this cause problems in the Perf Comp Utility?

-Frank

On Oct 30, 2007, at 11:36 AM, Luis Carlos Lara López wrote:

Hi Frank.

The negative value in the script is caused because current monitor uses hour of the day (0-12) but it doesn't use the day nor the period(am/pm)!

In eugene file:

<tick time="12:59:11">29</tick> <tick time="12:59:21">24</tick> <tick time="12:59:31">31</tick> <tick time="12:59:41">20</tick> <tick time="12:59:51">19</tick> <tick time="01:00:01">29</tick> <tick time="01:00:11">21</tick> <tick time="01:00:21">31</tick> <tick time="01:00:31">21</tick> <tick time="01:00:41">18</tick> <tick time="01:00:51">29</tick> <tick time="01:01:01">22</tick>

Here we have two options

use something like

<tick time="23:59:11">29</tick> <tick time="23:59:21">24</tick> <tick time="23:59:31">31</tick> <tick time="23:59:41">20</tick> <tick time="23:59:51">19</tick> <tick time="24:00:01">29</tick> <tick time="24:00:11">21</tick> <tick time="24:00:21">31</tick> <tick time="24:00:31">21</tick> <tick time="24:00:41">18</tick> <tick time="24:00:51">29</tick> <tick time="24:01:01">22</tick>

***

<tick time="30:01:01">22</tick>

to have backwards compatilibility.

Or change time attribute into a real timestamp, this will give complete iformation of the day and hour the messure was make. but it woudn't have backwards compatibility.

Waiting you advice to implement, LC

11/01/07 15:52:39 changed by fcohen

  • status changed from new to closed.
  • resolution set to fixed.

Confirmed fixed with the update to the PTTMonitor. This change is not backwardly compatible with PTTMonitor logs.

-Frank

11/18/07 15:19:26 changed by fcohen

  • version set to 5.1.