moved showgraph into exp-tool as well
[sliver-openvswitch.git] / planetlab / exp-tool / showgraph
diff --git a/planetlab/exp-tool/showgraph b/planetlab/exp-tool/showgraph
new file mode 100755 (executable)
index 0000000..85421cb
--- /dev/null
@@ -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