--- /dev/null
+# select count(*), flight, branch, started from jobs join flights using (flight) where branch='xen-unstable' and blessing='real' and started >=1374166076 group by flight, branch, started order by flight desc \g jobs.data
+
+set yrange [0:*]
+set xtics 5000000
+set xdata time
+set timefmt "%s"
+set term x11 persist
+plot 'jobs.gnuplot' using 4:1 title 'jobs in xen-unstable'
--- /dev/null
+#!/usr/bin/perl -wp
+use strict;
+$_="" if $.==1;
+$_="" unless m/[^-+ \t\n]/;
+$_="" if m/^\(\d+ rows\)$/;
+s/\|//g;
+s/\S*[^0-9. \t\n]\S*/"$&"/g;