mkstats/

directory
v1.0.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 30, 2021 License: MPL-2.0

README

These are tools to calculate stats for https://letsencrypt.org/stats.

Given a TSV dump of the issuedNames table from a running Boulder instance, you can pass it to splitter to split the lines across files named, e.g. 2018-01-02.tsv, where each file contains only entries on that particular date.

After running splitter, run active -startDate XXX -endDate YYY -outFile out.tsv (endDate is exclusive). With the -outFile flag, dates that already exist in the output will be skipped, so it's fine to run multiple times.

Since active loads all entries for a 90-day period into memory, it needs about 12 GB of memory to run on the latest data, as of January 2018.

Directories

Path Synopsis
This binary reads a TSV on stdin that has an ISO 8601 date in the third field, then splits up the lines into files based on the day of that date.
This binary reads a TSV on stdin that has an ISO 8601 date in the third field, then splits up the lines into files based on the day of that date.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL