Skip to content

Instantly share code, notes, and snippets.

@ngn999
Created October 10, 2012 04:00
Show Gist options
  • Save ngn999/3863072 to your computer and use it in GitHub Desktop.
Save ngn999/3863072 to your computer and use it in GitHub Desktop.
统计某一app来的query的特点
cat http2kfc.20121008  | grep tbskip |head -n 1000000 | 
perl -MURI -MList::Util -nale '$uri = new URI ("/bin/search?" . $F[-1]); 
%h = $uri->query_form; $fat= List::Util::reduce { $a . "_". $b } (keys %h); 
print $fat;'  | sort | uniq -c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment