We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently after each crawl, we run data verification using a rather manual process, requiring quite a lot of notebook copying/cloning.
Ideally, it should be enough to run something like crawl_metrics(s3_bucket, crawl_directory) or similar to get relevant metrics, including those from https://github.com/citp/openwpm-data-release/blob/master/Crawl-Data-Metrics.ipynb and those in the notebook linked in openwpm/openwpm-crawler#30 (comment).
crawl_metrics(s3_bucket, crawl_directory)
A companion crawl_metrics_summary(crawl_metrics) method could be included to print out the most relevant metrics in human-readable form.
crawl_metrics_summary(crawl_metrics)
Use cases:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently after each crawl, we run data verification using a rather manual process, requiring quite a lot of notebook copying/cloning.
Ideally, it should be enough to run something like
crawl_metrics(s3_bucket, crawl_directory)
or similar to get relevant metrics, including those from https://github.com/citp/openwpm-data-release/blob/master/Crawl-Data-Metrics.ipynb and those in the notebook linked in openwpm/openwpm-crawler#30 (comment).A companion
crawl_metrics_summary(crawl_metrics)
method could be included to print out the most relevant metrics in human-readable form.Use cases:
The text was updated successfully, but these errors were encountered: