<?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[curl 实用操作]]></title> 
<author>root &lt;admin@yourname.com&gt;</author>
<category><![CDATA[Linux]]></category>
<pubDate>Thu, 27 Aug 2009 16:02:33 +0000</pubDate> 
<guid>https://blog.liuts.com/post//</guid> 
<description>
<![CDATA[ 
	<strong>1、开启gzip请求</strong><br/>curl -I http://www.sina.com.cn/ -H Accept-Encoding:gzip,defalte<br/><br/><strong>2、监控网页的响应时间</strong><br/>curl -o /dev/null -s -w "time_connect: %&#123;time_connect&#125;&#92;ntime_starttransfer: %&#123;time_starttransfer&#125;&#92;ntime_total: %&#123;time_total&#125;&#92;n" "http://www.kklinux.com"<br/><br/><strong>3. 监控站点可用性</strong><br/>curl -o /dev/null -s -w %&#123;http_code&#125; "http://www.kklinux.com"<br/><br/><strong>4、以http1.0协议请求（默认为http1.1）</strong><br/>curl -0 .............. <br/>Tags - <a href="https://blog.liuts.com/tags/curl/" rel="tag">curl</a>
]]>
</description>
</item><item>
<link>https://blog.liuts.com/post//#blogcomment</link>
<title><![CDATA[[评论] curl 实用操作]]></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>