Skip to content

Instantly share code, notes, and snippets.

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