5 releases
0.1.6 | Dec 21, 2022 |
---|---|
0.1.5 | Oct 29, 2022 |
0.1.4 | Oct 26, 2022 |
0.1.3 | Oct 4, 2022 |
0.1.2 | Oct 3, 2022 |
#32 in #analyze
550KB
269 lines
har analyzer
Motivation
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.
Usage
$ 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
Dependencies
~27–41MB
~762K SLoC