Hi Bob,

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

> We don't have any specific statistics.  Generally we collect very
> little data at all.  Just enough to avoid abuse.  But at the moment we
> have a little more data than usual and I can look back through Jan 15
> 4am through now and grep out those hits.
>
>     root@vcs3:/var/log# zgrep /git/guix.git /var/log/nginx/access.log*
>     310148

Right, so that’s presumably 310K GET requests over 12 days.  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

?  That would indicate the number of clone/fetch operations since this
is the first GET request that Git does.

> A single number like that has little meaning so I selected a handful
> of other projects which might be representative.

That’s super useful indeed.

Thank you!

Ludo’.

Reply via email to