Skip to content

dromaniuk/graphar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Tool for visualization HAR-files into graphs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages