tail -n 10000 access_log_searcher | perl -nale 'if ($F[5] > $max) {$max = $F[5]; $maxq = $_}; END{print $max /1000, "\t",$maxq}'
Created
December 5, 2012 02:08
-
-
Save ngn999/4211479 to your computer and use it in GitHub Desktop.
临时命令
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment