Closed
Bug 539104
Opened 15 years ago
Closed 15 years ago
crashes per active user should be show and plotted as an integer.
Categories
(Socorro :: General, task)
Tracking
(Not tracked)
RESOLVED
FIXED
1.4
People
(Reporter: chofmann, Assigned: ryansnyder)
Details
Attachments
(1 file)
1.19 KB,
patch
|
ozten
:
review+
|
Details | Diff | Splinter Review |
the table on left side of this chart
http://crash-stats.mozilla.com/daily?p=Firefox&v[]=3.6
Date 3.6
Crashes 1k ADU Ratio
2010-01-10 6838 156.013 4.383%
2010-01-09 2912 42.621 6.832%
2010-01-08 498 12.585 3.957%
and looks correct, but the chart on the right side of the page graphs fractional numbers like 0.1 - 0.6.
Its the ration numbers from the chart that show crashes per 100 users that we want to also graph.
We also might want to apply some additional math to help compare releases that are throttled like 3.5.7 against releases like 3.6 that are not throttled.
https://wiki.mozilla.org/CrashKill/Crashr#Relases_3.6b5 shows unthrottled numbers
https://wiki.mozilla.org/CrashKill/Crashr#Release_3.5.6 show throttled numbers plus the assumption that
* 1 in 10 keep the default client side opt-in
* 1.5 in 10 override default client opt-out and participate in sending
* 7.5 keep default opt out
and 15% of reports on the server are processed and 85% left unprocessed.
Assignee | ||
Updated•15 years ago
|
Assignee: nobody → ryan
Target Milestone: --- → 1.4
Assignee | ||
Comment 1•15 years ago
|
||
I'll fix the incorrect ratio numbers in the graph, and I'll separate the feature request for the throttled / unthrottled comparisons into a separate ticket...
Assignee | ||
Comment 2•15 years ago
|
||
First half of ticket fixed with attached patch.
Second half of ticket split out into - https://bugzilla.mozilla.org/show_bug.cgi?id=539337
Attachment #421522 -
Flags: review?(ozten.bugs)
Comment 3•15 years ago
|
||
Comment on attachment 421522 [details] [diff] [review]
Patch 1 for #539104
This looks good. r+, but consider extracting this into a config param.
Attachment #421522 -
Flags: review?(ozten.bugs) → review+
Assignee | ||
Comment 4•15 years ago
|
||
The config parameter would have to touch a lot more files than just this, so I'll commit this for now and we can keep that in mind for the future. Thanks!
==
Sending application/models/daily.php
Transmitting file data .
Committed revision r1700.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
Component: Socorro → General
Product: Webtools → Socorro
You need to log in
before you can comment on or make changes to this bug.
Description
•