<?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: Online process information in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/online-process-information/m-p/2746145#M944648</link>
    <description>&lt;BR /&gt;lsof is ported to every ux.&lt;BR /&gt;&lt;BR /&gt;glance (although you have to purchase it)&lt;BR /&gt;&lt;BR /&gt;top&lt;BR /&gt;&lt;BR /&gt;sar&lt;BR /&gt;&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
    <pubDate>Mon, 17 Jun 2002 14:29:42 GMT</pubDate>
    <dc:creator>harry d brown jr</dc:creator>
    <dc:date>2002-06-17T14:29:42Z</dc:date>
    <item>
      <title>Online process information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/online-process-information/m-p/2746143#M944646</link>
      <description>Hi!&lt;BR /&gt;I am looking for a way to findout information on my processes online.&lt;BR /&gt;In solaris,linux and some other Unixes I have /proc. on hp it is not&lt;BR /&gt;avail.&lt;BR /&gt;&lt;BR /&gt;what do you suggest?&lt;BR /&gt;&lt;BR /&gt;10x,&lt;BR /&gt;Noam&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Jun 2002 14:24:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/online-process-information/m-p/2746143#M944646</guid>
      <dc:creator>Noam Meltzer</dc:creator>
      <dc:date>2002-06-17T14:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: Online process information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/online-process-information/m-p/2746144#M944647</link>
      <description>top?</description>
      <pubDate>Mon, 17 Jun 2002 14:27:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/online-process-information/m-p/2746144#M944647</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-06-17T14:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: Online process information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/online-process-information/m-p/2746145#M944648</link>
      <description>&lt;BR /&gt;lsof is ported to every ux.&lt;BR /&gt;&lt;BR /&gt;glance (although you have to purchase it)&lt;BR /&gt;&lt;BR /&gt;top&lt;BR /&gt;&lt;BR /&gt;sar&lt;BR /&gt;&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Mon, 17 Jun 2002 14:29:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/online-process-information/m-p/2746145#M944648</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-06-17T14:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: Online process information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/online-process-information/m-p/2746146#M944649</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If you have STM installed on your system,&lt;BR /&gt;&lt;BR /&gt;try&lt;BR /&gt;&lt;BR /&gt;echo 'selclass qualifier cpu;info;wait;infolog' |cstm &amp;gt;/tmp/cpu_info.txt&lt;BR /&gt;&lt;BR /&gt;more /tmp/cpu_info.txt&lt;BR /&gt;&lt;BR /&gt;To find out the processor speed, try&lt;BR /&gt;&lt;BR /&gt;echo itick_per_tick/D | adb /stand/vmunix /dev/kmem &lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Jun 2002 14:33:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/online-process-information/m-p/2746146#M944649</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-06-17T14:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: Online process information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/online-process-information/m-p/2746147#M944650</link>
      <description>Yes, you are right, HP-UX doos not have a /proc filesystem which allows you to peek into the virtual address space of each process.&lt;BR /&gt;In the HP-UX world, that sort of thing is generally done using a varianr of the pstat_xxx system calls. I would start with a man of pstat_getproc.&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Jun 2002 14:41:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/online-process-information/m-p/2746147#M944650</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-06-17T14:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: Online process information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/online-process-information/m-p/2746148#M944651</link>
      <description>Hi &lt;BR /&gt;If you want display and update information about the top processes on the      system then you can use this  command:&lt;BR /&gt;top&lt;BR /&gt;&lt;BR /&gt;Regards.&lt;BR /&gt;Ernesto&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Jun 2002 16:02:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/online-process-information/m-p/2746148#M944651</guid>
      <dc:creator>Ernesto Cappello</dc:creator>
      <dc:date>2002-06-18T16:02:30Z</dc:date>
    </item>
  </channel>
</rss>

