<?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: Monitoring process creation stats (creating high pagefaulting?) in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/monitoring-process-creation-stats-creating-high-pagefaulting/m-p/3786005#M76318</link>
    <description>Tom,&lt;BR /&gt;&lt;BR /&gt;looks like there is a performance data cell in the system, which keeps a counter of process creations:&lt;BR /&gt;&lt;BR /&gt;$ ANAL/SYS&lt;BR /&gt;SDA&amp;gt; EXA PMS$GQ_PROCESSES_CREATED&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
    <pubDate>Wed, 10 May 2006 13:54:09 GMT</pubDate>
    <dc:creator>Volker Halle</dc:creator>
    <dc:date>2006-05-10T13:54:09Z</dc:date>
    <item>
      <title>Monitoring process creation stats (creating high pagefaulting?)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/monitoring-process-creation-stats-creating-high-pagefaulting/m-p/3786000#M76313</link>
      <description>Hey people,&lt;BR /&gt;&lt;BR /&gt;I suspect the amount of process creation is the major consumer of resources on my cluster.&lt;BR /&gt;I'm unable to find a straightforward way to monitor this activity.&lt;BR /&gt;&lt;BR /&gt;Pagefaulting is high and when I look at mon proc/topfault the process dissappears before I can look at it any closer.&lt;BR /&gt;&lt;BR /&gt;There is quite a bit of demand zero faulting which suggests a lot of image activation.&lt;BR /&gt;&lt;BR /&gt;To affect process creation, of course this is an application issue mostly, but I need to understand and document this behavior.&lt;BR /&gt;&lt;BR /&gt;There is a ton of free memory (28% free of 4 Gig, or 72% used) and frankly I'm also a little puzzled why the Page Read I/O rate would be this high.&lt;BR /&gt;&lt;BR /&gt;I've attached a notepad file with paste of "mon page".&lt;BR /&gt;&lt;BR /&gt;Does process creation and image activation require reads from the page file on disk (i.e. hard faults)?&lt;BR /&gt;&lt;BR /&gt;This makes me wonder if WSdef or even WSquota should be set pretty low so that process creation isn't as expensive?&lt;BR /&gt;&lt;BR /&gt;Thanks TONS!!!&lt;BR /&gt;Tom&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 10 May 2006 11:45:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/monitoring-process-creation-stats-creating-high-pagefaulting/m-p/3786000#M76313</guid>
      <dc:creator>Thomas Griesan</dc:creator>
      <dc:date>2006-05-10T11:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring process creation stats (creating high pagefaulting?)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/monitoring-process-creation-stats-creating-high-pagefaulting/m-p/3786001#M76314</link>
      <description>image activation does involve page faults from the image file which are recorded as page reads.&lt;BR /&gt;&lt;BR /&gt;Have a look at MON IO. You will probably see lots of file opens. &lt;BR /&gt;&lt;BR /&gt;Briefly switch on image accounting (uses disk space quickly) and see which processes and which images.&lt;BR /&gt;&lt;BR /&gt;SET ACC/ENABLE=IMAGE&lt;BR /&gt;wait a bit&lt;BR /&gt;SET ACC/DISABLE=IMAGE</description>
      <pubDate>Wed, 10 May 2006 12:12:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/monitoring-process-creation-stats-creating-high-pagefaulting/m-p/3786001#M76314</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2006-05-10T12:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring process creation stats (creating high pagefaulting?)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/monitoring-process-creation-stats-creating-high-pagefaulting/m-p/3786002#M76315</link>
      <description>Ian - THANKS!!!  Yep, lots of file opens for what I'd have expected and in relation to Direct IO.  E.G. 40 file-opens/sec compared to 275 DIOs on average (one node). Its a small itanium cluster/appl.&lt;BR /&gt;&lt;BR /&gt;One more thing, tho.  :-)&lt;BR /&gt;&lt;BR /&gt;I don't see the processes gobbling up much working set whey have quite large def/quo/ext. &lt;BR /&gt;&lt;BR /&gt;Would it makes sense to turn down WSdef and/or WSquota?&lt;BR /&gt;&lt;BR /&gt;I guess I'll have to read up on this, but what I mean is that when a process is created does it automatically map it's full WSdef and therefore cause lots of pagefaulting?  Or does it just page in what it requires at the time...?&lt;BR /&gt;&lt;BR /&gt;And in this cluster's case only use a small amount of memory and then terminate.&lt;BR /&gt;&lt;BR /&gt;I was hoping to tune this somewhat to help the system, but I expect the process just pages in what it needs when created.&lt;BR /&gt;&lt;BR /&gt;Thanks AGAIN!!!&lt;BR /&gt;Tom</description>
      <pubDate>Wed, 10 May 2006 13:04:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/monitoring-process-creation-stats-creating-high-pagefaulting/m-p/3786002#M76315</guid>
      <dc:creator>Thomas Griesan</dc:creator>
      <dc:date>2006-05-10T13:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring process creation stats (creating high pagefaulting?)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/monitoring-process-creation-stats-creating-high-pagefaulting/m-p/3786003#M76316</link>
      <description>Tom,&lt;BR /&gt;&lt;BR /&gt;as Ian said, briefly turn on image accounting, so you get an idea, which images get activated and how often. If it's a small number of images, you may be able to install them /SHARED or even /RESIDENT. Also take into account any shareable libraries used.&lt;BR /&gt;&lt;BR /&gt;The workingset is filled as the process starts pagefaulting and reading in the pages from the images on disk. &lt;BR /&gt;&lt;BR /&gt;You may consider to use T4 - a free performance data collector created and used by OpenVMS engineering. It's on your disk in SYS$ETC - see T4 home page:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/OpenVMS/products/t4/index.html" target="_blank"&gt;http://h71000.www7.hp.com/OpenVMS/products/t4/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Wed, 10 May 2006 13:24:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/monitoring-process-creation-stats-creating-high-pagefaulting/m-p/3786003#M76316</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-05-10T13:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring process creation stats (creating high pagefaulting?)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/monitoring-process-creation-stats-creating-high-pagefaulting/m-p/3786004#M76317</link>
      <description>Tom,&lt;BR /&gt;&lt;BR /&gt;&lt;QUOTE&gt;&lt;BR /&gt;I suspect the amount of process creation is the major consumer of resources on my cluster.&lt;BR /&gt;&lt;/QUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;One quick way to find out: &lt;BR /&gt;ACCOUNTING /SINCE= /BEFORE= &lt;A little="" later="" target="_blank"&gt;&lt;BR /&gt;If you see many similar processes in short succession, take a shorter interval, do ACCO/FULL , and watch the process duration (ending time - Start time )&lt;BR /&gt;&lt;BR /&gt;About a year ago we had a SAN monitoring package (HP OV SAN management agent; of course, at the request of our SAN managers) which caused 10 process creations PER SECOND in a 4 node cluster. Running time ca 0.1 sec each. Useful work done? Zero, Nada, Nope, Rien.&lt;BR /&gt;IF someting similar is your case, better turn it off until repaired (or withdrawn, as was the HP OV SAN agent fate).&lt;BR /&gt;&lt;BR /&gt;hth.&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me (maybe at the Bootcamp in Nashua?)&lt;BR /&gt;&lt;BR /&gt;jpe&lt;/A&gt;</description>
      <pubDate>Wed, 10 May 2006 13:35:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/monitoring-process-creation-stats-creating-high-pagefaulting/m-p/3786004#M76317</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2006-05-10T13:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring process creation stats (creating high pagefaulting?)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/monitoring-process-creation-stats-creating-high-pagefaulting/m-p/3786005#M76318</link>
      <description>Tom,&lt;BR /&gt;&lt;BR /&gt;looks like there is a performance data cell in the system, which keeps a counter of process creations:&lt;BR /&gt;&lt;BR /&gt;$ ANAL/SYS&lt;BR /&gt;SDA&amp;gt; EXA PMS$GQ_PROCESSES_CREATED&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Wed, 10 May 2006 13:54:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/monitoring-process-creation-stats-creating-high-pagefaulting/m-p/3786005#M76318</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-05-10T13:54:09Z</dc:date>
    </item>
  </channel>
</rss>

