<?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: Per Process Network I/O info needed in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/per-process-network-i-o-info-needed/m-p/2710343#M60331</link>
    <description>Boyd,&lt;BR /&gt;&lt;BR /&gt;You are correct that Glance+/Measureware lacks this information and there were not many complaints also so far.&lt;BR /&gt;&lt;BR /&gt;Now, you can still get per process information again limited to network wait only. You need to remove the thresholds in /var/opt/perf/parm file otherwise only the processes that exceed these thresholds will be logged. Once you get the logging on for all the processes, you can extract PROC_LAN_WAIT_PCT PROC_LAN_WAIT_TIME to give you an idea. You should be looking at&lt;BR /&gt;SHIFT-b window in glance and LAN+STREAMS waits to see the waits on the network.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
    <pubDate>Wed, 24 Apr 2002 18:26:47 GMT</pubDate>
    <dc:creator>Sridhar Bhaskarla</dc:creator>
    <dc:date>2002-04-24T18:26:47Z</dc:date>
    <item>
      <title>Per Process Network I/O info needed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/per-process-network-i-o-info-needed/m-p/2710340#M60328</link>
      <description>To what I have seen so far, there are a number of good utilities providing useage of cpu and disk down to a process level. &lt;BR /&gt;&lt;BR /&gt;However, I need to know the input bytes, output bytes, and input rate, output rate of network activity on a per process basis. &lt;BR /&gt;&lt;BR /&gt;I need this information to diagnose performance issues related to one (or more) process hogging the network (or out of control). &lt;BR /&gt;&lt;BR /&gt;What can I do? suggestions? If you suggest glance or gpm, please indicate SPECIFICALLY how to get this information as I have looked and cannot get this information. &lt;BR /&gt;&lt;BR /&gt;A sniffer is only good for an interface card level but again does not get me to the process level. &lt;BR /&gt;&lt;BR /&gt;Thanks &lt;BR /&gt;&lt;BR /&gt;M. D. Parker &lt;BR /&gt;UNIX systems manager &lt;BR /&gt;michael.parker@am.sony.com &lt;BR /&gt;</description>
      <pubDate>Wed, 24 Apr 2002 16:46:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/per-process-network-i-o-info-needed/m-p/2710340#M60328</guid>
      <dc:creator>Boyd Johnson</dc:creator>
      <dc:date>2002-04-24T16:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: Per Process Network I/O info needed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/per-process-network-i-o-info-needed/m-p/2710341#M60329</link>
      <description>Boyd,&lt;BR /&gt;&lt;BR /&gt;It is a good question. I do have a partial answer. This is not going to give you detailed network staticstics but can help you determine which application/process is waiting on Network.&lt;BR /&gt;&lt;BR /&gt;If you do have measureware, you can configure applications (process/user groups) and let the system collect the data for sometime. Then you can use extract utility to extract the information related to each application. The metric that you will be interested is APP_NETWORK_SUBSYSTEM_WAIT_PCT.&lt;BR /&gt;&lt;BR /&gt;Good examples are under /var/opt/perf/parm file. There are some default applications already defined in the file. You can make use of those entries to configure your own applications. You can be as detailed as you want.&lt;BR /&gt;&lt;BR /&gt;Look at the man page of extract for more information. extract itself has a guided tour that should help you extract the stats.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Wed, 24 Apr 2002 17:33:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/per-process-network-i-o-info-needed/m-p/2710341#M60329</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2002-04-24T17:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: Per Process Network I/O info needed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/per-process-network-i-o-info-needed/m-p/2710342#M60330</link>
      <description>There are no network waits visible (all 0%).  I did discover what you indicated in your reply previously.  But I really need to see specifically the network specific information on a per process level.  &lt;BR /&gt;&lt;BR /&gt;I am missing something here...this seems to be a tremendous missing piece of information that glance/measureware is unable to provide.&lt;BR /&gt;&lt;BR /&gt;Mike&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Apr 2002 18:15:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/per-process-network-i-o-info-needed/m-p/2710342#M60330</guid>
      <dc:creator>Boyd Johnson</dc:creator>
      <dc:date>2002-04-24T18:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: Per Process Network I/O info needed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/per-process-network-i-o-info-needed/m-p/2710343#M60331</link>
      <description>Boyd,&lt;BR /&gt;&lt;BR /&gt;You are correct that Glance+/Measureware lacks this information and there were not many complaints also so far.&lt;BR /&gt;&lt;BR /&gt;Now, you can still get per process information again limited to network wait only. You need to remove the thresholds in /var/opt/perf/parm file otherwise only the processes that exceed these thresholds will be logged. Once you get the logging on for all the processes, you can extract PROC_LAN_WAIT_PCT PROC_LAN_WAIT_TIME to give you an idea. You should be looking at&lt;BR /&gt;SHIFT-b window in glance and LAN+STREAMS waits to see the waits on the network.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Wed, 24 Apr 2002 18:26:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/per-process-network-i-o-info-needed/m-p/2710343#M60331</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2002-04-24T18:26:47Z</dc:date>
    </item>
  </channel>
</rss>

