摘要:
1.根据Apache Log,获取当天秒并发数最多的记录tail -10000 ./demo.fdipzone.com_access_log.2014-01-16_01 | cut -d"[" -f 2 | awk '{print $1;}' | sort | uniq -c | sort -nr | headtail -10000 ./demo.fdipzone.com_access_log.2014-01-16_01 | awk -F"[" '{print $2;}' | awk '{print $1;} 阅读全文
posted @ 2014-02-16 13:44
傲雪星枫
阅读(460)
评论(0)
推荐(0)
浙公网安备 33010602011771号