create gnuplot graphs based on http://oss.lzu.edu.cn/blog/article.php?tid_1204.html
[sysadmin-cookbook] / recepies / netpipe-tcp / Makefile
index a6ba3d9..183e321 100644 (file)
@@ -1,2 +1,5 @@
 graph:
        ./np2graphviz.pl | dot -Tpng -o graph.png && qiv graph.png
+
+gnuplot:
+       ls */*.np | xargs -i ./gnuplot.sh {}