<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>SharePoint 2010 Capacity Management: Log Parser Part 2</title><link>http://blogs.msdn.com/b/mohamed_el_ashmawi/archive/2011/09/27/sharepoint-2010-capacity-management-log-parser-part-2.aspx</link><description>As mentioned in my previous post, you should run the log parser on logs for a specific day. You can do that by copying the log files from the different load balanced Front-end servers to a centralized location and run the logparser queries in there. </description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: SharePoint 2010 Capacity Management: Log Parser Part 2</title><link>http://blogs.msdn.com/b/mohamed_el_ashmawi/archive/2011/09/27/sharepoint-2010-capacity-management-log-parser-part-2.aspx#10223462</link><pubDate>Tue, 11 Oct 2011 22:02:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10223462</guid><dc:creator>Mohamed El Ashmawi</dc:creator><description>&lt;p&gt;Yes, this tool can do much more than I used in the analysis mentioned above. Just keep in mind that it gets its input from the IIS logs, so it is limited by information in these logs. &lt;/p&gt;
&lt;p&gt;One possiblity is to analyze data based on agent type (user-agent). In such a case, the query will look like this: logparser -i:IISW3C &amp;quot;select count(*) as ct,cs(user-agent) from *.log group by cs(user-agent) order by ct desc&amp;quot;&lt;/p&gt;
&lt;p&gt;Another possibility is to analyze based on web pages and use &amp;quot;cs-uri-stem&amp;quot; and &amp;quot;cs-uri-query&amp;quot; fields for that..An example is &lt;/p&gt;
&lt;p&gt;logparser -i:CSV &amp;quot;select count(*) as ct,TO_LOWERCASE(EXTRACT_EXTENSION(cs-uri-stem)) as ext from *.log &amp;nbsp;group by ext order by ct desc&amp;quot;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10223462" width="1" height="1"&gt;</description></item><item><title>re: SharePoint 2010 Capacity Management: Log Parser Part 2</title><link>http://blogs.msdn.com/b/mohamed_el_ashmawi/archive/2011/09/27/sharepoint-2010-capacity-management-log-parser-part-2.aspx#10218475</link><pubDate>Fri, 30 Sep 2011 07:11:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10218475</guid><dc:creator>sharepoint_total</dc:creator><description>&lt;p&gt;This is an amazing tool and a very nice blog article ! Other than user analysis, in what other ways can the log data be used? May be, the Request Type and Target info can be used to analyze things like most commonly accessed sites/webparts/features etc? &lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10218475" width="1" height="1"&gt;</description></item></channel></rss>