<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>openark forge</title>
	<atom:link href="http://code.openark.org/forge/feed" rel="self" type="application/rss+xml" />
	<link>http://code.openark.org/forge</link>
	<description>Open source utilities</description>
	<lastBuildDate>Sat, 03 Dec 2011 14:16:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>common_schema, rev. 178: foreach(), repeat_exec(), Roland Bouman, query analysis</title>
		<link>http://code.openark.org/forge/mysql/common_schema-rev-178-foreach-repeat_exec-roland-bouman-query-analysis</link>
		<comments>http://code.openark.org/forge/mysql/common_schema-rev-178-foreach-repeat_exec-roland-bouman-query-analysis#comments</comments>
		<pubDate>Fri, 02 Dec 2011 18:20:28 +0000</pubDate>
		<dc:creator>shlomi</dc:creator>
				<category><![CDATA[common_schema]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://code.openark.org/forge/?p=703</guid>
		<description><![CDATA[common_schema, revision 178 is now released, with major additions. This revision turns common_schema into a framework, rather than a set of views and functions. common_schema provides with query scripting, analysis &#38; informational views, and a function library, allowing for easier administration and diagnostics for MySQL. It introduces SQL based tools which simplify otherwise complex shell [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://code.google.com/p/common-schema/" rel="nofollow">common_schema</a>, revision <strong>178</strong> is now released, with major additions. This revision turns <em>common_schema</em> into a <em>framework</em>, rather than a set of views and functions.</p>
<p><em>common_schema</em> provides with query scripting, analysis &amp; informational views, and a function library, allowing for easier administration and diagnostics for MySQL. It introduces SQL based tools which simplify otherwise complex shell and client scripts, allowing the DBA to be independent of operating system, installed packages and dependencies.</p>
<p>There&#8217;s no Perl nor Python, and no dependencies to install. It&#8217;s just a <em>schema</em>.</p>
<p>Some highlights for the new revision:</p>
<ul>
<li><strong>foreach()</strong>, aka <strong>$()</strong>: loop through a collection, execute callback commands per element.</li>
<li><strong>repeat_exec()</strong>: a repeat-until device: execute queries until some condition holds.</li>
<li><strong>exec_file()</strong>: execute files a-la SOURCE, but on server side</li>
<li><strong>Query analysis</strong>: analyze query text, view or routine definitions to detect dependency objects.</li>
<li>Improvements to views and routines, new routines introduced.</li>
</ul>
<p><a href="http://code.openark.org/blog/mysql/common_schema-rev-178-foreach-repeat_exec-roland-bouman-query-analysis">Read complete announcement here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://code.openark.org/forge/mysql/common_schema-rev-178-foreach-repeat_exec-roland-bouman-query-analysis/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Announcing common_schema: common views &amp; routines for MySQL</title>
		<link>http://code.openark.org/forge/uncategorized/announcing-common_schema-common-views-routines-for-mysql</link>
		<comments>http://code.openark.org/forge/uncategorized/announcing-common_schema-common-views-routines-for-mysql#comments</comments>
		<pubDate>Wed, 13 Jul 2011 04:27:22 +0000</pubDate>
		<dc:creator>shlomi</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://code.openark.org/forge/?p=694</guid>
		<description><![CDATA[common_schema is released, at revision 50. common_schema is a utility schema for MySQL, consisting of views, tables &#38; routines to assist in analysis, monitoring, managing security, refactoring and more operations. Read the full announcement here Read the common_schema documentation Downloads can be found at the common_schema project page.]]></description>
			<content:encoded><![CDATA[<p><a href="http://code.openark.org/forge/common_schema">common_schema</a> is released, at revision <strong>50</strong>.</p>
<p><em>common_schema</em> is a utility schema for MySQL, consisting of views, tables &amp; routines to assist in analysis, monitoring, managing security, refactoring and more operations.</p>
<ul>
<li>Read the full <a href="http://code.openark.org/blog/mysql/announcing-common_schema-common-views-routines-for-mysql">announcement here</a></li>
<li>Read the <a href="http://common-schema.googlecode.com/svn/trunk/common_schema/doc/html/introduction.html">common_schema documentation</a></li>
</ul>
<p>Downloads can be found at the <a href="http://code.google.com/p/common-schema/">common_schema project page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://code.openark.org/forge/uncategorized/announcing-common_schema-common-views-routines-for-mysql/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mycheckpoint revision 208 is available</title>
		<link>http://code.openark.org/forge/mysql/mycheckpoint-revision-208-is-available</link>
		<comments>http://code.openark.org/forge/mysql/mycheckpoint-revision-208-is-available#comments</comments>
		<pubDate>Mon, 08 Nov 2010 10:48:09 +0000</pubDate>
		<dc:creator>shlomi</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[mycheckpoint]]></category>

		<guid isPermaLink="false">http://code.openark.org/forge/?p=618</guid>
		<description><![CDATA[Revision 208 of mycheckpoint has been released. New and updated in this revision: Aggregation tables: aggregated data makes for fast reports on previously slow queries. Enhanced charting: interactive charts now present time stamps dynamically (see demo); “Zoom in” charts are available (see demo) on mycheckpoint‘s HTTP server. RPM distribution: a “noarch” RPM mycheckpoint build is [...]]]></description>
			<content:encoded><![CDATA[<p>Revision <strong>208</strong> of <a href="../../mycheckpoint">mycheckpoint</a> has  been released. New and updated in this revision:</p>
<ul>
<li><strong>Aggregation tables</strong>: aggregated data makes for fast reports on previously slow queries.</li>
<li><strong>Enhanced charting</strong>: interactive charts now present time stamps dynamically (see <a href="http://mycheckpoint.googlecode.com/svn/trunk/doc/html/sample/http/mcp_sql00/sv_report_html_brief"><strong>demo</strong></a>); “Zoom in” charts are available (see <a href="http://mycheckpoint.googlecode.com/svn/trunk/doc/html/sample/http/mcp_sql00/zoom/questions"><strong>demo</strong></a>) on <em>mycheckpoint</em>‘s HTTP server.</li>
<li><strong>RPM distribution</strong>: a “noarch” RPM <em>mycheckpoint</em> build is now available.</li>
<li>Initial work on formalizing test environment</li>
</ul>
<p>Read the full <a href="http://code.openark.org/blog/mysql/mycheckpoint-rev-208-aggregation-tables-enhanced-charting-rpm-distribution">announcement</a> on <a href="../../blog/">openark.org</a> blog.</p>
]]></content:encoded>
			<wfw:commentRss>http://code.openark.org/forge/mysql/mycheckpoint-revision-208-is-available/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mycheckpoint (rev. 192): update for rev. 190</title>
		<link>http://code.openark.org/forge/mysql/mycheckpoint-rev-192-update-for-rev-190</link>
		<comments>http://code.openark.org/forge/mysql/mycheckpoint-rev-192-update-for-rev-190#comments</comments>
		<pubDate>Tue, 14 Sep 2010 09:04:02 +0000</pubDate>
		<dc:creator>shlomi</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[mycheckpoint]]></category>

		<guid isPermaLink="false">http://code.openark.org/forge/?p=598</guid>
		<description><![CDATA[Revision 192 is released, and fixes Issue 16 found in revision 190, and which relates to usage with remote monitoring along with custom queries and alerts.]]></description>
			<content:encoded><![CDATA[<p>Revision <strong>192</strong> is <a href="http://code.google.com/p/mycheckpoint/">released</a>, and fixes <a href="http://code.google.com/p/mycheckpoint/issues/detail?id=16">Issue 16</a> found in revision <strong>190</strong>, and which relates to usage with remote monitoring along with custom queries and alerts.</p>
]]></content:encoded>
			<wfw:commentRss>http://code.openark.org/forge/mysql/mycheckpoint-rev-192-update-for-rev-190/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mycheckpoint revision 190 is available</title>
		<link>http://code.openark.org/forge/mysql/mycheckpoint-revision-190-is-available</link>
		<comments>http://code.openark.org/forge/mysql/mycheckpoint-revision-190-is-available#comments</comments>
		<pubDate>Tue, 07 Sep 2010 05:54:43 +0000</pubDate>
		<dc:creator>shlomi</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[mycheckpoint]]></category>

		<guid isPermaLink="false">http://code.openark.org/forge/?p=594</guid>
		<description><![CDATA[Revision 190 of mycheckpoint has been released. New and updated in this revision: HTTP server: mycheckpoint can now act as a web server. Point your browser and start browsing through HTML reports. See mock up demo. Interactive charts: HTML line charts are now interactive, presenting with accurate data as you move over them. See sample. [...]]]></description>
			<content:encoded><![CDATA[<p>Revision <strong>190</strong> of <a href="../mycheckpoint">mycheckpoint</a> has  been released. New and updated in this revision:</p>
<div>
<div>
<ul>
<li><strong>HTTP server</strong>: <em>mycheckpoint</em> can now act as a web server. Point your browser and start browsing through HTML reports. See mock up <a href="http://code.openark.org/forge/wp-content/uploads/2010/09/r190/mcp_sql00/sv_report_html_brief.html"><strong>demo</strong></a>.</li>
<li><strong>Interactive charts</strong>: HTML line charts are now interactive, presenting with accurate data as you move over them. See <a href="http://code.openark.org/forge/wp-content/uploads/2010/09/r190/mcp_sql00_samples/sv_report_html_brief.html"><strong>sample</strong></a>.</li>
<li><strong>Enhanced auto-deploy</strong>: now auto-recognizing failed upgrades.</li>
<li><strong>Reduced footprint</strong>: much code taken out of the views, leading to faster loading times.</li>
<li><strong>Better configuration file use</strong>: now supporting all command line options in config file.</li>
<li><strong>Remote host monitoring accessibility</strong>: now supporting complete configurable accessibility details.</li>
<li><strong>Bug fixes</strong>: thanks to the bug reporters!</li>
</ul>
<p>Read the full <a href="http://code.openark.org/blog/mysql/mycheckpoint-rev-190-http-server-interactive-charts">announcement</a> on <a href="../../blog/">openark.org</a> blog.</p>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://code.openark.org/forge/mysql/mycheckpoint-revision-190-is-available/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mycheckpoint revision 174 is available</title>
		<link>http://code.openark.org/forge/mysql/mycheckpoint-revision-174-is-available</link>
		<comments>http://code.openark.org/forge/mysql/mycheckpoint-revision-174-is-available#comments</comments>
		<pubDate>Fri, 23 Jul 2010 03:43:38 +0000</pubDate>
		<dc:creator>shlomi</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://code.openark.org/forge/?p=553</guid>
		<description><![CDATA[This is a bugfix version for revision 170. No new features are added.]]></description>
			<content:encoded><![CDATA[<p>This is a bugfix version for revision 170. No new features are added.</p>
]]></content:encoded>
			<wfw:commentRss>http://code.openark.org/forge/mysql/mycheckpoint-revision-174-is-available/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mycheckpoint revision 170 is available</title>
		<link>http://code.openark.org/forge/mysql/mycheckpoint-revision-170-is-available</link>
		<comments>http://code.openark.org/forge/mysql/mycheckpoint-revision-170-is-available#comments</comments>
		<pubDate>Fri, 16 Jul 2010 09:03:11 +0000</pubDate>
		<dc:creator>shlomi</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[mycheckpoint]]></category>

		<guid isPermaLink="false">http://code.openark.org/forge/?p=548</guid>
		<description><![CDATA[Revision 170 of mycheckpoint has been released. New and updated in this revision: Improved custom queries: lifting of limitations from previous, introductory revision; better HTML presentation Local, inline charting: no rendering of Google Charts, unless explicitly requested. All charts are now rendered locally using JavaScript. No data is now sent over the network. Page/Swap I/O [...]]]></description>
			<content:encoded><![CDATA[<p>Revision <strong>170</strong> of <a href="http://code.openark.org/forge/mycheckpoint">mycheckpoint</a> has  been released. New and updated in this revision:</p>
<div>
<div>
<ul>
<li><strong>Improved custom queries</strong>: lifting of limitations  from previous, introductory revision; better HTML presentation</li>
<li><strong>Local, inline charting</strong>: no rendering of Google  Charts, unless explicitly requested. All charts are now rendered locally  using JavaScript. No data is now sent over the network.</li>
<li><strong>Page/Swap I/O monitoring</strong>: now monitoring for page  ins and outs, swap ins and outs (Linux only).</li>
<li><strong>Improved HTML reports</strong>: several improvements on  presentation (see <a href="http://code.openark.org/forge/wp-content/uploads/2010/07/mycheckpoint-report-brief-169.html">sample</a>).</li>
</ul>
<p>Read the full <a href="http://code.openark.org/blog/mysql/mycheckpoint-rev-170-improved-custom-queries-local-charting-pageswap-io-monitoring-improved-html-reports">announcement</a> on <a href="../../blog/">openark.org</a> blog.</p>
</div>
</div>
<p><!-- end post content --></p>
]]></content:encoded>
			<wfw:commentRss>http://code.openark.org/forge/mysql/mycheckpoint-revision-170-is-available/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mycheckpoint revision 132 is available</title>
		<link>http://code.openark.org/forge/mysql/mycheckpoint-revision-132-is-available</link>
		<comments>http://code.openark.org/forge/mysql/mycheckpoint-revision-132-is-available#comments</comments>
		<pubDate>Fri, 04 Jun 2010 09:19:02 +0000</pubDate>
		<dc:creator>shlomi</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[mycheckpoint]]></category>

		<guid isPermaLink="false">http://code.openark.org/forge/?p=510</guid>
		<description><![CDATA[Revision 132 of mycheckpoint has been released. New and updated in this revision: Custom monitoring: monitoring &#38; charting for user defined queries HTML reports for custom monitoring Process list dump upon alert notifications Read the full announcement on openark.org blog.]]></description>
			<content:encoded><![CDATA[<div>
<p>Revision <strong>132</strong> of <a href="http://code.openark.org/forge/mycheckpoint">mycheckpoint</a> has been released. New and updated in this revision:</p>
<ul>
<li>Custom monitoring: monitoring &amp; charting for user defined queries</li>
<li>HTML reports for custom monitoring</li>
<li>Process list dump upon alert notifications</li>
</ul>
<p>Read the full <a href="http://code.openark.org/blog/mysql/mycheckpoint-rev-132-custom-monitoring-custom-charts-process-list-dump">announcement</a> on <a href="../../blog/">openark.org</a> blog.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://code.openark.org/forge/mysql/mycheckpoint-revision-132-is-available/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mycheckpoint revision 118 is available</title>
		<link>http://code.openark.org/forge/mysql/mycheckpoint-revision-118-is-available</link>
		<comments>http://code.openark.org/forge/mysql/mycheckpoint-revision-118-is-available#comments</comments>
		<pubDate>Thu, 25 Mar 2010 17:39:44 +0000</pubDate>
		<dc:creator>shlomi</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://code.openark.org/forge/?p=464</guid>
		<description><![CDATA[Revision 118 of mycheckpoint has been released. New and updated in this revision: Conditional alerts Email notifications Revised HTML reports, including 24/7 reports. Updated documentation Read the full announcement on openark.org blog.]]></description>
			<content:encoded><![CDATA[<p>Revision <strong>118</strong> of <a href="../mycheckpoint">mycheckpoint</a> has been released. New and updated in this revision:</p>
<ul>
<li>Conditional alerts</li>
<li>Email notifications</li>
<li>Revised HTML reports, including 24/7 reports.</li>
<li>Updated documentation</li>
</ul>
<p>Read the full <a href="http://code.openark.org/blog/mysql/mycheckpoint-rev-118-alerts-email-notifications-and-more">announcement</a> on <a href="../../blog/">openark.org</a> blog.</p>
]]></content:encoded>
			<wfw:commentRss>http://code.openark.org/forge/mysql/mycheckpoint-revision-118-is-available/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mycheckpoint revision 88 is available</title>
		<link>http://code.openark.org/forge/mysql/mycheckpoint-revision-88-is-available</link>
		<comments>http://code.openark.org/forge/mysql/mycheckpoint-revision-88-is-available#comments</comments>
		<pubDate>Wed, 10 Feb 2010 06:58:43 +0000</pubDate>
		<dc:creator>shlomi</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://code.openark.org/forge/?p=374</guid>
		<description><![CDATA[Revision 88 of mycheckpoint includes: Mount points monitoring Improved chartings Enhanced auto-deploy Enhanced local host detection Improved HTML brief report. See announcement on openark.org blog.]]></description>
			<content:encoded><![CDATA[<p>Revision <strong>88</strong> of mycheckpoint includes:</p>
<ul>
<li>Mount points monitoring</li>
<li>Improved chartings</li>
<li>Enhanced auto-deploy</li>
<li>Enhanced local host detection</li>
<li>Improved HTML brief report.</li>
</ul>
<p>See <a href="http://code.openark.org/blog/mysql/mycheckpoint-rev-88-mount-points-monitoring-improved-charting-enhanced-auto-deploy">announcement</a> on <a href="../../blog/">openark.org</a> blog.</p>
]]></content:encoded>
			<wfw:commentRss>http://code.openark.org/forge/mysql/mycheckpoint-revision-88-is-available/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

