<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>DEAN LEE:/DEV/BLOG &#187; logmicroscope</title>
	<atom:link href="http://www.deanlee.cn/tag/logmicroscope/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.deanlee.cn</link>
	<description>mount /dev/brain &#124;&#124; tail -f /var/log/thoughts &#62;&#62; /pub/www</description>
	<pubDate>Fri, 30 Dec 2011 13:27:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
	<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>LogMicroscope:boost performance for logging system by 43%</title>
		<link>http://www.deanlee.cn/programming/logmicroscope-boost-logging-performance/</link>
		<comments>http://www.deanlee.cn/programming/logmicroscope-boost-logging-performance/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 08:56:38 +0000</pubDate>
		<dc:creator>Dean Lee</dc:creator>
		
		<category><![CDATA[Programming]]></category>

		<category><![CDATA[logging]]></category>

		<category><![CDATA[logmicroscope]]></category>

		<category><![CDATA[performance]]></category>

		<guid isPermaLink="false">http://www.deanlee.cn/programming/logmicroscope-boost-logging-performance/</guid>
		<description><![CDATA[Recently,I have rewritten the logging engine for LogMicroscope,using circular-buffer in log writing threads,and WriteFileGather in file writing thread to gathers up the data from these discrete buffers in memory and transfers them &#34;in place&#34; as a single operation.
with WriteFIleGather, the disk is always keep busy without entering and leaving from kernel mode. log data can [...]]]></description>
			<content:encoded><![CDATA[<p>Recently,I have rewritten the logging engine for <a href="http://lm.35.com" target="_blank">LogMicroscope</a>,using <a href="http://en.wikipedia.org/wiki/Circular_buffer" target="_blank">circular-buffer</a> in log writing threads,and <a href="http://msdn.microsoft.com/en-us/library/aa365749%28VS.85%29.aspx" target="_blank">WriteFileGather</a> in file writing thread to gathers up the data from these discrete buffers in memory and transfers them &quot;in place&quot; as a single operation.</p>
<p>with WriteFIleGather, the disk is always keep busy without entering and leaving from kernel mode. log data can be written to disk at a rate that approaches the limits of the physical characteristics of the hardware device.that’s really boost the I/O performance.</p>
<p>because the CPU is mostly idle during write operation,to maximum the performance,I have compressed the data before writing to the disk to reduce the amount of data to be written,the compress is always faster than the I/O operation,so that I get the compression for “free”.</p>
<p>after these changes,the performance for logging system has increased by over 43%.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deanlee.cn/programming/logmicroscope-boost-logging-performance/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Logmicroscope@35 adds widgets to show site status</title>
		<link>http://www.deanlee.cn/35_com/logmicroscope35-adds-widgets-to-show-site-status/</link>
		<comments>http://www.deanlee.cn/35_com/logmicroscope35-adds-widgets-to-show-site-status/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 16:33:25 +0000</pubDate>
		<dc:creator>Dean Lee</dc:creator>
		
		<category><![CDATA[35.com]]></category>

		<category><![CDATA[lm]]></category>

		<category><![CDATA[logmicroscope]]></category>

		<guid isPermaLink="false">http://www.deanlee.cn/35_com/logmicroscope35-adds-widgets-to-show-site-status/</guid>
		<description><![CDATA[Here is an example using the LogMicroscope widget on openid.35.com:

]]></description>
			<content:encoded><![CDATA[<p>Here is an example using the <a href="http://lm.35.com" target="_blank">LogMicroscope</a> widget on <a href="http://openid.35.com/status" target="_blank">openid.35.com</a>:</p>
<p><a href="http://openid.35.com/status" target="_blank"><img title="image" style="display: inline" height="302" alt="image" src="http://www.deanlee.cn/wp-content/uploads/2008/11/image5.png" width="486" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.deanlee.cn/35_com/logmicroscope35-adds-widgets-to-show-site-status/feed/</wfw:commentRss>
		</item>
		<item>
		<title>LogMicroscope@35 升级说明</title>
		<link>http://www.deanlee.cn/35_com/lm_suport_openid/</link>
		<comments>http://www.deanlee.cn/35_com/lm_suport_openid/#comments</comments>
		<pubDate>Sun, 19 Oct 2008 19:02:05 +0000</pubDate>
		<dc:creator>Dean Lee</dc:creator>
		
		<category><![CDATA[35.com]]></category>

		<category><![CDATA[logmicroscope]]></category>

		<category><![CDATA[OpenID]]></category>

		<guid isPermaLink="false">http://www.deanlee.cn/35_com/lm_suport_openid/</guid>
		<description><![CDATA[LogMicroscope本周末完成升级，本次升级增加了OpenId 登录支持，以及中英文版本自动切换功能。同时解决了在FireFox下菜单错位的问题。
OpenId登录支持
在保留使用原有passport登录的同时，新用户可以使用已有的OpenId 帐号进行登录（免注册）。如果尚无OpenId帐号，可以点击登录按钮下的注册连接，去OpenId.35.com注册一个OpenId帐号。
&#160; 
中英文版本切换
系统自动根据用户的操作系统选择对应的语言版本（中文或英文）。

]]></description>
			<content:encoded><![CDATA[<p><a href="http://lm.35.com" target="_blank">LogMicroscope</a>本周末完成升级，本次升级增加了<a href="http://openid.net" target="_blank">OpenId</a> 登录支持，以及中英文版本自动切换功能。同时解决了在FireFox下菜单错位的问题。</p>
<p><strong>OpenId登录支持</strong></p>
<p>在保留使用原有passport登录的同时，新用户可以使用已有的<a href="http://openid.net" target="_blank">OpenId</a> 帐号进行登录（免注册）。如果尚无OpenId帐号，可以点击登录按钮下的注册连接，去<a href="http://openid.35.com" target="_blank">OpenId.35.com</a>注册一个OpenId帐号。</p>
<p><a href="http://www.deanlee.cn/wp-content/uploads/2008/10/image21.png" rel="lightbox"><img title="image" style="display: inline" height="63" alt="image" src="http://www.deanlee.cn/wp-content/uploads/2008/10/image-thumb21.png" width="492" /></a>&#160; </p>
<p><strong>中英文版本切换</strong></p>
<p>系统自动根据用户的操作系统选择对应的语言版本（中文或英文）。</p>
<p><a href="http://www.deanlee.cn/wp-content/uploads/2008/10/image22.png" rel="lightbox"><img title="image" style="display: inline" height="234" alt="image" src="http://www.deanlee.cn/wp-content/uploads/2008/10/image-thumb22.png" width="309" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.deanlee.cn/35_com/lm_suport_openid/feed/</wfw:commentRss>
		</item>
		<item>
		<title>LM.35.com reached a total of 367 days of continuous uptime</title>
		<link>http://www.deanlee.cn/35_com/lm35com-has-made-a-continuous-running-of-367-days/</link>
		<comments>http://www.deanlee.cn/35_com/lm35com-has-made-a-continuous-running-of-367-days/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 06:47:01 +0000</pubDate>
		<dc:creator>Dean Lee</dc:creator>
		
		<category><![CDATA[35.com]]></category>

		<category><![CDATA[lm]]></category>

		<category><![CDATA[lm.35.com]]></category>

		<category><![CDATA[logmicroscope]]></category>

		<guid isPermaLink="false">http://www.deanlee.cn/35_com/lm35com-has-made-a-continuous-running-of-367-days/</guid>
		<description><![CDATA[
I&#8217;m proudly to announce that LM.35.com has reached 367 days of continuous uptime without a single point of failure.LM.35.com has hosted more than one hundred thousand sites with almost sixty million hits per day.

&#160;

&#160;
The whole system is dedicated designed for performance(it&#8217;s written in C and Assembly Language with C# front-end ),although it&#8217;s one year old,it [...]]]></description>
			<content:encoded><![CDATA[<p><a target="_blank" href="http://lm.35.com"><img width="294" height="75" src="http://www.deanlee.cn/wp-content/uploads/2008/08/windowslivewriterlmcomhasmadeacontinuousrunningof367day-10c79image-5.png" alt="image" /></a></p>
<p>I&#8217;m proudly to announce that <a target="_blank" href="http://lm.35.com">LM.35.com</a> has reached 367 days of continuous uptime without a single point of failure.<a target="_blank" href="http://lm.35.com">LM.35.com</a> has hosted more than one hundred thousand sites with almost sixty million hits per day.</p>
<p><a target="_blank" href="http://lm.35.com/reporter/logon.aspx?demo=1 "><img width="502" height="225" src="http://www.deanlee.cn/wp-content/uploads/2008/08/windowslivewriterlmcomhasmadeacontinuousrunningof367day-10c79image-6.png" alt="image" /></a></p>
<p>&nbsp;</p>
<p><span id="more-466"></span></p>
<p>&nbsp;</p>
<p>The whole system is dedicated designed for performance(it&#8217;s written in C and Assembly Language with C# front-end ),although it&#8217;s one year old,it still maybe one of the fastest website analyzer on the market today:)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deanlee.cn/35_com/lm35com-has-made-a-continuous-running-of-367-days/feed/</wfw:commentRss>
		</item>
		<item>
		<title>LogMicroscope will launch in USA with OpenID support</title>
		<link>http://www.deanlee.cn/openid/logmicroscope-will-launch-in-usa-with-openid-support/</link>
		<comments>http://www.deanlee.cn/openid/logmicroscope-will-launch-in-usa-with-openid-support/#comments</comments>
		<pubDate>Wed, 27 Jun 2007 14:32:04 +0000</pubDate>
		<dc:creator>Dean Lee</dc:creator>
		
		<category><![CDATA[35.com]]></category>

		<category><![CDATA[OpenID]]></category>

		<category><![CDATA[logmicroscope]]></category>

		<guid isPermaLink="false">http://www.deanlee.cn/programming/logmicroscope-will-launch-in-usa-with-openid-support/</guid>
		<description><![CDATA[
LogMicroscope的英文版已经完成，目前正在进行最后的测试。
这个海外发行版将放弃Passport，改为使用OpenID身份认证系统。相对于封闭的Passport，开放和自由的OpenID一直是我更想做的东西，这次终于如愿以偿了：

]]></description>
			<content:encoded><![CDATA[<p><img width="263" height="53" src="http://www.deanlee.cn/wp-content/uploads/2007/06/windowslivewriterlogmicroscopewillsupportopenidonnextupgr-132baimage082.png" alt="" /></p>
<p><a href="http://lm.35.com/reporter/logon.aspx?demo=1">LogMicroscope</a>的英文版已经完成，目前正在进行最后的测试。</p>
<p>这个海外发行版将放弃<a target="_blank" href="http://passport.35.com/member/home.srf">Passport</a>，改为使用<a target="_blank" href="http://openid.net/">OpenID</a>身份认证系统。相对于封闭的Passport，开放和自由的OpenID一直是我更想做的东西，这次终于如愿以偿了：</p>
<p><img width="399" height="77" src="http://www.deanlee.cn/wp-content/uploads/2007/06/windowslivewriterlogmicroscopewillsupportopenidonnextupgr-132baimage092.png" alt="" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.deanlee.cn/openid/logmicroscope-will-launch-in-usa-with-openid-support/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Happy birthday to LogMicroscope</title>
		<link>http://www.deanlee.cn/technology/happy-birthday-to-logmicroscope/</link>
		<comments>http://www.deanlee.cn/technology/happy-birthday-to-logmicroscope/#comments</comments>
		<pubDate>Wed, 06 Jun 2007 06:51:24 +0000</pubDate>
		<dc:creator>Dean Lee</dc:creator>
		
		<category><![CDATA[Technology]]></category>

		<category><![CDATA[analysis]]></category>

		<category><![CDATA[lm]]></category>

		<category><![CDATA[logmicroscope]]></category>

		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.deanlee.cn/technology/happy-birthday-to-logmicroscope/</guid>
		<description><![CDATA[转眼一年的光阴过去了，LogMicroscope从最初的几个个人站点，发展到今天的数万个商业站点;从每天的几十个Hits，发展到如今的每天几千万hits。一年前我不会想到会有这么好的结果，一直非常感激LogMicroscope的所有用户，没有广告宣传，是靠着他们的支持和口口相传，才发展到了现在这个规模。
去年很偶然的萌生了做这个项目的想法，只因为一句玩笑话，一个没有人当真的承诺，每天下了班就把自己关在一间没人的房间，用了一个月的时间：产品、开发、测试、安装、上线。当一切都已完成，我在blog上写道：

Check out the free website analysis program I developed in my free time,which named LogMicroscope.it&#8217;s a High-Performance,Real-Time website analyer written in C/C++ and Assembly Language, it&#8217;s absolute free for both personal and commercial use.no catches,no &#34;spyware&#34;, no hidden costs anywhere.

一年前我孤独的在blog上宣布她的诞生，今天自己在这里默默庆祝她的生日。如果说做一件事情一定要有目的的话，LogMicroscope从出生开始，唯一的目的就是用自己的方式说：&#34;hello,world!&#34;.
Happy birthday,LogMicroscope.
&#160;
]]></description>
			<content:encoded><![CDATA[<p>转眼一年的光阴过去了，<a href="http://lm.35.com/reporter/logon.aspx?demo=1" target="_blank">LogMicroscope</a>从最初的几个个人站点，发展到今天的数万个商业站点;从每天的几十个Hits，发展到如今的每天几千万hits。一年前我不会想到会有这么好的结果，一直非常感激LogMicroscope的所有用户，没有广告宣传，是靠着他们的支持和口口相传，才发展到了现在这个规模。</p>
<p>去年很偶然的萌生了做这个项目的想法，只因为一句玩笑话，一个没有人当真的承诺，每天下了班就把自己关在一间没人的房间，用了一个月的时间：产品、开发、测试、安装、上线。当一切都已完成，我在blog上写道：</p>
<blockquote>
<p>Check out the free website analysis program I developed in my free time,which named LogMicroscope.it&#8217;s a High-Performance,Real-Time website analyer written in C/C++ and Assembly Language, it&#8217;s <strong>absolute</strong> free for both personal and commercial use.no catches,no &quot;spyware&quot;, no hidden costs anywhere.</p>
</blockquote>
<p>一年前我孤独的在blog上宣布她的诞生，今天自己在这里默默庆祝她的生日。如果说做一件事情一定要有目的的话，LogMicroscope从出生开始，唯一的目的就是用自己的方式说：&quot;hello,world!&quot;.</p>
<p>Happy birthday,<a href="http://lm.35.com" target="_blank">LogMicroscope</a>.</p>
<p>&nbsp;<a href="http://lm.35.com" target="_new" atomicselection="true"><img width="486" height="66" alt="" src="http://www.deanlee.cn/wp-content/uploads/2007/06/windowslivewriterlogmicoscope35-b6e5banner12.jpg" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.deanlee.cn/technology/happy-birthday-to-logmicroscope/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

