diff options
Diffstat (limited to 'docs')
-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 |