r4 - 14 Sep 2006 - 13:05:23 - HeikkiToivonenYou are here: OSAF >  Journal Web  >  ContributorNotes > HeikkiToivonenNotes > FeedbackAnalysis20060905

Feedback analysis 2006-09-05

Getting reports:

$ wget --password="<password here>" -A"*" --no-check-certificate -r -l1 https://feedback.osafoundation.org/manage/desktop/

Counts

Count:

$ cd feedback.osafoundation.org/manage/desktop/fetch
$ ls | wc -l
170

Count with uptime (these are the valid ones, haven't checked what all the other junk is):

$ grep "\<Seconds\-since\-last\-error\>" *|wc -l
138

Count with nonzero uptime:

$ grep "\<Seconds\-since\-last\-error\>" *|grep -v \>0\<|wc -l
84

I am using only the nonzero values for the numbers below, which skews them in our favor. Need to figure out why so many zeros.

Times Between Failures

Lowest uptime:

$ grep "\<Seconds\-since\-last\-error\>" *|grep -v \>0\<|sed "s/[a-zA-Z\<\>\-]//g"|sed "s/.*://"|sed "s/\///"|sort -g|tail -1
1

Highest uptime:

$ grep "\<Seconds\-since\-last\-error\>" *|grep -v \>0\<|sed "s/[a-zA-Z\<\>\-]//g"|sed "s/.*://"|sed "s/\///"|sort -g|tail -1
1013742
(about 281 hours)

Median uptime:

$ grep "\<Seconds\-since\-last\-error\>" *|grep -v \>0\<|sed "s/[a-zA-Z\<\>\-]//g"|sed "s/.*://"|sed "s/\///"|sort -g|head -42 | tail -1
250
(about 4 minutes)

Average uptime: 25484 (about 7 hours)

Graph of uptime distribution:

image001.gif

Tracebacks

1824 tracebacks recorded.

toptracebacks (all tracebacks with at least two reports):

Note: I counted these from the last line of the traceback, and selected the latest traceback with that line as last. This means there could be tracebacks that result in the same last line but different path to the exception.

Count Key Trace Bug
775 TypeError?: getattr(): attribute name must be string TopTraceGetattr Bug:6583
109 TypeError?: _mergeFunction() takes exactly 4 arguments (5 given) TopTraceMergefunction rev 11550
29 TypeError?: iterable argument required TopTraceIterable
14 AttributeError?: kindToDisplayName TopTraceKindtodisplay Bug:6609
12 AttributeError?: 'NoneType' object has no attribute 'sendButton' TopTraceNonetypeSend Bug:6609 Bug:6617
4 AttributeError?: 'Item' object has no attribute 'userCreated' TopTraceItem Bug:6609
2 AttributeError?: 'NoneType' object has no attribute 'childrenBlocks' TopTraceNonetypeChilder Bug:6609
2 AttributeError?: 'Note' object has no attribute 'effectiveStartTime' TopTraceNote Bug:6609
2 AttributeError?: attributeName TopTraceAttribute Bug:6609
2 KeyError?: <UUID: 07a7aada-2d17-11db-d862-c972489f4c32> TopTraceKey
2 KeyError?: 'date' TopTraceDate Bug:6609
2 chandlerdb.item.ItemError.NoSuchAttributeError:
Kind //parcels/osaf/pim/Note has no definition for attribute 'organizer'
TopTraceChandlerdb Bug:6609

-- HeikkiToivonen - 05 Sep 2006


Update Sep 14

247 reports.

215 with uptime.

141 with non-zero uptime.

Median from non-zero values is is 405, or almost 7 minutes.

Edit | WYSIWYG | Attach | Printable | Raw View | Backlinks: Web, All Webs | History: r4 < r3 < r2 < r1 | More topic actions
 
Open Source Applications Foundation
Except where otherwise noted, this site and its content are licensed by OSAF under an Creative Commons License, Attribution Only 3.0.
See list of page contributors for attributions.