]> mj.ucw.cz Git - netgrind.git/blobdiff - post/http-filter
Updated postprocessors for new HTTP log format
[netgrind.git] / post / http-filter
index c2baf11a6c3b8229bfcb51e8b792cef8be859438..998291279b715c76160e12b367315d80bec8c49a 100755 (executable)
@@ -11,7 +11,7 @@ eval '
 while (<STDIN>) {
        chomp;
        /^#/ && next;
-       my ($t1, $t2, $src, $dst, $ffor, $result, $cache, $queue, $length, $totaltime, $waittime, $ctype, $method, $url) = split /\s+/;
+       my ($id, $t1, $t2, $src, $dst, $ffor, $result, $cache, $queue, $length, $totaltime, $waittime, $ctype, $method, $url) = split /\s+/;
        if (' . $ARGV[0] . ') {
                print $_, "\n";
        }