select ip,sum(bytesIn)+sum(bytesOut) as total from localip where ( timeslot >= 1194642000 and timeslot <= 1194648000 ) group by ip order by total desc;
Also changed the graphing script to put the reverse-name in the name of the graph, so we can find things by both pointers.
This is a collection of techical information, much of it learned the hard way. Consider it a lab book or a /info directory. I doubt much of it will be of use to anyone else.