Hello,

Bob Proulx <b...@proulx.com> skribis:

>> Right, so that’s presumably 310K GET requests over 12 days.
>
> Both GET and POST verbs are used by git.  It's going to be a mix of
> both.  At least I always see a mix of both in the logs.  I will send
> you some samples by direct mail.

Received.  :-)

>> I assume a git fetch/clone emits quite a few GET requests; what if you 
>> search for:
>>
>>   /git/guit.git/info/refs?service=git-upload-pack
>
> I assume substituting s/guit/guix/ there? :-)

These are too similar!

>> ?  That would indicate the number of clone/fetch operations since this
>> is the first GET request that Git does.
>
>     $ zgrep 'GET /git/guix.git/info/refs?service=git-upload-pack' access.log* 
> | wc -l
>     295334

OK, so we can approximate it as 195K fetches over 13 days.

As discussed off-line, a fraction of it comes from the build farm, which
is (hopefully was, I’ve just tweaked the config) fetching more
frequently than expected.

Thanks for your help!

Ludo’.

Reply via email to