Todd O'Connor

Results 12 comments of Todd O'Connor

I ran the same greps by hand against my top repo as reported in Hubble:API requests per repo. The results were oddly formatted. "/repositories/:repository_id/contents/?*" 79534 "/repositories/:repository_id/pulls/:id" 12816 "/repositories/:repository_id/collaborators/:collab/permission" 7321 "/repositories/:repository_id/pulls"...

Here's the raw data up to the uniq -ic command if it helps. $ zcat -f /var/log/github/unicorn.log.1* | grep -F 'request_category=api' | grep -Fv 'remote_address=127.0.0.1' | grep -Fv "controller=\"Api::Internal" |...

I updated to the latest Hubble just now and re-ran the data gather. It worked. We still have no rotated logs to parse, though, due to the very recent upgrade.

This is cool! Just ran it on my instance. To be really useful we'll need a table which shows totals for each url or maybe determine the ORG/repo for the...

Hi Lars. I left a very lengthy comment and now it's gone. Hmm. Anyways, what I had said was this is a great idea for a new main section. Where...

Hi @larsxschneider Is anything required of me on this PR? Thanks,

Here's my git-sizer output: ``` Processing blobs: 186589 Processing trees: 323092 Processing commits: 51356 Matching commits to trees: 51356 Processing annotated tags: 42 Processing references: 783 | Name | Value...

Extensions: ``` % ./git-find-lfs-extensions Type Extension LShare LCount Count Size Min Max ------- --------- ------- ------- ------- ------- ------- ------- all * 4.0 % 534 11707 3351 0 149 binary...

What of these results files are of the most interest? ``` % time git-filter-repo --analyzee Processed 561079 blob sizes Processed 51072 commitswarning: inexact rename detection was skipped due to too...