<?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: Network Memory Usage in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/network-memory-usage/m-p/2433383#M3922</link>
    <description>One well value for the network buffers is 1/8 the main memory size; if your system is operating out of strems and then a lot of re-transmistion of packet(netstat -s), increse the memory buffers for network at this value.</description>
    <pubDate>Sat, 29 Jul 2000 03:34:02 GMT</pubDate>
    <dc:creator>Marcelo De Florio</dc:creator>
    <dc:date>2000-07-29T03:34:02Z</dc:date>
    <item>
      <title>Network Memory Usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-memory-usage/m-p/2433376#M3915</link>
      <description>How can I find out the Memory used for Network in hp-ux 11? Is it possible &lt;BR /&gt;to set/increase the memory usage for the network interfaces?&lt;BR /&gt;&lt;BR /&gt;Is there any document available to tune network tuning parameters using&lt;BR /&gt;ndd?</description>
      <pubDate>Fri, 28 Jul 2000 01:14:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-memory-usage/m-p/2433376#M3915</guid>
      <dc:creator>Madanagopalan S</dc:creator>
      <dc:date>2000-07-28T01:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: Network Memory Usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-memory-usage/m-p/2433377#M3916</link>
      <description>Using Glance can tell you how much memory is being used for the networking processes. Not aware of being able to modify these parameters because they are typically daemons running, i.e., NIS, NFS, DNS, FTP, etc. These programs (or services) are hard-coded with the amount of memory they would consume. A possible option is to use chatr if you are running on HP-UX 11.00 or higher.</description>
      <pubDate>Fri, 28 Jul 2000 01:26:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-memory-usage/m-p/2433377#M3916</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2000-07-28T01:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: Network Memory Usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-memory-usage/m-p/2433378#M3917</link>
      <description>I remember in SUN using netstat we can find out the memory usage of network&lt;BR /&gt;interfaces. In glance, I tried to find out the network memory usage. It shows&lt;BR /&gt;input packet rate and output packet rate only. I have stopped NFS/NIS and FTP&lt;BR /&gt;services.</description>
      <pubDate>Fri, 28 Jul 2000 01:36:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-memory-usage/m-p/2433378#M3917</guid>
      <dc:creator>Madanagopalan S</dc:creator>
      <dc:date>2000-07-28T01:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: Network Memory Usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-memory-usage/m-p/2433379#M3918</link>
      <description>Have a look at the kernel parameter that might help you: &lt;A href="http://www.docs.hp.com/hpux/content/KCparams.OverviewAll.html" target="_blank"&gt;http://www.docs.hp.com/hpux/content/KCparams.OverviewAll.html&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Jul 2000 07:39:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-memory-usage/m-p/2433379#M3918</guid>
      <dc:creator>CHRIS_ANORUO</dc:creator>
      <dc:date>2000-07-28T07:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: Network Memory Usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-memory-usage/m-p/2433380#M3919</link>
      <description>netstat is working in HP as well.&lt;BR /&gt;Did you try nettl? (see man nettl). Check for netwotk specific patches. (ex. PHNE_21433).</description>
      <pubDate>Fri, 28 Jul 2000 11:40:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-memory-usage/m-p/2433380#M3919</guid>
      <dc:creator>Antoanetta Naghiu</dc:creator>
      <dc:date>2000-07-28T11:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: Network Memory Usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-memory-usage/m-p/2433381#M3920</link>
      <description>The kernel tunable parameter you might want  to look at is the "netmemmax" parameter. The value of this parameter is the maximum memory size that will be used during IP fragmentation re-assembly. &lt;BR /&gt;&lt;BR /&gt;When you are transmitting IP packets, they are (or can be)broken down into "fragments" based on different MTU sizes over its travel. Memory is reserved for these "fragments" to be re-assembled into the fully assembled packet.  &lt;BR /&gt;&lt;BR /&gt;It is very possible, if this parameter is set too high, for so much memory to be used in fragmentation re-assembly that you start having memory pressure on your system.  Default is 10% of memory.&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;&lt;BR /&gt;Tony</description>
      <pubDate>Fri, 28 Jul 2000 11:55:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-memory-usage/m-p/2433381#M3920</guid>
      <dc:creator>Anthony deRito</dc:creator>
      <dc:date>2000-07-28T11:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: Network Memory Usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-memory-usage/m-p/2433382#M3921</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I suppose you have Glance installed.&lt;BR /&gt;Startup Glance, then go to the application list with A and there you will see the amount of memory used for networking.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Jul 2000 12:15:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-memory-usage/m-p/2433382#M3921</guid>
      <dc:creator>Maarten van Maanen</dc:creator>
      <dc:date>2000-07-28T12:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: Network Memory Usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-memory-usage/m-p/2433383#M3922</link>
      <description>One well value for the network buffers is 1/8 the main memory size; if your system is operating out of strems and then a lot of re-transmistion of packet(netstat -s), increse the memory buffers for network at this value.</description>
      <pubDate>Sat, 29 Jul 2000 03:34:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-memory-usage/m-p/2433383#M3922</guid>
      <dc:creator>Marcelo De Florio</dc:creator>
      <dc:date>2000-07-29T03:34:02Z</dc:date>
    </item>
  </channel>
</rss>

