<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to support-requests</title><link>https://sourceforge.net/p/db2mc/support-requests/</link><description>Recent changes to support-requests</description><atom:link href="https://sourceforge.net/p/db2mc/support-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Mon, 01 Feb 2010 07:18:11 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/db2mc/support-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>Tailoring range dynamically</title><link>https://sourceforge.net/p/db2mc/support-requests/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I want to add a menu to my chart action that provides for a time range range definition which is tailorable when displayed.  That is, I want to have a default time predicted  e.g.   "atimestampcolum between current timestamp - 3 hours and current timestamp ". which I want to be able to change by a menu item (like search)  to say  "atimestampcolum between current timestamp - 50 hours  and current timestamp - 10 hours".&lt;/p&gt;
&lt;p&gt;My chart java script is based on list_table and I will take in parameters for the xaxis default range which is then handed to the list_table javascript with parameters.  I know you can set the range, but can this range be overridden and refreshed.    I was going to assume that tableManipulationModule_Core_Search.js was going to provide that means then it struck me that this may be further search criteria to the base where I want to change the base.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Peter Prib</dc:creator><pubDate>Mon, 01 Feb 2010 07:18:11 -0000</pubDate><guid>https://sourceforge.neteaa3ff8c1b2927b54995cd8733961e07bcbe6dd6</guid></item><item><title>Using dynamicColumn</title><link>https://sourceforge.net/p/db2mc/support-requests/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I want to get a buffer hit ration based on deltas.  Actually it would have to be from normalised deltas.  The question is this possible and how?  If not it should be an improvement to the system.  For example the buffer hit information is based on total time but one may have made changes that affect the buffer hit ratio and the only way to see is reseting the counters.&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;If you need to modify the area, I it may be nice to have the sum over a period of time.  For example, you may be refreshing every 15 seconds but you want the hit ratio to reflect the last running 10 minutes.  Looking at the logic I can't see this being easy.  May be a weighted average would give the desired result.  This can be readily done on a running average which is how the average is being calculated.  Thus a buffer hit ratio could be calculated from the weighted average which gives a picture over an extended period of time with emphasis on the performance latest history.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Peter Prib</dc:creator><pubDate>Wed, 30 Dec 2009 06:13:11 -0000</pubDate><guid>https://sourceforge.net5129125e50f1767d44cc1020dea40bee51a41241</guid></item><item><title>pagewindow attribute title doesn't appear to work</title><link>https://sourceforge.net/p/db2mc/support-requests/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Tried below but doesn't appear to pick up title.  I have changes locally for branch prib tools-&amp;gt;monitor-&amp;gt;monitor summary&lt;/p&gt;
&lt;p&gt;&amp;lt;menu type="leaf" branchDirectory=""&amp;gt;&lt;br /&gt;
&amp;lt;description&amp;gt;Monitor Overview&amp;lt;/description&amp;gt;&lt;br /&gt;
&amp;lt;pageWindow target="_active" title="Monitor Overview" info="Monitoring overview"&amp;gt;&lt;br /&gt;
&amp;lt;panelHeaders refreshEnabled="true"/&amp;gt;&lt;br /&gt;
&amp;lt;splitPane direction="h" splitPercent="0.5"&amp;gt;&lt;br /&gt;
&amp;lt;topPane&amp;gt;&lt;br /&gt;
&amp;lt;splitPane direction="v" splitPercent="0.5"&amp;gt;&lt;br /&gt;
&amp;lt;leftPane&amp;gt;&lt;br /&gt;
&amp;lt;panel name="CPU" &amp;gt;&lt;br /&gt;
&amp;lt;panelHeaders refreshEnabled="true"/&amp;gt;&lt;br /&gt;
&amp;lt;link type="action" target="_self" window="_self" connectionRequired="y"&amp;gt;&lt;br /&gt;
&amp;lt;parameterList&amp;gt;&lt;br /&gt;
&amp;lt;parameter name="table"&amp;gt;Monitor/histSystemCPU&amp;lt;/parameter&amp;gt;&lt;br /&gt;
&amp;lt;parameter name="action"&amp;gt;chart&amp;lt;/parameter&amp;gt;&lt;br /&gt;
&amp;lt;parameter name="chartName"&amp;gt;System CPU&amp;lt;/parameter&amp;gt;&lt;br /&gt;
&amp;lt;parameter name="type"&amp;gt;line&amp;lt;/parameter&amp;gt;&lt;br /&gt;
&amp;lt;parameter name="xAxis"&amp;gt;SAMPLE_TS&amp;lt;/parameter&amp;gt;&lt;br /&gt;
&amp;lt;parameter name="yAxis"&amp;gt;CPU_USAGE_TOTAL,CPU_LOAD_SHORT,CPU_LOAD_MEDIUM,CPU_LOAD_LONG&amp;lt;/parameter&amp;gt;&lt;br /&gt;
&amp;lt;parameter name="maxResultsToFetch"&amp;gt;60&amp;lt;/parameter&amp;gt;&lt;br /&gt;
&amp;lt;/parameterList&amp;gt;&lt;br /&gt;
&amp;lt;/link&amp;gt;             &lt;br /&gt;
&amp;lt;/panel&amp;gt;&lt;br /&gt;
&amp;lt;/leftPane&amp;gt;&lt;br /&gt;
&amp;lt;rightPane&amp;gt;&lt;br /&gt;
&amp;lt;panel name="bufferpool" &amp;gt;&lt;br /&gt;
&amp;lt;panelHeaders refreshEnabled="true"/&amp;gt;&lt;br /&gt;
&amp;lt;link type="action" target="_self" window="_self" connectionRequired="y"&amp;gt;&lt;br /&gt;
&amp;lt;parameterList&amp;gt;&lt;br /&gt;
&amp;lt;parameter name="table"&amp;gt;Monitor/histBufferpoolDelta&amp;lt;/parameter&amp;gt;&lt;br /&gt;
&amp;lt;parameter name="action"&amp;gt;chart&amp;lt;/parameter&amp;gt;&lt;br /&gt;
&amp;lt;parameter name="chartName"&amp;gt;Buffer Pools&amp;lt;/parameter&amp;gt;&lt;br /&gt;
&amp;lt;parameter name="type"&amp;gt;line&amp;lt;/parameter&amp;gt;&lt;br /&gt;
&amp;lt;parameter name="xAxis"&amp;gt;SNAPSHOT_TIMESTAMP&amp;lt;/parameter&amp;gt;&lt;br /&gt;
&amp;lt;parameter name="yScale"&amp;gt;EXPONENTIAL&amp;lt;/parameter&amp;gt;&lt;br /&gt;
&amp;lt;parameter name="yAxis"&amp;gt;LOGICAL_READS,PHYSICAL_READS&amp;lt;/parameter&amp;gt;&lt;br /&gt;
&amp;lt;parameter name="grouping"&amp;gt;BP_NAME&amp;lt;/parameter&amp;gt;&lt;br /&gt;
&amp;lt;parameter name="maxResultsToFetch"&amp;gt;60&amp;lt;/parameter&amp;gt;&lt;br /&gt;
&amp;lt;/parameterList&amp;gt;&lt;br /&gt;
&amp;lt;/link&amp;gt;             &lt;br /&gt;
&amp;lt;/panel&amp;gt;&lt;br /&gt;
&amp;lt;/rightPane&amp;gt;&lt;br /&gt;
&amp;lt;/splitPane&amp;gt;&lt;br /&gt;
&amp;lt;/topPane&amp;gt;&lt;br /&gt;
&amp;lt;bottomPane&amp;gt;&lt;br /&gt;
&amp;lt;splitPane direction="v" splitPercent="0.5"&amp;gt;&lt;br /&gt;
&amp;lt;leftPane&amp;gt;&lt;br /&gt;
&amp;lt;panel name="DBM" &amp;gt;&lt;br /&gt;
&amp;lt;panelHeaders refreshEnabled="true"/&amp;gt;&lt;br /&gt;
&amp;lt;link type="action" target="_self" window="_self" connectionRequired="y"&amp;gt;&lt;br /&gt;
&amp;lt;parameterList&amp;gt;&lt;br /&gt;
&amp;lt;parameter name="table"&amp;gt;Monitor/histDBM&amp;lt;/parameter&amp;gt;&lt;br /&gt;
&amp;lt;parameter name="action"&amp;gt;chart&amp;lt;/parameter&amp;gt;&lt;br /&gt;
&amp;lt;parameter name="chartName"&amp;gt;DBM&amp;lt;/parameter&amp;gt;&lt;br /&gt;
&amp;lt;parameter name="chartTitle"&amp;gt;Instance&amp;lt;/parameter&amp;gt;&lt;br /&gt;
&amp;lt;parameter name="type"&amp;gt;line&amp;lt;/parameter&amp;gt;&lt;br /&gt;
&amp;lt;parameter name="xAxis"&amp;gt;SNAPSHOT_TIMESTAMP&amp;lt;/parameter&amp;gt;&lt;br /&gt;
&amp;lt;parameter name="yAxis"&amp;gt;SORT_HEAP_ALLOCATED,AGENTS_WAITING_ON_TOKEN,PIPED_SORTS_REQUESTED,CONS_IN_EXEC,AGENTS_REGISTERED&amp;lt;/parameter&amp;gt;&lt;br /&gt;
&amp;lt;parameter name="maxResultsToFetch"&amp;gt;60&amp;lt;/parameter&amp;gt;&lt;br /&gt;
&amp;lt;/parameterList&amp;gt;&lt;br /&gt;
&amp;lt;/link&amp;gt;             &lt;br /&gt;
&amp;lt;/panel&amp;gt;&lt;br /&gt;
&amp;lt;/leftPane&amp;gt;&lt;br /&gt;
&amp;lt;rightPane&amp;gt;&lt;br /&gt;
&amp;lt;panel name="DB" &amp;gt;&lt;br /&gt;
&amp;lt;panelHeaders refreshEnabled="true"/&amp;gt;&lt;br /&gt;
&amp;lt;link type="action" target="_self" window="_self" connectionRequired="y"&amp;gt;&lt;br /&gt;
&amp;lt;parameterList&amp;gt;&lt;br /&gt;
&amp;lt;parameter name="table"&amp;gt;Monitor/histDB&amp;lt;/parameter&amp;gt;&lt;br /&gt;
&amp;lt;parameter name="action"&amp;gt;chart&amp;lt;/parameter&amp;gt;&lt;br /&gt;
&amp;lt;parameter name="chartName"&amp;gt;DB&amp;lt;/parameter&amp;gt;&lt;br /&gt;
&amp;lt;parameter name="chartTitle"&amp;gt;Database&amp;lt;/parameter&amp;gt;&lt;br /&gt;
&amp;lt;parameter name="type"&amp;gt;line&amp;lt;/parameter&amp;gt;&lt;br /&gt;
&amp;lt;parameter name="xAxis"&amp;gt;SNAPSHOT_TIMESTAMP&amp;lt;/parameter&amp;gt;&lt;br /&gt;
&amp;lt;parameter name="yAxis"&amp;gt;LOCK_WAITS,DEADLOCKS,LOCK_ESCALS,SORT_OVERFLOWS,TOTAL_LOG_USED,SYNC_RUNSTATS&amp;lt;/parameter&amp;gt;&lt;br /&gt;
&amp;lt;parameter name="maxResultsToFetch"&amp;gt;60&amp;lt;/parameter&amp;gt;&lt;br /&gt;
&amp;lt;parameter name="yScale"&amp;gt;EXPONENTIAL&amp;lt;/parameter&amp;gt;&lt;br /&gt;
&amp;lt;/parameterList&amp;gt;&lt;br /&gt;
&amp;lt;/link&amp;gt;             &lt;br /&gt;
&amp;lt;/panel&amp;gt;&lt;br /&gt;
&amp;lt;/rightPane&amp;gt;&lt;br /&gt;
&amp;lt;/splitPane&amp;gt;&lt;br /&gt;
&amp;lt;/bottomPane&amp;gt;&lt;br /&gt;
&amp;lt;/splitPane&amp;gt;&lt;br /&gt;
&amp;lt;/pageWindow&amp;gt;&lt;br /&gt;
&amp;lt;/menu&amp;gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Peter Prib</dc:creator><pubDate>Tue, 06 Oct 2009 08:59:38 -0000</pubDate><guid>https://sourceforge.netfe26867843132c8a1506443b222725153579d522</guid></item></channel></rss>