$ wget --password="<password here>" -A"*" --no-check-certificate -r -l1 https://feedback.osafoundation.org/manage/desktop/
$ cd feedback.osafoundation.org/manage/desktop/fetch $ ls | wc -l 170Count with uptime (these are the valid ones, haven't checked what all the other junk is):
$ grep "\<Seconds\-since\-last\-error\>" *|wc -l 138Count with nonzero uptime:
$ grep "\<Seconds\-since\-last\-error\>" *|grep -v \>0\<|wc -l 84I am using only the nonzero values for the numbers below, which skews them in our favor. Need to figure out why so many zeros.
$ grep "\<Seconds\-since\-last\-error\>" *|grep -v \>0\<|sed "s/[a-zA-Z\<\>\-]//g"|sed "s/.*://"|sed "s/\///"|sort -g|tail -1 1Highest 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:
| 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 |