2 # Extract data from HTTP transactions
3 # (c) 2003 Martin Mares <mj@ucw.cz>, GPL'ed
9 1 == @ARGV or die "Usage: http-extract <perl-expression>";
14 my ($id, $t1, $t2, $src, $dst, $ffor, $result, $cache, $queue, $length, $totaltime, $waittime, $ctype, $method, $url) = split /\s+/;
15 print ' . $ARGV[0] . ', "\n";
18 die "$ARGV[0]: $@" if $@;