Apacheアクセスログで集中してアクセスのある時間帯がないか調べる方法 cat /path_to/access_log | awk '{print $4}' | sort | uniq -c | less