Skip to content

Instantly share code, notes, and snippets.

@snallami
Created July 27, 2017 20:25
Show Gist options
  • Save snallami/058458d3e5f1d503bbd98f3162322842 to your computer and use it in GitHub Desktop.
Save snallami/058458d3e5f1d503bbd98f3162322842 to your computer and use it in GitHub Desktop.
Analyse Har file
cat 004-HarFile.har | jq '[.log.entries[] | {time: .time, url: .request.url}]' | jq 'sort_by(.time)' > requestTime.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment