<?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: System Process Information in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/system-process-information/m-p/4638253#M98890</link>
    <description>I found some ancient code with a dependence on *a* SYSTAT.EXE (though possibly not quite the same as yours). No source, but we successfully translated the image for IA64. An obvious candidate for translation. Not performance sensitive and most likely not privileged, or architecture dependent.&lt;BR /&gt;&lt;BR /&gt;On the other hand, if you have specific functions like "display all processes running a particular image", there are plenty of tools at your disposal to knock together a simple DCL procedure.</description>
    <pubDate>Wed, 26 May 2010 21:57:51 GMT</pubDate>
    <dc:creator>John Gillings</dc:creator>
    <dc:date>2010-05-26T21:57:51Z</dc:date>
    <item>
      <title>System Process Information</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/system-process-information/m-p/4638251#M98888</link>
      <description>Years ago I had found a program for OpenVMS that displayed output similar to the SYSTAT command on I beleive it was TOPS-20.&lt;BR /&gt;&lt;BR /&gt;For OpenVMS AXP/VAX the display was:&lt;BR /&gt;$ systat&lt;BR /&gt;-------- System Status on Node(s) * at 03:19 PM, 26-May-10 --------&lt;BR /&gt;&lt;BR /&gt;  PID    Username Elapsed-Time  CPU-Time  State M   Gbl/Mem   Image&lt;BR /&gt;00005391 &lt;LOGIN&gt;       2 03:18 0 00:00:01 LEF   I  2544/9088  LOGINOUT&lt;BR /&gt;000053A0 HORN          2 02:27 0 00:03:44 CUR   I  1440/7664  SYSTAT&lt;BR /&gt;0003C372 HORN          0 22:41 0 00:00:01 LEF   I   352/2912&lt;BR /&gt;0003E12D HORN          0 07:11 0 00:00:04 LEF   I   272/2112&lt;BR /&gt;00041026 HORN          0 05:51 0 00:01:20 LEF   I    64/1456&lt;BR /&gt;00041084 HORN          0 05:50 0 00:00:25 LEF   I  1456/6608  MONITOR&lt;BR /&gt;000410DC HORN          0 05:50 0 00:00:07 LEF   I  1392/5200  MONITOR&lt;BR /&gt;0004112C HORN          0 05:49 0 00:00:30 LEF   I   160/1856&lt;BR /&gt;00043B09 HORN          0 05:30 0 00:00:10 LEF   I  1424/5072  MONITOR&lt;BR /&gt;0003DB58 SYSTEM        0 07:15 0 00:00:19 LEF   I  1168/7392  MONITOR&lt;BR /&gt;00050D18 UCS_CJC       0 01:02 0 00:00:02 LEF   I     0/2960&lt;BR /&gt;&lt;BR /&gt;-----  11 records:  11 Interactive  0 Batch  0 Network  0 Other  -----&lt;BR /&gt;&lt;BR /&gt;This version you could do SYSTAT/IMAGE=MONITOR and it would show only those process that would be running that image. There was also one that you could customize the command line to show other information.&lt;BR /&gt;&lt;BR /&gt;Anyone one know of a program for Itanium that does the same kind of display?&lt;BR /&gt;&lt;/LOGIN&gt;</description>
      <pubDate>Wed, 26 May 2010 19:25:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/system-process-information/m-p/4638251#M98888</guid>
      <dc:creator>James T Horn</dc:creator>
      <dc:date>2010-05-26T19:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: System Process Information</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/system-process-information/m-p/4638252#M98889</link>
      <description>The usual find-some-Freeware query:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.google.com/search?q=site%3Adecuslib.com+SYSTAT" target="_blank"&gt;http://www.google.com/search?q=site%3Adecuslib.com+SYSTAT&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;turns up various candidates for this, including&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://decuslib.com/freeware/freewarev70/dcl04/systat.com" target="_blank"&gt;http://decuslib.com/freeware/freewarev70/dcl04/systat.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;and &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.decuslib.com/decus/vax91a/flowers/systat.bas" target="_blank"&gt;http://www.decuslib.com/decus/vax91a/flowers/systat.bas&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I'm guessing you're looking for the second of these two, but there are others.&lt;BR /&gt;</description>
      <pubDate>Wed, 26 May 2010 20:02:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/system-process-information/m-p/4638252#M98889</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2010-05-26T20:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: System Process Information</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/system-process-information/m-p/4638253#M98890</link>
      <description>I found some ancient code with a dependence on *a* SYSTAT.EXE (though possibly not quite the same as yours). No source, but we successfully translated the image for IA64. An obvious candidate for translation. Not performance sensitive and most likely not privileged, or architecture dependent.&lt;BR /&gt;&lt;BR /&gt;On the other hand, if you have specific functions like "display all processes running a particular image", there are plenty of tools at your disposal to knock together a simple DCL procedure.</description>
      <pubDate>Wed, 26 May 2010 21:57:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/system-process-information/m-p/4638253#M98890</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2010-05-26T21:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: System Process Information</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/system-process-information/m-p/4638254#M98891</link>
      <description>Hmm, Elapsed time is probably a somewhat  misleading column header presenting current-time minus login-time, but it may suggest to some that is it is the time that reported image ran.&lt;BR /&gt;&lt;BR /&gt;anyway...&lt;BR /&gt;&lt;BR /&gt;Attached a dinky C example to do GETJPI over all processes reporting a handful of items in CSV format for further processing.&lt;BR /&gt;&lt;BR /&gt;It would be trivial to add or delete columns through source level changed, but it would be real work to add command line options to do so. &lt;BR /&gt;&lt;BR /&gt;It would be trivial to post-filter the output by image, but again it would be a bit more work to add a call to SYS$PROCESS_SCAN such that it can search for specific processes based on many different selection criteria. &lt;BR /&gt;&lt;BR /&gt;fwiw,&lt;BR /&gt;Hein&lt;BR /&gt;</description>
      <pubDate>Thu, 27 May 2010 04:55:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/system-process-information/m-p/4638254#M98891</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2010-05-27T04:55:11Z</dc:date>
    </item>
    <item>
      <title>Re: System Process Information</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/system-process-information/m-p/4638255#M98892</link>
      <description>You may be interested in this Python program that does statistics on the CPU modes&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.vmspython.org/CPUModesExample" target="_blank"&gt;http://www.vmspython.org/CPUModesExample&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You will see the processes using the most Kernel, Exec, Supervisor and User modes, by total or percentage.&lt;BR /&gt;&lt;BR /&gt;Install Python just for your process (see process installation) or for all the users (see System installation) &lt;BR /&gt;&lt;A href="http://www.vmspython.org/DownloadAndInstallationPython" target="_blank"&gt;http://www.vmspython.org/DownloadAndInstallationPython&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 27 May 2010 06:02:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/system-process-information/m-p/4638255#M98892</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2010-05-27T06:02:54Z</dc:date>
    </item>
  </channel>
</rss>

