Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 335 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 335 Bytes

Graphar

Tool for visualization HAR-files into graphs

Usage:

Use in bash:
./graphar.php < map.har > map.dot | zgrviewer -f map.dot
where map.har is a HAR file that you got from your browser (from Chrome, for example)

For generating SVG directly

Use in bash:
./graphar.php < map.har | dot -Tsvg > hello.svg