<?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: Using the resources in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/using-the-resources/m-p/4581914#M373945</link>
    <description>i suppose what u want is which user is using which all resources.....&lt;BR /&gt;You can get some information from glance.&lt;BR /&gt;&lt;BR /&gt;What exactly u looking at??&lt;BR /&gt;&lt;BR /&gt;BR,&lt;BR /&gt;Kapil+</description>
    <pubDate>Thu, 11 Feb 2010 04:34:18 GMT</pubDate>
    <dc:creator>Kapil Jha</dc:creator>
    <dc:date>2010-02-11T04:34:18Z</dc:date>
    <item>
      <title>Using the resources</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-the-resources/m-p/4581912#M373943</link>
      <description>Hello, everyone:&lt;BR /&gt;&lt;BR /&gt;HP-UX I have some problems with the management.&lt;BR /&gt;&lt;BR /&gt;I want to see each user, using the resources, it is possible?&lt;BR /&gt;&lt;BR /&gt;A result of using "TOP" or "PS-ef" can not see&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 11 Feb 2010 03:49:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-the-resources/m-p/4581912#M373943</guid>
      <dc:creator>J.L.</dc:creator>
      <dc:date>2010-02-11T03:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: Using the resources</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-the-resources/m-p/4581913#M373944</link>
      <description>&amp;gt;&amp;gt;&amp;gt;HP-UX I have some problems with the management.&lt;BR /&gt;&lt;BR /&gt;I want to see each user, using the resources, it is possible?&lt;BR /&gt;&lt;BR /&gt;A result of using "TOP" or "PS-ef" can not see&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;Need more information about your problem,&lt;BR /&gt;&lt;BR /&gt;can post  the actual problem ??? so that we can advice accordingly, without seeing errors it will be clueless</description>
      <pubDate>Thu, 11 Feb 2010 03:58:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-the-resources/m-p/4581913#M373944</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2010-02-11T03:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: Using the resources</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-the-resources/m-p/4581914#M373945</link>
      <description>i suppose what u want is which user is using which all resources.....&lt;BR /&gt;You can get some information from glance.&lt;BR /&gt;&lt;BR /&gt;What exactly u looking at??&lt;BR /&gt;&lt;BR /&gt;BR,&lt;BR /&gt;Kapil+</description>
      <pubDate>Thu, 11 Feb 2010 04:34:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-the-resources/m-p/4581914#M373945</guid>
      <dc:creator>Kapil Jha</dc:creator>
      <dc:date>2010-02-11T04:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: Using the resources</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-the-resources/m-p/4581915#M373946</link>
      <description>It is possible using "ps" also but then you need to sort out the output with the users name. &lt;BR /&gt;Try using UNIX95 standard on ps&lt;BR /&gt;viz&lt;BR /&gt;UNIX95=1, ps -Af -o pid,user,sz,pcpu&lt;BR /&gt;&lt;BR /&gt;where you can sort the output with the users name&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;#UNIX95=1, ps -Af -o pid,user,sz,pcpu|grep &lt;USER name=""&gt;&lt;BR /&gt;&lt;BR /&gt;you need to add pcpu column output to see percentage cpu util and sz column to see memory page(4k) util in. &lt;BR /&gt;&lt;BR /&gt;see man page of ps&lt;/USER&gt;</description>
      <pubDate>Thu, 11 Feb 2010 06:02:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-the-resources/m-p/4581915#M373946</guid>
      <dc:creator>amithp</dc:creator>
      <dc:date>2010-02-11T06:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: Using the resources</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-the-resources/m-p/4581916#M373947</link>
      <description>Sorry&lt;BR /&gt;Is my question. Description incomplete.&lt;BR /&gt;I want the users to run a job, I want to know the user to use those resources, such as cpu usage, memory usage ... other.</description>
      <pubDate>Thu, 11 Feb 2010 10:31:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-the-resources/m-p/4581916#M373947</guid>
      <dc:creator>J.L.</dc:creator>
      <dc:date>2010-02-11T10:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: Using the resources</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-the-resources/m-p/4581917#M373948</link>
      <description>&amp;gt;&amp;gt;I want the users to run a job, I want to know the user to use those resources, such as cpu usage, memory usage ... other.&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;As from above post, I believe you want to know /Check how much cpu ,memory, usage which has been consumed by "user" when he run a job&lt;BR /&gt;&lt;BR /&gt;if my "psyhic" correct you use,&lt;BR /&gt;&lt;BR /&gt;# Glance&lt;BR /&gt;&lt;BR /&gt;or you redirect the below command outputs "during time frame of user job runs"&lt;BR /&gt;&lt;BR /&gt;#UNIX95=1, ps -Af -o pid,user,sz,pcpu|grep &lt;USER name=""&gt; &amp;gt; /tmp/user_name_stat.txt&lt;/USER&gt;</description>
      <pubDate>Thu, 11 Feb 2010 13:26:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-the-resources/m-p/4581917#M373948</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2010-02-11T13:26:01Z</dc:date>
    </item>
    <item>
      <title>Re: Using the resources</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-the-resources/m-p/4581918#M373949</link>
      <description>Country / Region:  taiwan&lt;BR /&gt;Personal quote: &lt;BR /&gt;Certification: &lt;BR /&gt;ITRC member since:  May 04, 2009&lt;BR /&gt;Last contribution date:  February 11, 2010&lt;BR /&gt;I have assigned points to   0  of   5  responses to my questions.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;if you are statisfies with answers. assign points&lt;BR /&gt;&lt;BR /&gt;How to assign points check the below link &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums13.itrc.hp.com/service/forums/helptips.do?admit=109447627+1256027208667+28353475#33" target="_blank"&gt;http://forums13.itrc.hp.com/service/forums/helptips.do?admit=109447627+1256027208667+28353475#33&lt;/A&gt;</description>
      <pubDate>Thu, 11 Feb 2010 13:29:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-the-resources/m-p/4581918#M373949</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2010-02-11T13:29:35Z</dc:date>
    </item>
  </channel>
</rss>

