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
- Host: GitHub
- URL: https://github.com/yinheli/har-analyzer
- Owner: yinheli
- License: apache-2.0
- Created: 2022-10-03T09:02:30.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-30T16:14:21.000Z (about 2 years ago)
- Last Synced: 2024-11-19T06:23:30.054Z (7 months ago)
- Topics: har, kungfu
- Language: Rust
- Homepage:
- Size: 4.88 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 --helpAnalysis 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
```