Crates.io | har-analyzer |
lib.rs | har-analyzer |
version | 0.1.6 |
source | src |
created_at | 2022-10-03 11:45:49.699484 |
updated_at | 2022-12-21 05:33:35.31605 |
description | HAR file analyzer |
homepage | https://github.com/yinheli/har-analyzer |
repository | https://github.com/yinheli/har-analyzer |
max_upload_size | |
id | 678943 |
size | 2,672,307 |
When config kungfu rules, we need to analyze which domain/url is slow or blocked. So I build this tool to analysis the HAR file which export from browser.
$ har-analyzer analysis --help
Analysis har file to get domain list with additional information
Usage: har-analyzer analysis [OPTIONS]
Options:
-f, --har <HAR> har file [default: ./har.har]
-d, --dns <DNS> dns server, default use system
--verbose Verbose log
-h, --help Print help information
-V, --version Print version information