An open API service indexing awesome lists of open source software.

https://github.com/yinheli/har-analyzer

Analysis har file for help config kungfu rule file
https://github.com/yinheli/har-analyzer

har kungfu

Last synced: 6 months ago
JSON representation

Analysis har file for help config kungfu rule file

Awesome Lists containing this project

README

        

# har analyzer

## Motivation

When config [kungfu](https://github.com/yinheli/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

```bash
$ har-analyzer analysis --help

Analysis har file to get domain list with additional information

Usage: har-analyzer analysis [OPTIONS]

Options:
-f, --har har file [default: ./har.har]
-d, --dns dns server, default use system
--verbose Verbose log
-h, --help Print help information
-V, --version Print version information
```