git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Add additional trace2 regions for fetch and push
@ 2024-08-15 18:51 Josh Steadmon
  2024-08-15 18:51 ` [PATCH 1/2] fetch: add top-level trace2 regions Josh Steadmon
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Josh Steadmon @ 2024-08-15 18:51 UTC (permalink / raw)
  To: git

Last year at $DAYJOB we were having issues with slow
fetches/pulls/pushes. We added some additional trace2 regions which
helped us narrow down the issue to some server-side negotiation
problems. We've been carrying these patches downstream ever since, but
they might be useful to others as well.


Calvin Wan (1):
  send-pack: add new tracing regions for push

Josh Steadmon (1):
  fetch: add top-level trace2 regions

 builtin/fetch.c | 27 +++++++++++++++++++++++----
 send-pack.c     | 16 +++++++++++++---
 2 files changed, 36 insertions(+), 7 deletions(-)


base-commit: 25673b1c476756ec0587fb0596ab3c22b96dc52a
-- 
2.46.0.184.g6999bdac58-goog


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

end of thread, other threads:[~2024-08-22 22:10 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-15 18:51 [PATCH 0/2] Add additional trace2 regions for fetch and push Josh Steadmon
2024-08-15 18:51 ` [PATCH 1/2] fetch: add top-level trace2 regions Josh Steadmon
2024-08-15 19:47   ` Junio C Hamano
2024-08-19 18:26     ` Josh Steadmon
2024-08-15 18:51 ` [PATCH 2/2] send-pack: add new tracing regions for push Josh Steadmon
2024-08-15 20:06   ` Junio C Hamano
2024-08-22 20:20     ` Josh Steadmon
2024-08-22 20:30       ` Junio C Hamano
2024-08-22 21:57 ` [PATCH v2 0/3] Add additional trace2 regions for fetch and push Josh Steadmon
2024-08-22 21:57   ` [PATCH v2 1/3] trace2: implement trace2_printf() for event target Josh Steadmon
2024-08-22 21:57   ` [PATCH v2 2/3] fetch: add top-level trace2 regions Josh Steadmon
2024-08-22 21:57   ` [PATCH v2 3/3] send-pack: add new tracing regions for push Josh Steadmon
2024-08-22 22:10   ` [PATCH v2 0/3] Add additional trace2 regions for fetch and push Junio C Hamano

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 NNTP newsgroup(s).