count drives by type, ignoring serial number
[sysadmin-cookbook] / recepies / netpipe-tcp / Makefile
1 graph:
2         find . -name "*.np" -size 0 -exec rm {} \;
3         ./np2graphviz.pl | dot -Tpng -o graph.png && qiv graph.png
4
5 gnuplot:
6         ls */*.np | xargs -i ./gnuplot.sh {}
7
8 xlax:
9         mkxlax `cat hosts`
10
11 install:
12         cat hosts | xargs -i ssh {} apt-get install -y netpipe-tcp