1.1.8 • Published 4 years ago

@moochan/har2 v1.1.8

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

HAR2

npm release

Convert HAR(HTTP Archive) file into CSV format

Usage

Install

Add globally

# install with npm 
npm i -g @moochan/har2 

Run

Convert har formated file into csv formated file.

# You have to convert file one by one...
har2 path/to/input.har path/to/output.csv

Default output items

comment

  • title
  • onContentLoad
  • onLoad

body

csv column namedescription
resource_type_resourceType
response_sizeresponse.bodySize
time_totaltime
blockedtimings.blocked
dnstimings.dns
ssltimings.ssl
connecttimings.connect
sendtimings.send
waittimings.wait
receivetimings.receive

Customize items to be output

wip

Customize output format

wip

Tips

How to export har file

You can export har file with

  • Internet Explorer / Edge
  • Firefox
  • Chrome

The details are as follows.

Google Admin Toolbox https://toolbox.googleapps.com/apps/har_analyzer/

License

MIT

Contribors

1.1.8

4 years ago

1.1.7

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago