The haralyzer python module.

The HAR file is an open file format for archiving HTTP packets.
You can find a lot of tools available to analyze, visualize HAR files.
Today I will show you how to use the analyzer python module to show info about your website.
This python module contains two classes for analyzing web pages based on a HAR file.
I install this python module using pip3.4 under Python 3.4.1 version.

I used one online free tool to create a test.har, file.
I put this file under Python3.4 folder and I test it.
The script I used is this:

And this is the output of this script :

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.