set output "usage.pdf" set terminal pdf color enhanced set title "backshift disk space ".strftime("%a %b %d %H:%M:%S %Y", time(0) + offset) set xdata time set timefmt "%Y-%m-%d" set format x "%Y-%m-%d" set key left top set ylabel "Disk in Gigabytes" set xlabel "Date" set xtics rotate by -75 plot 'backshift-used.dat' using 1:2 lt rgb 'blue' w l title 'In Use', \ 'backshift-capacity.dat' using 1:2 lt rgb 'red' w l title 'Total Capacity' set title "bliz-mac slash disk space ".strftime("%a %b %d %H:%M:%S %Y", time(0) + offset) set xdata time set timefmt "%Y-%m-%d" set format x "%Y-%m-%d" set key left top set ylabel "Disk in Gigabytes" set xlabel "Date" set xtics rotate by -75 plot 'bliz-mac-slash-used.dat' using 1:2 lt rgb 'blue' w l title 'In Use', \ 'bliz-mac-slash-capacity.dat' using 1:2 lt rgb 'red' w l title 'Total Capacity' set title "connserv disk space ".strftime("%a %b %d %H:%M:%S %Y", time(0) + offset) set xdata time set timefmt "%Y-%m-%d" set format x "%Y-%m-%d" set key left top set ylabel "Disk in Gigabytes" set xlabel "Date" set xtics rotate by -75 plot 'public_html-used.dat' using 1:2 lt rgb 'blue' w l title 'In Use', \ 'public_html-capacity.dat' using 1:2 lt rgb 'red' w l title 'Total Capacity' set title "daniels-mac-mini disk space ".strftime("%a %b %d %H:%M:%S %Y", time(0) + offset) set xdata time set timefmt "%Y-%m-%d" set format x "%Y-%m-%d" set key left top set ylabel "Disk in Gigabytes" set xlabel "Date" set xtics rotate by -75 plot 'daniels-mac-mini-used.dat' using 1:2 lt rgb 'blue' w l title 'In Use', \ 'daniels-mac-mini-capacity.dat' using 1:2 lt rgb 'red' w l title 'Total Capacity' set title "dell-inspiron-530 disk space ".strftime("%a %b %d %H:%M:%S %Y", time(0) + offset) set xdata time set timefmt "%Y-%m-%d" set format x "%Y-%m-%d" set key left top set ylabel "Disk in Gigabytes" set xlabel "Date" set xtics rotate by -75 plot 'dell-inspiron-530-used.dat' using 1:2 lt rgb 'blue' w l title 'In Use', \ 'dell-inspiron-530-capacity.dat' using 1:2 lt rgb 'red' w l title 'Total Capacity' set title "digital assets disk space ".strftime("%a %b %d %H:%M:%S %Y", time(0) + offset) set xdata time set timefmt "%Y-%m-%d" set format x "%Y-%m-%d" set key left top set ylabel "Disk in Gigabytes" set xlabel "Date" set xtics rotate by -75 plot 'digital-assets-used.dat' using 1:2 lt rgb 'blue' w l title 'In Use', \ 'digital-assets-capacity.dat' using 1:2 lt rgb 'red' w l title 'Total Capacity' set title "dstromberg-precision-3530 slash disk space ".strftime("%a %b %d %H:%M:%S %Y", time(0) + offset) set xdata time set timefmt "%Y-%m-%d" set format x "%Y-%m-%d" set key left top set ylabel "Disk in Gigabytes" set xlabel "Date" set xtics rotate by -75 plot 'dstromberg-precision-3530-used.dat' using 1:2 lt rgb 'blue' w l title 'In Use', \ 'dstromberg-precision-3530-capacity.dat' using 1:2 lt rgb 'red' w l title 'Total Capacity' set title "tp-mini-c slash disk space ".strftime("%a %b %d %H:%M:%S %Y", time(0) + offset) set xdata time set timefmt "%Y-%m-%d" set format x "%Y-%m-%d" set key left top set ylabel "Disk in Gigabytes" set xlabel "Date" set xtics rotate by -75 plot 'tp-mini-c-used.dat' using 1:2 lt rgb 'blue' w l title 'In Use', \ 'tp-mini-c-capacity.dat' using 1:2 lt rgb 'red' w l title 'Total Capacity' set title "tp-ppro slash disk space ".strftime("%a %b %d %H:%M:%S %Y", time(0) + offset) set xdata time set timefmt "%Y-%m-%d" set format x "%Y-%m-%d" set key left top set ylabel "Disk in Gigabytes" set xlabel "Date" set xtics rotate by -75 plot 'tp-ppro-used.dat' using 1:2 lt rgb 'blue' w l title 'In Use', \ 'tp-ppro-capacity.dat' using 1:2 lt rgb 'red' w l title 'Total Capacity' set title "zareason-limbo slash disk space ".strftime("%a %b %d %H:%M:%S %Y", time(0) + offset) set xdata time set timefmt "%Y-%m-%d" set format x "%Y-%m-%d" set key left top set ylabel "Disk in Gigabytes" set xlabel "Date" set xtics rotate by -75 plot 'zareason-limbo-used.dat' using 1:2 lt rgb 'blue' w l title 'In Use', \ 'zareason-limbo-capacity.dat' using 1:2 lt rgb 'red' w l title 'Total Capacity' set title "zareason-strata7440 disk space ".strftime("%a %b %d %H:%M:%S %Y", time(0) + offset) set xdata time set timefmt "%Y-%m-%d" set format x "%Y-%m-%d" set key left top set ylabel "Disk in Gigabytes" set xlabel "Date" set xtics rotate by -75 plot 'zareason-strata7440-used.dat' using 1:2 lt rgb 'blue' w l title 'In Use', \ 'zareason-strata7440-capacity.dat' using 1:2 lt rgb 'red' w l title 'Total Capacity'