Sorting IPs by usage in arbitrary timeslots 
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.