2011年2月9日 星期三
find out the biggest total size of image size * request times
cat searchDateLog.txt | grep " 200 " | grep ".jpg" | cut -d ' ' -f 7,10 | sort | uniq -c | awk '{print $1*$3," ",$2}' | sort -n -r | head -n 100
訂閱:
文章 (Atom)
分享 Linux/Apache/PHP+MySQL/Smarty/JQuery/RubyOnRails 的點點滴滴!