public inbox for elfutils@sourceware.org
 help / color / mirror / Atom feed
* [Bug debuginfod/25448] New: Extend debuginfod metrics
@ 2020-01-23  6:48 marxin.liska at gmail dot com
  2020-03-26 20:47 ` [Bug debuginfod/25448] " fche at redhat dot com
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: marxin.liska at gmail dot com @ 2020-01-23  6:48 UTC (permalink / raw)
  To: elfutils-devel

https://sourceware.org/bugzilla/show_bug.cgi?id=25448

            Bug ID: 25448
           Summary: Extend debuginfod metrics
           Product: elfutils
           Version: unspecified
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: debuginfod
          Assignee: unassigned at sourceware dot org
          Reporter: marxin.liska at gmail dot com
                CC: elfutils-devel at sourceware dot org
  Target Milestone: ---

I would like to see more statistics about HTTP requests like:
- total_bytes transferred for each request type (debuginfo, executable, source)
- # of requests for each request type

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug debuginfod/25448] Extend debuginfod metrics
  2020-01-23  6:48 [Bug debuginfod/25448] New: Extend debuginfod metrics marxin.liska at gmail dot com
@ 2020-03-26 20:47 ` fche at redhat dot com
  2020-03-27  8:43 ` marxin.liska at gmail dot com
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: fche at redhat dot com @ 2020-03-26 20:47 UTC (permalink / raw)
  To: elfutils-devel

https://sourceware.org/bugzilla/show_bug.cgi?id=25448

Frank Ch. Eigler <fche at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fche at redhat dot com

--- Comment #1 from Frank Ch. Eigler <fche at redhat dot com> ---
https://sourceware.org/pipermail/elfutils-devel/2020q1/002555.html

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug debuginfod/25448] Extend debuginfod metrics
  2020-01-23  6:48 [Bug debuginfod/25448] New: Extend debuginfod metrics marxin.liska at gmail dot com
  2020-03-26 20:47 ` [Bug debuginfod/25448] " fche at redhat dot com
@ 2020-03-27  8:43 ` marxin.liska at gmail dot com
  2020-03-27 14:59 ` fche at redhat dot com
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: marxin.liska at gmail dot com @ 2020-03-27  8:43 UTC (permalink / raw)
  To: elfutils-devel

https://sourceware.org/bugzilla/show_bug.cgi?id=25448

--- Comment #2 from Martin Liška <marxin.liska at gmail dot com> ---
I like the suggested patch!

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug debuginfod/25448] Extend debuginfod metrics
  2020-01-23  6:48 [Bug debuginfod/25448] New: Extend debuginfod metrics marxin.liska at gmail dot com
  2020-03-26 20:47 ` [Bug debuginfod/25448] " fche at redhat dot com
  2020-03-27  8:43 ` marxin.liska at gmail dot com
@ 2020-03-27 14:59 ` fche at redhat dot com
  2020-05-11 14:26 ` fche at redhat dot com
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: fche at redhat dot com @ 2020-03-27 14:59 UTC (permalink / raw)
  To: elfutils-devel

https://sourceware.org/bugzilla/show_bug.cgi?id=25448

Frank Ch. Eigler <fche at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Frank Ch. Eigler <fche at redhat dot com> ---
pushed

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug debuginfod/25448] Extend debuginfod metrics
  2020-01-23  6:48 [Bug debuginfod/25448] New: Extend debuginfod metrics marxin.liska at gmail dot com
                   ` (2 preceding siblings ...)
  2020-03-27 14:59 ` fche at redhat dot com
@ 2020-05-11 14:26 ` fche at redhat dot com
  2020-05-12  5:14 ` mliska at suse dot cz
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: fche at redhat dot com @ 2020-05-11 14:26 UTC (permalink / raw)
  To: elfutils-devel

https://sourceware.org/bugzilla/show_bug.cgi?id=25448

--- Comment #4 from Frank Ch. Eigler <fche at redhat dot com> ---
Martin, can you think of more metrics we should add later?

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug debuginfod/25448] Extend debuginfod metrics
  2020-01-23  6:48 [Bug debuginfod/25448] New: Extend debuginfod metrics marxin.liska at gmail dot com
                   ` (3 preceding siblings ...)
  2020-05-11 14:26 ` fche at redhat dot com
@ 2020-05-12  5:14 ` mliska at suse dot cz
  2020-05-12 15:10 ` fche at redhat dot com
  2020-05-13  7:16 ` mliska at suse dot cz
  6 siblings, 0 replies; 8+ messages in thread
From: mliska at suse dot cz @ 2020-05-12  5:14 UTC (permalink / raw)
  To: elfutils-devel

https://sourceware.org/bugzilla/show_bug.cgi?id=25448

--- Comment #5 from Martin Liska <mliska at suse dot cz> ---
I'm pretty happy about what we have now.
You may add statistics about average response time and I would like to see
stats per request type (e.g. http_responses_transfer_bytes_count for debuginfo,
source, binary, ...).

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug debuginfod/25448] Extend debuginfod metrics
  2020-01-23  6:48 [Bug debuginfod/25448] New: Extend debuginfod metrics marxin.liska at gmail dot com
                   ` (4 preceding siblings ...)
  2020-05-12  5:14 ` mliska at suse dot cz
@ 2020-05-12 15:10 ` fche at redhat dot com
  2020-05-13  7:16 ` mliska at suse dot cz
  6 siblings, 0 replies; 8+ messages in thread
From: fche at redhat dot com @ 2020-05-12 15:10 UTC (permalink / raw)
  To: elfutils-devel

https://sourceware.org/bugzilla/show_bug.cgi?id=25448

--- Comment #6 from Frank Ch. Eigler <fche at redhat dot com> ---
Response time (within debuginfod code proper, as opposed to the subsequent file
transfer) is exposed with the http_responses_duration_milliseconds_* metrics. 
Total file transfer time would have to be calculated by extracting extra
information/callbacks from libmicrohttpd.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug debuginfod/25448] Extend debuginfod metrics
  2020-01-23  6:48 [Bug debuginfod/25448] New: Extend debuginfod metrics marxin.liska at gmail dot com
                   ` (5 preceding siblings ...)
  2020-05-12 15:10 ` fche at redhat dot com
@ 2020-05-13  7:16 ` mliska at suse dot cz
  6 siblings, 0 replies; 8+ messages in thread
From: mliska at suse dot cz @ 2020-05-13  7:16 UTC (permalink / raw)
  To: elfutils-devel

https://sourceware.org/bugzilla/show_bug.cgi?id=25448

--- Comment #7 from Martin Liska <mliska at suse dot cz> ---
The response time is more a wish. What's the most important is the progress
indication that can a consumer get in gdb, or other tool.
For now, I wouldn't spend time with more metrics.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-05-13  7:16 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-23  6:48 [Bug debuginfod/25448] New: Extend debuginfod metrics marxin.liska at gmail dot com
2020-03-26 20:47 ` [Bug debuginfod/25448] " fche at redhat dot com
2020-03-27  8:43 ` marxin.liska at gmail dot com
2020-03-27 14:59 ` fche at redhat dot com
2020-05-11 14:26 ` fche at redhat dot com
2020-05-12  5:14 ` mliska at suse dot cz
2020-05-12 15:10 ` fche at redhat dot com
2020-05-13  7:16 ` mliska at suse dot cz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).