diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2021-11-12 11:45:48 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2021-11-12 11:45:48 -0800 |
commit | f157cc7a50e0fd9a1c79efb3c29be7d8508ffa66 (patch) | |
tree | 25bca40fe7c5752bd514b644a48989b413c14cf4 /notes/cleanups | |
parent | 51b81e0c48a1258958ff215bc5da29bef4df4009 (diff) | |
download | fatcat-f157cc7a50e0fd9a1c79efb3c29be7d8508ffa66.tar.gz fatcat-f157cc7a50e0fd9a1c79efb3c29be7d8508ffa66.zip |
document cleanups run this week
Diffstat (limited to 'notes/cleanups')
-rw-r--r-- | notes/cleanups/wayback_timestamps.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/notes/cleanups/wayback_timestamps.md b/notes/cleanups/wayback_timestamps.md index 38bc3f7d..e3ea942d 100644 --- a/notes/cleanups/wayback_timestamps.md +++ b/notes/cleanups/wayback_timestamps.md @@ -289,3 +289,16 @@ Ugh. | pv -l \ | gzip \ > files_20211105_moreshortts.fetched.json.gz + # 9.96M 6:38:43 [ 416 /s] + +Looks like the last small tweak was successful! This was with git commit +`cd09c6d6bd4deef0627de4f8a8a301725db01e14`. + + + zcat files_20211105_moreshortts.fetched.json.gz | jq .status | sort | uniq -c | sort -nr + 6228307 "success-db" + 2876033 "success-self" + 846844 "success-api" + 7583 "fail-not-found" + 87 "fail-cdx-403" + |