<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Performance Question??? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-question/m-p/2440544#M7232</link>
    <description>Be very careful renicing processes.  You never (well, almost never) want to give any processes, particularly database processes, more priority than system processes.  In general, renicing should be done to lower the priority of less important processes.&lt;BR /&gt;&lt;BR /&gt;Now, in your own case hwat is the driver behind renicing the oracle processes in the first place?  Lowering the nice value means individual processes are going to be more likely to yield CPU access to other processes.  This applies only to access from the run queue, not to processes waiting on I/O (often a database bottleneck).  So, lowering the priority (increasing nice value) of oracle processes means each individual process is likely to take longer to complete.  If you run in an interactive environment, this is likely to lead to greater number of processes running concurrently == higher CPU load and more time lost to process switching.&lt;BR /&gt;&lt;BR /&gt;It is hard to say mre without some benchmarks from your particular environment and without knowing what else runs on this server.&lt;BR /&gt;&lt;BR /&gt;As for cache.  The values you are using are fine for a generic environment.  It may be possible to tune them, however.  Does your database get more read or more write access?  Oracle does its own caching--how much space do you have set aside for that?</description>
    <pubDate>Wed, 30 Aug 2000 19:21:51 GMT</pubDate>
    <dc:creator>Alan Riggs</dc:creator>
    <dc:date>2000-08-30T19:21:51Z</dc:date>
    <item>
      <title>Performance Question???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-question/m-p/2440526#M7214</link>
      <description>I have recently been told by one of our DBA's that the system seems to be working very slow. It is a K570 running HP-UX 10.20.&lt;BR /&gt;&lt;BR /&gt;He had mentioned that it looks like the box is heavily loaded. Is there anything we can do?&lt;BR /&gt;&lt;BR /&gt;I have run the top command and there are four CPU's on the system with an average LOAD of 3.25. There are a number of oracle jobs which constantly run on this system. &lt;BR /&gt;Are there any suggestions from the wide range of experts in here?&lt;BR /&gt;&lt;BR /&gt;Thanks for your help...&lt;BR /&gt;&lt;BR /&gt;Shaun Aldrich&lt;BR /&gt;SAldrich@chaptersinc.com &lt;BR /&gt;</description>
      <pubDate>Mon, 28 Aug 2000 17:00:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-question/m-p/2440526#M7214</guid>
      <dc:creator>Shaun Aldrich</dc:creator>
      <dc:date>2000-08-28T17:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Question???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-question/m-p/2440527#M7215</link>
      <description>&lt;BR /&gt;using sar, whats the wio% (wait-on-I/O%) ? and how much physical memory and  free memory do you have ?</description>
      <pubDate>Mon, 28 Aug 2000 17:04:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-question/m-p/2440527#M7215</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2000-08-28T17:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Question???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-question/m-p/2440528#M7216</link>
      <description>Tuning is a complex issue.  As a beginning, make sure that your kernel parameters are set appropriately.&lt;BR /&gt;&lt;BR /&gt;Oracle produces a set of recommended parameters for HPUX 10.20.  Other values should be set according to other usage/load on the server.&lt;BR /&gt;&lt;BR /&gt;A load of 3,25 on a 4 CPU box is not particularly excessive in itself, but that also depends on what is running at the time.  Use glance, top, vmstat, sar,  swapinfo to look at various system resources and see whether one or more of them is heavily utilized.  Standard resource binds are:&lt;BR /&gt;&lt;BR /&gt;disk I/O  (sar, glance, iostat)&lt;BR /&gt;cpu       (top, sar, vmstat)&lt;BR /&gt;swapspace (swapinfo, glance)&lt;BR /&gt;memory    (glance, sar)</description>
      <pubDate>Mon, 28 Aug 2000 17:05:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-question/m-p/2440528#M7216</guid>
      <dc:creator>Alan Riggs</dc:creator>
      <dc:date>2000-08-28T17:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Question???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-question/m-p/2440529#M7217</link>
      <description>Do you have Glance, there is a 30 day eval on the 10.20 CD's.  Basically you need more information.  You need to see which processes are running the hardest.  How the HardDisk IO through put it doing, or if you are processor bound.  I would start there then look at how users are affecting the system too.</description>
      <pubDate>Mon, 28 Aug 2000 17:05:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-question/m-p/2440529#M7217</guid>
      <dc:creator>Mark Mitchell</dc:creator>
      <dc:date>2000-08-28T17:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Question???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-question/m-p/2440530#M7218</link>
      <description>An item I have seen slow down oracle boxes is the presence of defaunct shells (sh).&lt;BR /&gt;The oracle connection has been discountinued but the sh processes hang out there.</description>
      <pubDate>Mon, 28 Aug 2000 17:07:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-question/m-p/2440530#M7218</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2000-08-28T17:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Question???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-question/m-p/2440531#M7219</link>
      <description>Shaun:&lt;BR /&gt;&lt;BR /&gt;If you have GLANCE look at the global (the bar graphs at the top give a good summary), CPU, and I/O metrics on the detailed screens.  A load of 3.5 if throughput (response time)is poor is getting high.&lt;BR /&gt; &lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 28 Aug 2000 17:14:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-question/m-p/2440531#M7219</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2000-08-28T17:14:27Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Question???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-question/m-p/2440532#M7220</link>
      <description>Shaun, take a look at this problem from the application angle.  Find out from top what processes are acually doing all the work. Use Glance and check out the wait states that these process are consuming.  Look for wait states like priority, IPC time delays, local network trafic. &lt;BR /&gt;&lt;BR /&gt;Is your database using the local UNIX domain protocol or the high overhead TCP/IP to do its local database access? (This is a common problem with local database access.) &lt;BR /&gt;&lt;BR /&gt;Take a look at your buffer cache hit rates if you are doing filesystem I/O.  Use sar -b for this.&lt;BR /&gt;&lt;BR /&gt;How much time is being spent in user mode vs kernel mode? Check this with sar -u.&lt;BR /&gt;&lt;BR /&gt;Also, check the %wio parameter from sar -u. This may lead you to an I/O bottleneck.&lt;BR /&gt;&lt;BR /&gt;Tony</description>
      <pubDate>Mon, 28 Aug 2000 17:22:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-question/m-p/2440532#M7220</guid>
      <dc:creator>Anthony deRito</dc:creator>
      <dc:date>2000-08-28T17:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Question???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-question/m-p/2440533#M7221</link>
      <description>1. Unix Kernel params.&lt;BR /&gt;2. performance tools.&lt;BR /&gt;3. Get "Oracle and UNIX Performance Tuning" by Ahmed Alomari, Format: Paperback, 400pp.&lt;BR /&gt;ISBN: 0138491674 Publisher: Prentice Hall Edition Desc: BK&amp;amp;CD ROM&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Aug 2000 17:27:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-question/m-p/2440533#M7221</guid>
      <dc:creator>Antoanetta Naghiu</dc:creator>
      <dc:date>2000-08-28T17:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Question???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-question/m-p/2440534#M7222</link>
      <description>Hi Shaun,&lt;BR /&gt;The documents in the link will help you determine where the system slowness or system bottleneck is coming from, if you don't have glance+.&lt;BR /&gt;&lt;A href="http://europe-support2.external.hp.com/cki/bin/doc.pl/sid=21485163197106e47a/screen=ckiSearchResults" target="_blank"&gt;http://europe-support2.external.hp.com/cki/bin/doc.pl/sid=21485163197106e47a/screen=ckiSearchResults&lt;/A&gt;&lt;BR /&gt;This doc is S3100002312A, you can get S3100002312B and S3100002312C from the same site by using the Doc Id as the search string.</description>
      <pubDate>Mon, 28 Aug 2000 18:08:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-question/m-p/2440534#M7222</guid>
      <dc:creator>CHRIS_ANORUO</dc:creator>
      <dc:date>2000-08-28T18:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Question???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-question/m-p/2440535#M7223</link>
      <description />
      <pubDate>Mon, 28 Aug 2000 18:42:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-question/m-p/2440535#M7223</guid>
      <dc:creator>Shaun Aldrich</dc:creator>
      <dc:date>2000-08-28T18:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Question???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-question/m-p/2440536#M7224</link>
      <description>Well, your read cache hit rate is low, but the cpu usage seems to be more of a culprit.  You have 0% idle time in top and for significant periods in teh sar history.  Your top cpu consumers are all oracle processes.  It looks to me like database tuning is in order.  You may also need to educate end users on how to minimize the impact of their SQL.  I have often found that much can be accomplished simply by training users to utilize indexed fields properly and eliminate the largest data set first when making compound searches.  It may also be that your DBA needs to run stats against his databases and add an index or two.  Finally, do check your kernel parameters to make sure they meet orale recommendations.</description>
      <pubDate>Mon, 28 Aug 2000 19:26:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-question/m-p/2440536#M7224</guid>
      <dc:creator>Alan Riggs</dc:creator>
      <dc:date>2000-08-28T19:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Question???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-question/m-p/2440537#M7225</link>
      <description>&lt;BR /&gt;There looks to be 2 issues here. Alan is correct that one is lack of free cpu time (idle) from 9:40 till 13:40 someone/something was maxing out all the cpu's (idle time=0). You need to find out who/what it was and find out what they were running. Perhaps it was a runaway process?, or some number crunching report - seeing as wio% at these times was around 0 which means almost no i/o was taking place.&lt;BR /&gt;&lt;BR /&gt;Also, your wio% is too high also. Before and after these times, even though you have some idle cputime, your wio% is running very high - anything greater than 5% isnt good. What kind of disk subsystem do you have ? do you use striping ? some sort of cached disk subsystem ? looks like improvements can be made here also. On any database server there is always i/o improvements that can be made.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Aug 2000 19:40:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-question/m-p/2440537#M7225</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2000-08-28T19:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Question???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-question/m-p/2440538#M7226</link>
      <description>Shaun, you have process that are running in "NICE" processor state.  Did someone change the default priority of these processes?  This is evident by several paramaeters I noticed.  Take a look at your top output.  Check out the NICE column at the top.  Generally this column should read 0.0% unless there are processes running that were "niced".  Also check out the NICE value for the oraclertkp  processes. They are at NICE value 35 which puts them at a low priority compared to other processes.  The pritority seems to be 255 which is the lowest you can get for user processes.  I do not see any other problem.  Ask the DBAs if they have tampered with the priority of the processes.&lt;BR /&gt;&lt;BR /&gt;Tony</description>
      <pubDate>Mon, 28 Aug 2000 19:42:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-question/m-p/2440538#M7226</guid>
      <dc:creator>Anthony deRito</dc:creator>
      <dc:date>2000-08-28T19:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Question???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-question/m-p/2440539#M7227</link>
      <description>Hi Shaun,&lt;BR /&gt;&lt;BR /&gt;If you read through those documents that I mentioned earlier, the  will guide you to understand the bottlenecks your sstem is experiencing.&lt;BR /&gt;Alan, Stefan and most espercially Anthony hit the nail on the head.&lt;BR /&gt;Like Tony pointed out the NICE values should be 20 with priority range of 154 to 158. Ask your DBA to renice the processes owned by users oracle and rtkprd65.With sar -b, %rcache and  %wcache are okay, averaging 86% and 83%. For you disk subsystem use sar -d.&lt;BR /&gt;&lt;BR /&gt;Cheers!&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Aug 2000 10:36:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-question/m-p/2440539#M7227</guid>
      <dc:creator>CHRIS_ANORUO</dc:creator>
      <dc:date>2000-08-29T10:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Question???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-question/m-p/2440540#M7228</link>
      <description>What is the db_max_prct and db_min_orct kernel change?  are you using this param or using bufpages? &lt;BR /&gt;&lt;BR /&gt;Also, how many log/DB writers does the DBA have configured?  only one may be too small and part of the cause of I/O waits.  everyone has to wait for the DB writer to come back to the SGA before attending to another oracle process.&lt;BR /&gt;&lt;BR /&gt;Also, if you are running oracle apps, the priorities set within the app for recurring jobs may cause some jobs to take total controll over the CPU and put others on wait.&lt;BR /&gt;&lt;BR /&gt;Rhonda</description>
      <pubDate>Wed, 30 Aug 2000 14:34:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-question/m-p/2440540#M7228</guid>
      <dc:creator>Rhonda Thorne</dc:creator>
      <dc:date>2000-08-30T14:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Question???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-question/m-p/2440541#M7229</link>
      <description>Thanks for all your responses...&lt;BR /&gt;&lt;BR /&gt;Here is some information you requested.&lt;BR /&gt;&lt;BR /&gt;db_max_pct = 20  (in our case this translates to ~300MB)&lt;BR /&gt;db_min_pct = 5  (translates to ~75MB on Chap3)&lt;BR /&gt;&lt;BR /&gt;What is the suggested level we should renice the oracle and rtkprd65 procs?&lt;BR /&gt;&lt;BR /&gt;Can you clarify further for us on the real impact for the below if this were to happen?&lt;BR /&gt;&lt;BR /&gt; If are are running oracle apps, the priorities set within the app for recurring jobs may cause some  jobs to take total controll over the CPU and put others on wait.&lt;BR /&gt;&lt;BR /&gt;What is the highest priority that we can renice a process to run ( for example 15 as opposed to the default 20) without it interfering with system processes which run at a certain nice value?&lt;BR /&gt;&lt;BR /&gt;Any help is appreciated.&lt;BR /&gt;&lt;BR /&gt;Shaun Aldrich&lt;BR /&gt;SAldrich@chaptersinc.com &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Aug 2000 18:08:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-question/m-p/2440541#M7229</guid>
      <dc:creator>Shaun Aldrich</dc:creator>
      <dc:date>2000-08-30T18:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Question???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-question/m-p/2440542#M7230</link>
      <description>Be very careful renicing processes.  You never (well, almost never) want to give any processes, particularly database processes, more priority than system processes.  In general, renicing should be done to lower the priority of less important processes.&lt;BR /&gt;&lt;BR /&gt;Now, in your own case hwat is the driver behind renicing the oracle processes in the first place?  Lowering the nice value means individual processes are going to be more likely to yield CPU access to other processes.  This applies only to access from the run queue, not to processes waiting on I/O (often a database bottleneck).  So, lowering the priority (increasing nice value) of oracle processes means each individual process is likely to take longer to complete.  If you run in an interactive environment, this is likely to lead to greater number of processes running concurrently == higher CPU load and more time lost to process switching.&lt;BR /&gt;&lt;BR /&gt;It is hard to say mre without some benchmarks from your particular environment and without knowing what else runs on this server.&lt;BR /&gt;&lt;BR /&gt;As for cache.  The values you are using are fine for a generic environment.  It may be possible to tune them, however.  Does your database get more read or more write access?  Oracle does its own caching--how much space do you have set aside for that?</description>
      <pubDate>Wed, 30 Aug 2000 18:19:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-question/m-p/2440542#M7230</guid>
      <dc:creator>Alan Riggs</dc:creator>
      <dc:date>2000-08-30T18:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Question???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-question/m-p/2440543#M7231</link>
      <description>Shaun, I think you need to understand the implication of changing process priority.&lt;BR /&gt;&lt;BR /&gt;It has been determined by your posts that the application or some physical person  has tampered with the priority of the Oracle processes.  Have you verified this to be true??  If the answer is yes, the next question to ask is why?? &lt;BR /&gt;&lt;BR /&gt;When a process is put into the runnable state, it has 1/10 of a second to run. This is because your processes are on the time-share run queue - (unlike real time processes which always have a very high priority.)  After it runs for 1/10 of a sec, it then has to wait for its next turn in the run queue. &lt;BR /&gt;&lt;BR /&gt;The determination of wether the process will run again during its next turn is based on its priority and the priorities of other jobs on the run queue. When you decrease the priority of these processes (using the nice command) the kernel will sacrifice your job for jobs of higher priority and you job will not get its chance to run.  This is called a "Context Switch".  A context switch is the CPU dispatcher changing from one running process to another.&lt;BR /&gt;&lt;BR /&gt;I bet you will see a high number of "Context Switches" occuring on your system. You need GlancePlus to see this.&lt;BR /&gt;&lt;BR /&gt;The question is still, why would you want to decrease the priority of your processes?  &lt;BR /&gt;&lt;BR /&gt;Tony</description>
      <pubDate>Wed, 30 Aug 2000 18:28:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-question/m-p/2440543#M7231</guid>
      <dc:creator>Anthony deRito</dc:creator>
      <dc:date>2000-08-30T18:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Question???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-question/m-p/2440544#M7232</link>
      <description>Be very careful renicing processes.  You never (well, almost never) want to give any processes, particularly database processes, more priority than system processes.  In general, renicing should be done to lower the priority of less important processes.&lt;BR /&gt;&lt;BR /&gt;Now, in your own case hwat is the driver behind renicing the oracle processes in the first place?  Lowering the nice value means individual processes are going to be more likely to yield CPU access to other processes.  This applies only to access from the run queue, not to processes waiting on I/O (often a database bottleneck).  So, lowering the priority (increasing nice value) of oracle processes means each individual process is likely to take longer to complete.  If you run in an interactive environment, this is likely to lead to greater number of processes running concurrently == higher CPU load and more time lost to process switching.&lt;BR /&gt;&lt;BR /&gt;It is hard to say mre without some benchmarks from your particular environment and without knowing what else runs on this server.&lt;BR /&gt;&lt;BR /&gt;As for cache.  The values you are using are fine for a generic environment.  It may be possible to tune them, however.  Does your database get more read or more write access?  Oracle does its own caching--how much space do you have set aside for that?</description>
      <pubDate>Wed, 30 Aug 2000 19:21:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-question/m-p/2440544#M7232</guid>
      <dc:creator>Alan Riggs</dc:creator>
      <dc:date>2000-08-30T19:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Question???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-question/m-p/2440545#M7233</link>
      <description>howdy gurus,&lt;BR /&gt;&lt;BR /&gt;I'm new to unix but I've been doing performance for many years.  I saw a statement which looks wrong to me so I thought I'd get educated.&lt;BR /&gt;&lt;BR /&gt;A previous post said: "...seeing as wio% at these times was around 0 which means almost no i/o was taking place."  Is this wrong?&lt;BR /&gt;&lt;BR /&gt;My understanding is that wio implies the processor was idle while waiting for the interrupt.  If usr &amp;amp; sys are very high (nearly 100) then i/o may indeed be occuring but wio isn't incremented.  &lt;BR /&gt;&lt;BR /&gt;Only if user/sys were low and wio was 0 could you say no i/o was taking place.&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Wed, 30 Aug 2000 22:56:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-question/m-p/2440545#M7233</guid>
      <dc:creator>john strumila</dc:creator>
      <dc:date>2000-08-30T22:56:41Z</dc:date>
    </item>
  </channel>
</rss>

