/graphar

Tool for visualization HAR-files into graphs

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

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