diff options
author | Rasmus Dahlberg <rasmus@rgdd.se> | 2024-02-10 10:18:14 +0100 |
---|---|---|
committer | Rasmus Dahlberg <rasmus@rgdd.se> | 2024-02-10 10:18:14 +0100 |
commit | 10bd9d7ed9b0bfe2abcbb6ac8e22fbd7d86470a2 (patch) | |
tree | 18fd7ed81159279cf07d7d1d0185f37c073e747a | |
parent | dee26cb8eb1f97ac104b38f168ff9ccfa2e4a291 (diff) |
timeline: Snapshot and start collecting
-rw-r--r-- | docs/operations.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/operations.md b/docs/operations.md index 687e816..1693ec3 100644 --- a/docs/operations.md +++ b/docs/operations.md @@ -72,6 +72,7 @@ The versions of `git.cs.kau.se/rasmoste/ct-sans@VERSION` are listed below. | 2023/04/03 | 09:22:22 | collect completed | | | 2023/04/03 | 09:30:00 | start assemble | [5] | | 2023/04/03 | 16:12:38 | assemble done | 0.91B SANs (25.2GiB) from 3.74B certs | +| 2024/02/10 | 09:10:20 | snapshot and start collect | still running v0.0.2 [6] | ## Notes @@ -218,3 +219,8 @@ These SANs were found in 3.74B certificates from 17 CT logs: In total, 3743244652 certificates were downloaded from 17 CT logs; $ python3 -c "print(f'{3743244652 / 1000**3:.2f}B')" 3.74B + +## 6 + + $ ct-sans snapshot >snapshot.stdout + $ ct-sans collect --workers 40 --batch-disk 131072 --batch-req 2048 --metrics 60m >collect.stdout 2>collect.stderr |