跳到主要內容

解析 httpd access_log 每分鐘的 request 數!

cat xxx-access_log | cut -d ' ' -f 4 | cut -c 2-18 | sort -b | uniq -c

解析 httpd access_log 每分鐘的 request 數!
cat xxx-access_log | cut -d ' ' -f 4 | cut -c 2-18 | sort -b | uniq -c