From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Bug statistics Date: Mon, 21 Oct 2019 09:17:35 +0300 Message-ID: <83ftjm4o74.fsf@gnu.org> References: <83lftf43hy.fsf@gnu.org> <877e4zdvgx.fsf@gnus.org> Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="196134"; mail-complaints-to="usenet@blaine.gmane.org" Cc: emacs-devel@gnu.org To: Lars Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 21 08:18:20 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iMR1I-000os8-2Y for ged-emacs-devel@m.gmane.org; Mon, 21 Oct 2019 08:18:20 +0200 Original-Received: from localhost ([::1]:34326 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iMR1G-0007i8-Dl for ged-emacs-devel@m.gmane.org; Mon, 21 Oct 2019 02:18:18 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:41731) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iMR0g-0007i1-DJ for emacs-devel@gnu.org; Mon, 21 Oct 2019 02:17:43 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:60429) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1iMR0g-00019y-7c; Mon, 21 Oct 2019 02:17:42 -0400 Original-Received: from [176.228.60.248] (port=2017 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1iMR0f-0002wO-Gg; Mon, 21 Oct 2019 02:17:41 -0400 In-reply-to: <877e4zdvgx.fsf@gnus.org> (message from Lars Ingebrigtsen on Sun, 20 Oct 2019 22:15:42 +0200) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:241275 Archived-At: > From: Lars Ingebrigtsen > Cc: emacs-devel@gnu.org > Date: Sun, 20 Oct 2019 22:15:42 +0200 > > Eli Zaretskii writes: > > > Does debbugs*.el support compiling statistics about our bugs? Like > > how many new bugs were reported and how many were closed during a > > given period of time, including distribution by severity? > > It doesn't, but there's this: > > https://debbugs.gnu.org/rrd/emacs.html Thanks. Maybe this is enough. A distribution of the time since report to solution would be nice, though. How and by whom are these charts produced? > I thought those charts were a bit too coarse, so I've written some code > that downloads all the debbugs data and mangles the info a bit, and then > output to Javascript so that you can zoom a bit: I actually thought about producing input for something like Gnuplot. > The amount of data you need to do the computations client side are a > bit... on the large side. I think my script takes, like, ten minutes > to download the data, so I only run it very occasionally. Sure, but this is hardly needed every day. Once a month or 3 months should be good enough, I think.