]> git.sesse.net Git - nms/blobdiff - web/nettkart-web.pl
Optomalize!
[nms] / web / nettkart-web.pl
index a3d64ac8b97233a042af9c60885a97c79d24858e..8f37b1efd12b63b6af21aa73879934bbee47c4c3 100755 (executable)
@@ -17,10 +17,7 @@ print <<"EOF";
     <map name="switches">
 EOF
 
-my $q = $dbh->prepare('select * from switches natural join placements natural left join
-( select switch,sum(bytes_in)/count(*) as
-bytes_in,sum(bytes_out)/count(*) as bytes_out from get_datarate() group
-by switch ) t1');
+my $q = $dbh->prepare('select * from switches natural join placements');
 $q->execute();
 while (my $ref = $q->fetchrow_hashref()) {
        $ref->{'placement'} =~ /\((\d+),(\d+)\),\((\d+),(\d+)\)/;