ianshward / harsize

From a HAR, get average content size for urls that match pattern

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

harsize

Synopsis

node index.js www.example.com.har .png

  • where .png can be any string, which will be used like url.match(".png")

returns average bytes returned by all matching requests.

About

From a HAR, get average content size for urls that match pattern

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:JavaScript 100.0%