X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=planetlab%2Fexp-tool%2Fshowgraph;fp=planetlab%2Fexp-tool%2Fshowgraph;h=85421cb3eab40dea0a13980bfc8074ae50bbd567;hb=3be4ef29f732897d47c1893dc9e325b74bf60782;hp=0000000000000000000000000000000000000000;hpb=6fada977dba18c5377c690ae5eef8c67b4b6f6d8;p=sliver-openvswitch.git diff --git a/planetlab/exp-tool/showgraph b/planetlab/exp-tool/showgraph new file mode 100755 index 000000000..85421cb3e --- /dev/null +++ b/planetlab/exp-tool/showgraph @@ -0,0 +1,7 @@ +make graph.ps +gv -watch -spartan graph.ps >/dev/null 2>&1 & +while : +do + inotifywait -e CREATE -e DELETE L + make graph.ps +done >/dev/null 2>&1