<?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: Memory Utilization in Summit Switch in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/memory-utilization-in-summit-switch/m-p/41058#M9364</link>
    <description>Thanks Prasanth.&lt;BR /&gt;
&lt;BR /&gt;
The Total utilization of my switch is 82.98%. Is this a normal utlization for summit x450a-48t ?&lt;BR /&gt;</description>
    <pubDate>Wed, 13 Jan 2016 21:04:00 GMT</pubDate>
    <dc:creator>svven</dc:creator>
    <dc:date>2016-01-13T21:04:00Z</dc:date>
    <item>
      <title>Memory Utilization in Summit Switch</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/memory-utilization-in-summit-switch/m-p/41054#M9360</link>
      <description>how to calculate memory utilization in summit switch?&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Jan 2016 15:09:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/memory-utilization-in-summit-switch/m-p/41054#M9360</guid>
      <dc:creator>svven</dc:creator>
      <dc:date>2016-01-13T15:09:00Z</dc:date>
    </item>
    <item>
      <title>RE: Memory Utilization in Summit Switch</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/memory-utilization-in-summit-switch/m-p/41055#M9361</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
show memory is one way to find that info.&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Jan 2016 18:50:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/memory-utilization-in-summit-switch/m-p/41055#M9361</guid>
      <dc:creator>Stephane_Grosj1</dc:creator>
      <dc:date>2016-01-13T18:50:00Z</dc:date>
    </item>
    <item>
      <title>RE: Memory Utilization in Summit Switch</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/memory-utilization-in-summit-switch/m-p/41056#M9362</link>
      <description>show memory &lt;BR /&gt;
&lt;BR /&gt;
System Memory Information&lt;BR /&gt;
-------------------------&lt;BR /&gt;
 Slot-2    Total DRAM (KB): 262144&lt;BR /&gt;
 Slot-2    System     (KB): 7488&lt;BR /&gt;
 Slot-2    User       (KB): 176048&lt;BR /&gt;
 Slot-2    Free       (KB): 78608&lt;BR /&gt;
 &lt;BR /&gt;
in this i can see only the fixed memory, how to calculate the real time memory utilization?&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Jan 2016 19:05:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/memory-utilization-in-summit-switch/m-p/41056#M9362</guid>
      <dc:creator>svven</dc:creator>
      <dc:date>2016-01-13T19:05:00Z</dc:date>
    </item>
    <item>
      <title>RE: Memory Utilization in Summit Switch</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/memory-utilization-in-summit-switch/m-p/41057#M9363</link>
      <description>Hi Svven,&lt;BR /&gt;
&lt;BR /&gt;
you could use the command "top" and press  to sort all the processes by memory utilization. &lt;BR /&gt;
&lt;BR /&gt;
Sample output: &lt;BR /&gt;
&lt;BR /&gt;
Mem: 390440K used, 593748K free, 0K shrd, 2908K buff, 156776K cached&lt;BR /&gt;
CPU:  0.0% usr  2.6% sys  0.0% nic 97.1% idle  0.0% io  0.1% irq  0.0% sirq&lt;BR /&gt;
Load average: 7.02 7.05 7.00 3/195 1909&lt;BR /&gt;
  PID  PPID USER     STAT   RSS %MEM CPU %CPU COMMAND&lt;BR /&gt;
 1508     1 root     S &amp;lt;  15236  1.5   0  0.5 ./hal&lt;BR /&gt;
 1512     1 root     S    11420  1.1   0  0.0 ./cliMaster&lt;BR /&gt;
 1669     1 root     S     7472  0.7   0  0.0 ./policy&lt;BR /&gt;
 1522     1 root     S     7396  0.7   1  0.0 ./aaa -t random&lt;BR /&gt;
 1602     1 root     S     5100  0.5   1  0.0 ./netTools&lt;BR /&gt;
 1633     1 root     S     4652  0.4   1  0.0 ./xmld&lt;BR /&gt;
 1520     1 root     S     4508  0.4   1  0.0 ./snmpSubagentProcess hal consumes 1.5% which can be used to calculate the approximate memory consumption of the process. &lt;BR /&gt;
&lt;BR /&gt;
 sh memory process hal&lt;BR /&gt;
System Memory Information&lt;BR /&gt;
-------------------------&lt;BR /&gt;
 Total DRAM (KB): 1048576&lt;BR /&gt;
 System     (KB): 64388&lt;BR /&gt;
 User       (KB): 237196&lt;BR /&gt;
 Free       (KB): 746992&lt;BR /&gt;
&lt;BR /&gt;
Memory Utilization Statistics&lt;BR /&gt;
-----------------------------&lt;BR /&gt;
 Process Name     Memory (KB)&lt;BR /&gt;
-----------------------------&lt;BR /&gt;
 hal              15236&lt;BR /&gt;
&lt;BR /&gt;
15236 is 1.5% of 1048576. &lt;BR /&gt;
Hope this helps!</description>
      <pubDate>Wed, 13 Jan 2016 20:15:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/memory-utilization-in-summit-switch/m-p/41057#M9363</guid>
      <dc:creator>Prashanth_KG</dc:creator>
      <dc:date>2016-01-13T20:15:00Z</dc:date>
    </item>
    <item>
      <title>RE: Memory Utilization in Summit Switch</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/memory-utilization-in-summit-switch/m-p/41058#M9364</link>
      <description>Thanks Prasanth.&lt;BR /&gt;
&lt;BR /&gt;
The Total utilization of my switch is 82.98%. Is this a normal utlization for summit x450a-48t ?&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Jan 2016 21:04:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/memory-utilization-in-summit-switch/m-p/41058#M9364</guid>
      <dc:creator>svven</dc:creator>
      <dc:date>2016-01-13T21:04:00Z</dc:date>
    </item>
  </channel>
</rss>

