<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0" xmlns:blogChannel="http://backend.userland.com/blogChannelModule">

<channel>
<title>deep drilling access_logs in Webmasters and Developers</title>
<link>http://www.dslreports.com/forum/r22594636</link>
<description></description>
<language>en</language>
<pubDate>Wed, 02 Dec 2009 11:21:44 EDT</pubDate>
<lastBuildDate>Wed, 02 Dec 2009 11:21:44 EDT</lastBuildDate>

<item>
<title>Re: deep drilling access_logs</title>
<link>http://www.dslreports.com/forum/remark,22604477</link>
<description><![CDATA[<A HREF="/useremail/u/705861"><b>Jafo232</b></A> : Just grep the log for what you are looking for?<br><br>Example:<br><br><textarea name="code" class="text" cols=50 rows=10>grep 22\/Jun\/2009:03:00 /var/log/httpd/access_log&#012;</textarea><!--end code block--><br><small>--<br><A HREF="http://www.worldwidecreations.com">Custom PHP/Perl Development.  Vbulletin And Wordpress Mods Too!</a></small>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,22604477</guid>
<pubDate>Wed, 24 Jun 2009 16:50:06 EDT</pubDate>
</item>

<item>
<title>Re: deep drilling access_logs</title>
<link>http://www.dslreports.com/forum/remark,22599071</link>
<description><![CDATA[<A HREF="/useremail/u/168864"><b>sporkme</b></A> : If you strongly suspect mysql is the problem, turn on the slow query log:<br><br>&raquo;<A HREF="http://dev.mysql.com/doc/refman/5.0/en/slow-query-log.html" >dev.mysql.com/doc/refman/5.0/en/&middot;&middot;&middot;log.html</A><br><small>--<br>with every mistake we must surely be learning</small>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,22599071</guid>
<pubDate>Tue, 23 Jun 2009 18:32:37 EDT</pubDate>
</item>

<item>
<title>Re: deep drilling access_logs</title>
<link>http://www.dslreports.com/forum/remark,22598810</link>
<description><![CDATA[<A HREF="/useremail/u/911204"><b>Devanchya</b></A> : I have a bunch of logging already in.  the 'easy read' part of it was never built.<br><br>So I did figure out what happened:<br><br>3-4 of my users were infected by FunWebProducts.  They were creating 2-3 connections a second each to the server.  Now the site is busy enough that I didn't see it right away.  I happened to catch them just as th PC were obviously turned on in the morning.<br><br>I have created a rule against this product and will be doing research on how to help prevent this type of fun.<br><br>Luckly the FWP was not able to get into the secure part of the website, though I know anything visible on the screen is visible to any viruses.<br><small>--<br>&raquo;<A HREF="http://www.codecipher.com" >www.codecipher.com</A> - Marking the way to tomorrow's solutions -- Did you know that Perl is not Dead? &raquo;<A HREF="http://perlisalive.org/" >perlisalive.org/</A></small>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,22598810</guid>
<pubDate>Tue, 23 Jun 2009 17:42:04 EDT</pubDate>
</item>

<item>
<title>Re: deep drilling access_logs</title>
<link>http://www.dslreports.com/forum/remark,22595915</link>
<description><![CDATA[<A HREF="/useremail/u/217865"><b>cowboyro</b></A> : Modify the app to log execution times for various steps. Then you'll be able to focus on the issue. I've seen issues where the database seemed to be lagging, yet the cause was the app trying to process too much data. YMMV.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,22595915</guid>
<pubDate>Tue, 23 Jun 2009 10:14:37 EDT</pubDate>
</item>

<item>
<title>Re: deep drilling access_logs</title>
<link>http://www.dslreports.com/forum/remark,22595405</link>
<description><![CDATA[<A HREF="/useremail/u/1048069"><b>geekamongus</b></A> : This sort of thing can usually be best figured out by comparing a number of things during times which the web site freezes up.<br><br>Apache logs can be helpful for seeing who was on your site at the time, and how many people were on your site at the time.<br><br>You would also want to monitor the performance of MySQL during peak hours as well.  <A HREF="http://www.mysql.com/news-and-events/newsletter/2004-01/a0000000301.html">Here</a> are some tips for doing that.<br><br>Checking the MySQL error logs could also be helpful.<br><br>It would also be wise to monitor your server's performance to make sure you aren't looking at a memory and/or processor bottleneck.<br><small>--<br><A HREF="http://www.geekamongus.com">geekamongus tech blog</a> | <A HREF="http://www.willchatham.com">moi</a></small>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,22595405</guid>
<pubDate>Tue, 23 Jun 2009 08:19:17 EDT</pubDate>
</item>

<item>
<title>Re: deep drilling access_logs</title>
<link>http://www.dslreports.com/forum/remark,22595363</link>
<description><![CDATA[<A HREF="/useremail/u/251107"><b>nil</b></A> : Apache logs probably won't help you as much as you think. Do you have any application logs? <br><small>--<br>Life is too short to be <A HREF="http://www.unix-girl.com/blog/">boring</a></small>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,22595363</guid>
<pubDate>Tue, 23 Jun 2009 08:03:09 EDT</pubDate>
</item>

<item>
<title>deep drilling access_logs</title>
<link>http://www.dslreports.com/forum/remark,22594636</link>
<description><![CDATA[<A HREF="/useremail/u/911204"><b>Devanchya</b></A> : There is a weird issue going on a site I manage.<br><br>During peak points of the day, the website is freezing up.  I know it is related to the database (mysql) and I have tried to track down the exact cause.<br><br>The main issue is tracking down where the issue is occuring. I have apache logs and individual user logs.<br><br>Anyone recommend any stat genertors that will let me drill down deeply through the logs.  Everything I can find will give me general stats but I can't seem to find one that will let me focus on "3pm on Monday June 22" and see what is happening "around' that time or see what is being driven.<br><br>I know I can open the log file and read it directly, but that doesn't seem to be giving the over all map I need.<br><br>Thanks.<br><small>--<br>&raquo;<A HREF="http://www.codecipher.com" >www.codecipher.com</A> - Marking the way to tomorrow's solutions -- Did you know that Perl is not Dead? &raquo;<A HREF="http://perlisalive.org/" >perlisalive.org/</A></small>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,22594636</guid>
<pubDate>Tue, 23 Jun 2009 00:20:20 EDT</pubDate>
</item>

</channel>
</rss>
