<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[运维进行时]]></title> 
<link>https://blog.liuts.com/index.php</link> 
<description><![CDATA[互联网运维与架构]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[运维进行时]]></copyright>
<item>
<link>https://blog.liuts.com/post//</link>
<title><![CDATA[SHELL分析过滤IIS日志]]></title> 
<author>root &lt;admin@yourname.com&gt;</author>
<category><![CDATA[SHELL]]></category>
<pubDate>Sat, 22 Sep 2007 07:04:53 +0000</pubDate> 
<guid>https://blog.liuts.com/post//</guid> 
<description>
<![CDATA[ 
	<div class="quote"><div class="quote-title">引用</div><div class="quote-content"><br/>获取index.asp一天中出现的个数排序：<br/>more ex080305.log &#124;awk '&#123; printf "%s %s %s",$1,$2,$6"&#92;r&#92;n"&#125;'&#124;grep index.asp&#124;uniq -c&#124;sort -r&#124;head -1000 > outInfo.txt<br/></div></div><br/><br/><div class="quote"><div class="quote-title">引用</div><div class="quote-content"><br/>如果按秒来算可以这样：<br/>more ex080305.log &#124;awk '&#123; printf "%s %s %s",$1,substr($2,0,5),$6"&#92;r&#92;n"&#125;'&#124;grep index.asp&#124;uniq -c >out.txt<br/></div></div><br/>Tags - <a href="https://blog.liuts.com/tags/%25E6%2597%25A5%25E5%25BF%2597%25E5%2588%2586%25E6%259E%2590/" rel="tag">日志分析</a>
]]>
</description>
</item><item>
<link>https://blog.liuts.com/post//#blogcomment</link>
<title><![CDATA[[评论] SHELL分析过滤IIS日志]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>https://blog.liuts.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>