<?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: Disk IO without doing IO's in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/disk-io-without-doing-io-s/m-p/3581528#M6466</link>
    <description>Good Morning Wim...&lt;BR /&gt;&lt;BR /&gt;Very interesting problem... Both Andy and Willem have suggested excellent avenues to pursue. You mentioned that the I/O is not always to the same disk-volume, so Andy's suggestion of possible Paging-I/O may very well be valid, especially if there are Page-Files on the same disk(s) that DISKTP was showing the I/O activity.&lt;BR /&gt;&lt;BR /&gt;As for Willem's suggestion of the QIO's possibly bypassing RMS, you might be able to use "SDA&amp;gt; sho proc/rms/ind=xxxx &lt;CR&gt;"... If the particular process is using RMS to execute RMS_Services (Open, Get, Put, etc.) to a particular file; then the 6th and 7th screens from the SDA&amp;gt; command will show you some of the pertinent info.&lt;BR /&gt;&lt;BR /&gt;For example the sixth screen will display the Channel-Control-Block Address, the Unit-Control_Block Address of the Disk-Volume, and the Window-Control-Block Address that contains the retrieval pointers to the file.&lt;BR /&gt;&lt;BR /&gt;The seventh screen of "SDA&amp;gt;sho proc/rms" will display the File-Control-Block with File-Header info, and the total number of Reads and Writes (per RMS) are also displayed on this seventh screen. Some of the prelim screens will display the FAB/RAB and XAB RMS-Info. If RMS_Services are not being utilized for the QIO, then a message indicating No_Image/RMS structures are loaded, will be displayed back to SDA&amp;gt;.&lt;BR /&gt;&lt;BR /&gt;Still trying to pursue a method for tracking Phys_IO vs. Log_IO vs. Virt_IO... &lt;BR /&gt;&lt;BR /&gt;  Thanx,&lt;BR /&gt; whynot3k&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/CR&gt;</description>
    <pubDate>Wed, 13 Jul 2005 12:26:42 GMT</pubDate>
    <dc:creator>Richard White_5</dc:creator>
    <dc:date>2005-07-13T12:26:42Z</dc:date>
    <item>
      <title>Disk IO without doing IO's</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disk-io-without-doing-io-s/m-p/3581524#M6462</link>
      <description>I have found a cluster on which a program is doing strange things.&lt;BR /&gt;&lt;BR /&gt;Normal situation : program is not having significant thruput to any disk.&lt;BR /&gt;&lt;BR /&gt;Current situation : program is doing top thruput to some disks (not always the same disk).&lt;BR /&gt;&lt;BR /&gt;In VPA for 21:00 - 23:59&lt;BR /&gt;1) bufio almost 0&lt;BR /&gt;2) direct IO rate : 0.004 (continuously)&lt;BR /&gt;3) disk IO about 100 per sec, thruput about 4 MB per sec (item DISKTP, to disk dsa2)&lt;BR /&gt;4) IO size about 80 pages&lt;BR /&gt;5) no top hot files&lt;BR /&gt;&lt;BR /&gt;My questions.&lt;BR /&gt;1) how to anylyze what is causing this thruput ?&lt;BR /&gt;2) how can there be disk io without direct IO ?&lt;BR /&gt;&lt;BR /&gt;VMS 7.3. Also seen on 6.2 but difficult to confirm.&lt;BR /&gt;&lt;BR /&gt;Wim&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Jul 2005 06:44:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disk-io-without-doing-io-s/m-p/3581524#M6462</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2005-07-13T06:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: Disk IO without doing IO's</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disk-io-without-doing-io-s/m-p/3581525#M6463</link>
      <description>Wim,&lt;BR /&gt;&lt;BR /&gt;could it be the program bypasses RMS to access the disk (Logical or eve physical IO)? It might be scanning the disk for some reason, reading chunks of data this way (fast access). Or accessing particular locations?&lt;BR /&gt;I guess yuo'd need to check the system to locate the program that does these strange things and analyze it's device access.</description>
      <pubDate>Wed, 13 Jul 2005 07:48:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disk-io-without-doing-io-s/m-p/3581525#M6463</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2005-07-13T07:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: Disk IO without doing IO's</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disk-io-without-doing-io-s/m-p/3581526#M6464</link>
      <description>Willem,&lt;BR /&gt;&lt;BR /&gt;If I do sda show proc/chan I see :&lt;BR /&gt;&lt;BR /&gt;channel to dsa10&lt;BR /&gt;some exe stuff&lt;BR /&gt;std in/out&lt;BR /&gt;4 bg devices of which 3 are busy&lt;BR /&gt;1 has 3 operations, 1 has 433K op, 1 has 744K and the non-busy has 0 operation. This after 23 days uptime. So the BG device can't be blamed ?&lt;BR /&gt;&lt;BR /&gt;How can I check the physical and logical IO ?&lt;BR /&gt;&lt;BR /&gt;Wim&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Jul 2005 08:24:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disk-io-without-doing-io-s/m-p/3581526#M6464</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2005-07-13T08:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: Disk IO without doing IO's</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disk-io-without-doing-io-s/m-p/3581527#M6465</link>
      <description>What do your paging figures look like?&lt;BR /&gt;&lt;BR /&gt;Does the the program use global sections backed  by files?  In this case VMS will report I/O as a hard page fault.  &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Jul 2005 09:47:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disk-io-without-doing-io-s/m-p/3581527#M6465</guid>
      <dc:creator>Andy Bustamante</dc:creator>
      <dc:date>2005-07-13T09:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: Disk IO without doing IO's</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disk-io-without-doing-io-s/m-p/3581528#M6466</link>
      <description>Good Morning Wim...&lt;BR /&gt;&lt;BR /&gt;Very interesting problem... Both Andy and Willem have suggested excellent avenues to pursue. You mentioned that the I/O is not always to the same disk-volume, so Andy's suggestion of possible Paging-I/O may very well be valid, especially if there are Page-Files on the same disk(s) that DISKTP was showing the I/O activity.&lt;BR /&gt;&lt;BR /&gt;As for Willem's suggestion of the QIO's possibly bypassing RMS, you might be able to use "SDA&amp;gt; sho proc/rms/ind=xxxx &lt;CR&gt;"... If the particular process is using RMS to execute RMS_Services (Open, Get, Put, etc.) to a particular file; then the 6th and 7th screens from the SDA&amp;gt; command will show you some of the pertinent info.&lt;BR /&gt;&lt;BR /&gt;For example the sixth screen will display the Channel-Control-Block Address, the Unit-Control_Block Address of the Disk-Volume, and the Window-Control-Block Address that contains the retrieval pointers to the file.&lt;BR /&gt;&lt;BR /&gt;The seventh screen of "SDA&amp;gt;sho proc/rms" will display the File-Control-Block with File-Header info, and the total number of Reads and Writes (per RMS) are also displayed on this seventh screen. Some of the prelim screens will display the FAB/RAB and XAB RMS-Info. If RMS_Services are not being utilized for the QIO, then a message indicating No_Image/RMS structures are loaded, will be displayed back to SDA&amp;gt;.&lt;BR /&gt;&lt;BR /&gt;Still trying to pursue a method for tracking Phys_IO vs. Log_IO vs. Virt_IO... &lt;BR /&gt;&lt;BR /&gt;  Thanx,&lt;BR /&gt; whynot3k&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/CR&gt;</description>
      <pubDate>Wed, 13 Jul 2005 12:26:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disk-io-without-doing-io-s/m-p/3581528#M6466</guid>
      <dc:creator>Richard White_5</dc:creator>
      <dc:date>2005-07-13T12:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: Disk IO without doing IO's</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disk-io-without-doing-io-s/m-p/3581529#M6467</link>
      <description>Wlm,&lt;BR /&gt;&lt;BR /&gt;To separate the paging traffic from the regular IO, consider using a virtual disk (LD). Then, the non-paging traffic can be traced and the details analyzed.&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
      <pubDate>Wed, 13 Jul 2005 12:36:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disk-io-without-doing-io-s/m-p/3581529#M6467</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2005-07-13T12:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: Disk IO without doing IO's</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disk-io-without-doing-io-s/m-p/3581530#M6468</link>
      <description>The process is an interface between a program and another process on the machine. Or on another node of the same cluster. It is using TCP/IP. Has nothing on disk. Details unknown.&lt;BR /&gt;&lt;BR /&gt;Andy : no paging activity.&lt;BR /&gt;&lt;BR /&gt;Richard : I have currently no channel visible to anything on dsa2. So, show proc/rms can't show me something. And VPA shows no file activity.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Wed, 13 Jul 2005 23:14:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disk-io-without-doing-io-s/m-p/3581530#M6468</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2005-07-13T23:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: Disk IO without doing IO's</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disk-io-without-doing-io-s/m-p/3581531#M6469</link>
      <description>Rather strange news :&lt;BR /&gt;&lt;BR /&gt;Yesterday between 18 and 19h there was activity by the process going to dsa4. And dsa4 contains only Sybase database files. And the process has nothing to do with that disk but still there are IO's registered on that process ...&lt;BR /&gt;&lt;BR /&gt;A bug in the program that confuses VPA ???&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Wed, 13 Jul 2005 23:52:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disk-io-without-doing-io-s/m-p/3581531#M6469</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2005-07-13T23:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: Disk IO without doing IO's</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disk-io-without-doing-io-s/m-p/3581532#M6470</link>
      <description>Wim,&lt;BR /&gt;&lt;BR /&gt;Given the process uses BG-devices - obviousy since it uses TCPIP - you can find out which ports it uses. Therefore a suggestion, to get at least a clue what's going on: set up TCPTRACE to listen to the busy ports and dumping what's found. That would only be feasable if these ports are fixed, of course.&lt;BR /&gt;Perhaps it may give a clue what's going on within that proces.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Jul 2005 06:02:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disk-io-without-doing-io-s/m-p/3581532#M6470</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2005-07-14T06:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: Disk IO without doing IO's</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disk-io-without-doing-io-s/m-p/3581533#M6471</link>
      <description>Good Morning Wim...&lt;BR /&gt;&lt;BR /&gt;Becoming more interesting by the hour... Is it possible that this process/program interface/communicates with an Application Server/Control Process, possibly via mailboxes or global_sections? Or is this a spawned-sub-process or multi-threaded process? &lt;BR /&gt;&lt;BR /&gt;I realize that you are being requested to try multiple/different suggestions, but if you are able to find the time during the next episode, I would like to request an ouptut-log-file or screen-capture if possible.&lt;BR /&gt;&lt;BR /&gt;If you could capture and forward the output of the following SDA&amp;gt; commands, (executed 3 or 4 times,) it may jog someone's memory (Andy, Willem, yourself, myself, etc.)&lt;BR /&gt;&lt;BR /&gt;SDA&amp;gt; show proc/ind=xxxx&lt;BR /&gt;SDA&amp;gt; show proc/sema&lt;BR /&gt;SDA&amp;gt; show proc/proc (or /pst)&lt;BR /&gt;SDA&amp;gt; show proc/reg&lt;BR /&gt;SDA&amp;gt; show proc/imag&lt;BR /&gt;SDA&amp;gt; show proc/chan&lt;BR /&gt;SDA&amp;gt; show proc/lock&lt;BR /&gt;SDA&amp;gt; sho proc/rms&lt;BR /&gt;&lt;BR /&gt;I refrain from suggesting SDA&amp;gt;show proc/all since I don't think that we need the WSLE's or PTE's at this point...&lt;BR /&gt;&lt;BR /&gt;  Thanx,&lt;BR /&gt; whynot3k&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Jul 2005 06:58:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disk-io-without-doing-io-s/m-p/3581533#M6471</guid>
      <dc:creator>Richard White_5</dc:creator>
      <dc:date>2005-07-14T06:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: Disk IO without doing IO's</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disk-io-without-doing-io-s/m-p/3581534#M6472</link>
      <description>Direct I/O does not always mean disk I/O.  Direct I/O means that the data buffer is in the user's space and that the I/O device transfers data to or from that location.  &lt;BR /&gt;&lt;BR /&gt;In most if not all cases it means that DMA is being used in the transfer.  The transfer takes less time that the user process could be swapped out right after the transfer has completed if necessary.&lt;BR /&gt;&lt;BR /&gt;Buffered I/O means that the data in the user's space is first copied to a buffer in system's space.  From this system buffer it is then transferred out to the device.  Typically this was program I/O with one byte or word of data being transferred at a time.  Old DZ11 serial ports come to mind.  Ethernet devices use DMA now days so their transfers are typically direct I/O.&lt;BR /&gt;&lt;BR /&gt;Cass</description>
      <pubDate>Thu, 14 Jul 2005 07:32:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disk-io-without-doing-io-s/m-p/3581534#M6472</guid>
      <dc:creator>Cass Witkowski</dc:creator>
      <dc:date>2005-07-14T07:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: Disk IO without doing IO's</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disk-io-without-doing-io-s/m-p/3581535#M6473</link>
      <description>It is the device driver writer who decides if the IO is counted against BIO or DIO.</description>
      <pubDate>Thu, 14 Jul 2005 09:25:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disk-io-without-doing-io-s/m-p/3581535#M6473</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2005-07-14T09:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: Disk IO without doing IO's</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disk-io-without-doing-io-s/m-p/3581536#M6474</link>
      <description>But look at 1 and 2 : there is disk IO and NO direct nor buffered IO.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Thu, 14 Jul 2005 14:22:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disk-io-without-doing-io-s/m-p/3581536#M6474</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2005-07-14T14:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: Disk IO without doing IO's</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disk-io-without-doing-io-s/m-p/3581537#M6475</link>
      <description>Is high water marking turned on?  Is there a process called I think BAD BLOCK running?  Is this a shadowed disk member?</description>
      <pubDate>Thu, 14 Jul 2005 14:26:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disk-io-without-doing-io-s/m-p/3581537#M6475</guid>
      <dc:creator>Cass Witkowski</dc:creator>
      <dc:date>2005-07-14T14:26:47Z</dc:date>
    </item>
    <item>
      <title>Re: Disk IO without doing IO's</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disk-io-without-doing-io-s/m-p/3581538#M6476</link>
      <description>Good Morning Wim...&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; Yesterday between 18 and 19h there was activity by the process going to dsa4.   ... And the process has nothing to do with that disk but still there are IO's registered on that process ...  &amp;lt;&amp;lt;  Exactly which utility is showing the Disk_I/O's being charged or registered to this "forsaken" process; and yet there is virtually no DIO's or BIO's against this process? ($monitor, $show proc, DecPS, etc.)&lt;BR /&gt;&lt;BR /&gt;As Uwe mentioned, it is the device-driver, in particular, the Quadword-Mask fields at the front of the FDT-Routines that help determine whether or not the QIO's are Buff_I/O's or Dir_I/O's... I do not know of any other type of I/O that is processed by the FDT..&lt;BR /&gt;&lt;BR /&gt;Is it possible to capture some of the process-context, (Image/Process-Sections, Channel-Control-Blocks, User/Kernel-Stack, Call-Frames from SDA ?)&lt;BR /&gt;&lt;BR /&gt; Thanx,&lt;BR /&gt;whynot3k&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Jul 2005 16:51:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disk-io-without-doing-io-s/m-p/3581538#M6476</guid>
      <dc:creator>Richard White_5</dc:creator>
      <dc:date>2005-07-14T16:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: Disk IO without doing IO's</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disk-io-without-doing-io-s/m-p/3581539#M6477</link>
      <description>All findings are coming from VPA.&lt;BR /&gt;&lt;BR /&gt;First SDA snapshot at 18:00.&lt;BR /&gt;&lt;BR /&gt;VPA "display top", "Top Volumes by", "Image name" says the problem started at 18:00 sharp. The disks the process IPCDAEMON attacked was dsa1 (label disk1, rate 100IO/s) and dsa3 (label disk3, rate a little lower than dsa1). Thruput of the image to disk peaked at 7.5 MB/sec.&lt;BR /&gt;&lt;BR /&gt;The snapshot may be taken just before the problem started.&lt;BR /&gt;&lt;BR /&gt;Wim&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Jul 2005 23:02:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disk-io-without-doing-io-s/m-p/3581539#M6477</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2005-07-14T23:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: Disk IO without doing IO's</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disk-io-without-doing-io-s/m-p/3581540#M6478</link>
      <description>Second snapshot at 18:05. Problem was still present.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Thu, 14 Jul 2005 23:04:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disk-io-without-doing-io-s/m-p/3581540#M6478</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2005-07-14T23:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: Disk IO without doing IO's</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disk-io-without-doing-io-s/m-p/3581541#M6479</link>
      <description>Richard,&lt;BR /&gt;&lt;BR /&gt;I'm only a SDA instructions repeater. Could you give me the statements for obtaining the data you need ?&lt;BR /&gt;&lt;BR /&gt;Wim&lt;BR /&gt;(btw your morning is our evening/night)</description>
      <pubDate>Fri, 15 Jul 2005 00:20:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disk-io-without-doing-io-s/m-p/3581541#M6479</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2005-07-15T00:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: Disk IO without doing IO's</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disk-io-without-doing-io-s/m-p/3581542#M6480</link>
      <description>I did a show proc/con.&lt;BR /&gt;Not a single field is changing except that the cur priority toggles sometimes from 9 to 8 and directly back to 9 exactly every 1 minute. The disk IO rate during my 5 minutes test indicated 15 IO's/sec.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Fri, 15 Jul 2005 03:05:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disk-io-without-doing-io-s/m-p/3581542#M6480</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2005-07-15T03:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: Disk IO without doing IO's</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disk-io-without-doing-io-s/m-p/3581543#M6481</link>
      <description>Hm, does 'SHOW PROCESS/CONTINUOUS' send any SKASTs to the target process to collect some data? It sounds like the target is receiving a priority boost from somewhere.&lt;BR /&gt;&lt;BR /&gt;From Heisenberg with Love ;-)</description>
      <pubDate>Fri, 15 Jul 2005 03:29:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disk-io-without-doing-io-s/m-p/3581543#M6481</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2005-07-15T03:29:42Z</dc:date>
    </item>
  </channel>
</rss>

