« Return to Thread: Stopping an agent cleanly without console

Re: Ground Report? (Re: Grinder Analyzer V2.b11 released)

by vishal22 :: Rate this Message:

| View in Thread

Hi Jo,

The following error in ginder analyzer :-
  File "analyzer.py", line 910, in <module>
>>  File "analyzer.py", line 451, in
>>  File "analyzer.py", line 539, in _analyzeLogs
>>IndexError: index out of range: 251

Can be resolved by decreasing the buckets value(default is 250) in analyzer.properties file in conf folder
Rerun the analyzer with same set of files.

Thanks,
vishal
Travis Bear wrote:
Jo,

That's not Grinder Analyzer code in your stack trace.  Are you running Ground Report?  If so, Cal can probably help.

Thanks!


-Travis





________________________________
From: Jyothi Krishnan <stopjo@yahoo.com>
To: grinder-use <grinder-use@lists.sourceforge.net>
Sent: Mon, February 1, 2010 9:20:26 PM
Subject: Re: [Grinder-use] Grinder Analyzer V2.b11 released


Hi Travis,

Now, it's failing @

Traceback (most recent call last):
  File "/Users/jkrishn1/ground_report-1.3/lib/databaseInterface.py", line 61, in <module>
    menuText = ft.loadProperties(str(path) + '/' + includeHome + '/' + str(lang) + '/' + menuInclude)
  File "/Users/jkrishn1/ground_report-1.3/lib/fileUtilities.py", line 18, in loadProperties
    bis = io.BufferedInputStream(source)
UnboundLocalError: local variable 'source' referenced before assignment

Thank you
Jo

--- On Mon, 2/1/10, Travis Bear <travis_bear@yahoo.com> wrote:


>From: Travis Bear <travis_bear@yahoo.com>
>Subject: Re: [Grinder-use] Grinder Analyzer V2.b11
> released
>To: "grinder-use" <grinder-use@lists.sourceforge.net>
>Date: Monday, February 1, 2010, 5:24 PM
>
>
>This sounds like an existing bug that happens when you try to analyze a data_ file that's too short.  Try it with a few hundred lines of data, if you're not already.
>
>
>Thanks!
>
>
>
>
>-Travis
>
>
>
>
>--- On Mon, 2/1/10, Jyothi Krishnan <stopjo@yahoo.com> wrote:
>
>
>>From: Jyothi Krishnan
>> <stopjo@yahoo.com>
>>Subject: Re: [Grinder-use] Grinder Analyzer V2.b11 released
>>To: "grinder-use" <grinder-use@lists.sourceforge.net>
>>Date: Monday, February 1, 2010, 2:47 PM
>>
>>
>>Hi Travis,
>>
>>I Upgraded both Grinder (3.3) and
>> Grinder Analyzer (2.b11)
>>When running the analyzer I get, the foll. error
>>
>>Grinder data files specified: 1
>>Discovered grinder version '3.3'
>>Deleting previous report directory 'grinderReport'.
>>vPlugin.analyzer 'analyzer'  -- loading.
>>Found key 'analyzer'
>>Starting log analysis.
>>'Final statistics for this process' found after searching back 15 lines.
>>'Final statistics for this process' found after searching back 15 lines.
>>Test number: 1, test name: Random Test
>>Traceback (most recent call last):
>>  File "analyzer.py", line 910, in <module>
>>    main()
>>  File "analyzer.py", line 874, in main
>>    analyzer = ClientLogAnalyzer(grinderDataFiles, grinderOutFile, agents, config)
>>  File "analyzer.py", line 451, in
>> __init__
>>    self._analyzeLogs()
>>  File "analyzer.py", line 539, in _analyzeLogs
>>    while long( elapsedTime ) > self.bucketList[currentBucketIndex].endTime:
>>IndexError: index out of range: 251
>>
>>Thank you
>>Jo
>>
>>--- On Sun, 1/31/10, Travis Bear <travis_bear@yahoo.com> wrote:
>>
>>
>>>From: Travis Bear <travis_bear@yahoo.com>
>>>Subject: [Grinder-use] Grinder Analyzer V2.b11 released
>>>To: "grinder-use" <grinder-use@lists.sourceforge.net>
>>>Date: Sunday, January 31, 2010, 7:57 PM
>>>
>>>
>>>
>>>Changes:
>>>
>>> * Fix for bug 2936143 -- Grinder Analyzer is now compatible with
>>>   log files generated by The Grinder 3.3
>>>
>>> * New command-line tool to compare the results of two Grinder runs
>>>
>>> * Fix for bug #2936174 to provide better error message in some cases
>>>   of incorrect command-line invocation.  Thanks to Vishal for finding
>>>   this.
>>>
>>>Details:
>>>http://track.sourceforge.net
>>>
>>>Download:
>>>http://sourceforge.net/projects/track/files/
>>>
>>>
>>>-Travis
>>>
>>>
>>>
>>>-----Inline Attachment Follows-----
>>>
>>>
>>>------------------------------------------------------------------------------
>>>The Planet: dedicated and managed hosting, cloud storage, colocation
>>>Stay online with enterprise data centers and the best network in the business
>>>Choose flexible plans and management services without long-term contracts
>>>Personal 24x7 support from experience hosting pros just a phone call away.
>>>http://p.sf.net/sfu/theplanet-com
>>>-----Inline Attachment Follows-----
>>>
>>>
>>>_______________________________________________
>>>grinder-use mailing list
>>>grinder-use@lists.sourceforge.net
>>>https://lists.sourceforge.net/lists/listinfo/grinder-use
>>>
>>
>>-----Inline Attachment Follows-----
>>
>>
>>------------------------------------------------------------------------------
>>The Planet: dedicated and managed hosting, cloud storage, colocation
>>Stay online with enterprise data centers and the best network in the business
>>Choose flexible plans and management services without long-term contracts
>>Personal 24x7 support from experience hosting pros just a phone call away.
>>http://p.sf.net/sfu/theplanet-com
>>-----Inline Attachment Follows-----
>>
>>
>>_______________________________________________
>>grinder-use mailing list
>>grinder-use@lists.sourceforge.net
>>https://lists.sourceforge.net/lists/listinfo/grinder-use
>>
>
>-----Inline Attachment Follows-----
>
>
>------------------------------------------------------------------------------
>The Planet: dedicated and managed hosting, cloud storage, colocation
>Stay online with enterprise data centers and the best network in the business
>Choose flexible plans and management services without long-term contracts
>Personal 24x7 support from experience hosting pros just a phone call away.
>http://p.sf.net/sfu/theplanet-com
>-----Inline Attachment Follows-----
>
>
>_______________________________________________
>grinder-use mailing list
>grinder-use@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/grinder-use
>



     
------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
grinder-use mailing list
grinder-use@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/grinder-use

 « Return to Thread: Stopping an agent cleanly without console