<?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 Process Attributes in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/process-attributes/m-p/2427689#M1906</link>
    <description>How do you get a list of a processes attributes? Specifically, how do you know which file descriptors are open by a process?</description>
    <pubDate>Mon, 26 Jun 2000 23:08:35 GMT</pubDate>
    <dc:creator>Bruce Rudolph</dc:creator>
    <dc:date>2000-06-26T23:08:35Z</dc:date>
    <item>
      <title>Process Attributes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-attributes/m-p/2427689#M1906</link>
      <description>How do you get a list of a processes attributes? Specifically, how do you know which file descriptors are open by a process?</description>
      <pubDate>Mon, 26 Jun 2000 23:08:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-attributes/m-p/2427689#M1906</guid>
      <dc:creator>Bruce Rudolph</dc:creator>
      <dc:date>2000-06-26T23:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: Process Attributes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-attributes/m-p/2427690#M1907</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The best way to do see what file descriptors are used by a particular processs is probably through lsof. Most certainly, it will include 0,1 and 2 for stdin, stdout and stderr.&lt;BR /&gt;&lt;BR /&gt;Hope that helps!</description>
      <pubDate>Tue, 27 Jun 2000 05:01:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-attributes/m-p/2427690#M1907</guid>
      <dc:creator>SEA RC</dc:creator>
      <dc:date>2000-06-27T05:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: Process Attributes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-attributes/m-p/2427691#M1908</link>
      <description>The best way to see the open file descriptors using using lsof :-&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/ftp/hpux/Sysadmin/lsof-4.48/" target="_blank"&gt;http://hpux.cs.utah.edu/ftp/hpux/Sysadmin/lsof-4.48/&lt;/A&gt;</description>
      <pubDate>Tue, 27 Jun 2000 05:28:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-attributes/m-p/2427691#M1908</guid>
      <dc:creator>Andy Monks</dc:creator>
      <dc:date>2000-06-27T05:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: Process Attributes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-attributes/m-p/2427692#M1909</link>
      <description>My preferred method of doing this is with Glance Plus in graphical mode.  Simply select the process in question; that in turn displays a window of performance metrics for the process.  From there, select 'Open Files' from the drop down menu and you'll have probably have more information than you need.  &lt;BR /&gt;&lt;BR /&gt;One of the things That Glance displays in this mode is the offset location within the file that the last read or write accessed.  This can be a real handy thing at times.  Say there is a batch job running and it uses a particular sequential file as it's primary source.  The offset percentage (offset/total size) is a good rough indication of where the process stands.  If none of the open file offsets are changing, there is a good chance that the application process is either hung or locked into some continuous loop.</description>
      <pubDate>Tue, 27 Jun 2000 19:34:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-attributes/m-p/2427692#M1909</guid>
      <dc:creator>Tim Malnati</dc:creator>
      <dc:date>2000-06-27T19:34:11Z</dc:date>
    </item>
  </channel>
</rss>

