Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

HAR parser and reporting tool

Tags:

http

har

Is there any parser tool for HAR(Http archive) which generates csv or excel output of page loading times? I know there are HAR viewer but I need the output as csv for plotting.

Note: It is easier to write a parser and generate the csv output(which I have done) but before reinventing the wheel, I just want to check for existing tools.

like image 461
Rajasankar Avatar asked Aug 31 '26 02:08

Rajasankar


1 Answers

Yes, you got the har2csv (command line tool), here, and you can pull the zip file here.

like image 63
Johnny Avatar answered Sep 01 '26 18:09

Johnny