<?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: How to check current network load of the linux server in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-check-current-network-load-of-the-linux-server/m-p/4795389#M44483</link>
    <description>my Fave: &lt;BR /&gt;&lt;BR /&gt;HP GlancePlus if you can afford it.&lt;BR /&gt;&lt;BR /&gt;sar whould also do the trick&lt;BR /&gt;&lt;BR /&gt;as do netstat.&lt;BR /&gt;&lt;BR /&gt;As do literally dozens and dozens of tools around the 'Net.&lt;BR /&gt;</description>
    <pubDate>Tue, 07 Jun 2011 15:15:48 GMT</pubDate>
    <dc:creator>Alzhy</dc:creator>
    <dc:date>2011-06-07T15:15:48Z</dc:date>
    <item>
      <title>How to check current network load of the linux server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-check-current-network-load-of-the-linux-server/m-p/4795385#M44479</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;How to monitor and check the current network load of the linux server...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Is there any tools?</description>
      <pubDate>Fri, 03 Jun 2011 20:23:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-check-current-network-load-of-the-linux-server/m-p/4795385#M44479</guid>
      <dc:creator>senthil_kumar_1</dc:creator>
      <dc:date>2011-06-03T20:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to check current network load of the linux server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-check-current-network-load-of-the-linux-server/m-p/4795386#M44480</link>
      <description>netstat -s &lt;BR /&gt;&lt;BR /&gt;should give you a detailed networking statistics</description>
      <pubDate>Fri, 03 Jun 2011 20:54:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-check-current-network-load-of-the-linux-server/m-p/4795386#M44480</guid>
      <dc:creator>Wilfred Chau_1</dc:creator>
      <dc:date>2011-06-03T20:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to check current network load of the linux server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-check-current-network-load-of-the-linux-server/m-p/4795387#M44481</link>
      <description>I also found the Linux/GNU implementation of of sar quite useful to this end.&lt;BR /&gt;sar is, at least under RHEL, part of the sysstat RPM which usually doesn't get installed per default.&lt;BR /&gt;&lt;BR /&gt;$ rpm -q --qf "%{release}\n" redhat-release&lt;BR /&gt;5.6.0.3&lt;BR /&gt; &lt;BR /&gt;$ rpm -qf $(which sar)&lt;BR /&gt;sysstat-7.0.2-3.el5_5.1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;e.g. to get traffic stats per NIC every five secs&lt;BR /&gt;&lt;BR /&gt;$ sar -n DEV 5 0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;the same but for error stats&lt;BR /&gt;&lt;BR /&gt;$ sar -n EDEV 5 0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Jun 2011 06:13:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-check-current-network-load-of-the-linux-server/m-p/4795387#M44481</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2011-06-07T06:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to check current network load of the linux server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-check-current-network-load-of-the-linux-server/m-p/4795388#M44482</link>
      <description>I kinda like "ibmonitor" which is just a pearl script.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://ibmonitor.sourceforge.net/" target="_blank"&gt;http://ibmonitor.sourceforge.net/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Great if you wan't to have a look at current throughput and it will list for all your interfaces.&lt;BR /&gt;&lt;BR /&gt;If you leave it on it will give you avg until you close it.</description>
      <pubDate>Tue, 07 Jun 2011 11:12:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-check-current-network-load-of-the-linux-server/m-p/4795388#M44482</guid>
      <dc:creator>Alexander Ståhlberg</dc:creator>
      <dc:date>2011-06-07T11:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to check current network load of the linux server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-check-current-network-load-of-the-linux-server/m-p/4795389#M44483</link>
      <description>my Fave: &lt;BR /&gt;&lt;BR /&gt;HP GlancePlus if you can afford it.&lt;BR /&gt;&lt;BR /&gt;sar whould also do the trick&lt;BR /&gt;&lt;BR /&gt;as do netstat.&lt;BR /&gt;&lt;BR /&gt;As do literally dozens and dozens of tools around the 'Net.&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Jun 2011 15:15:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-check-current-network-load-of-the-linux-server/m-p/4795389#M44483</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2011-06-07T15:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to check current network load of the linux server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-check-current-network-load-of-the-linux-server/m-p/4795390#M44484</link>
      <description>I can also recommend you nmon and the nmon Analyser which will let create great reports&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.ibm.com/developerworks/wikis/display/WikiPtype/nmon" target="_blank"&gt;http://www.ibm.com/developerworks/wikis/display/WikiPtype/nmon&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://pkgs.repoforge.org/nmon/" target="_blank"&gt;http://pkgs.repoforge.org/nmon/&lt;/A&gt;</description>
      <pubDate>Thu, 09 Jun 2011 18:22:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-check-current-network-load-of-the-linux-server/m-p/4795390#M44484</guid>
      <dc:creator>KarloChacon</dc:creator>
      <dc:date>2011-06-09T18:22:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to check current network load of the linux server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-check-current-network-load-of-the-linux-server/m-p/4795391#M44485</link>
      <description>I like to use iptraf&lt;BR /&gt;&lt;BR /&gt;iptraf - Interactive Colorful IP LAN Monitor&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Jun 2011 07:50:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-check-current-network-load-of-the-linux-server/m-p/4795391#M44485</guid>
      <dc:creator>AntsInPants</dc:creator>
      <dc:date>2011-06-10T07:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to check current network load of the linux server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-check-current-network-load-of-the-linux-server/m-p/4795392#M44486</link>
      <description>The obvious&lt;BR /&gt;&lt;BR /&gt;uptime&lt;BR /&gt;&lt;BR /&gt;and&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;top</description>
      <pubDate>Fri, 17 Jun 2011 17:27:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-check-current-network-load-of-the-linux-server/m-p/4795392#M44486</guid>
      <dc:creator>Paul Sperry</dc:creator>
      <dc:date>2011-06-17T17:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to check current network load of the linux server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-check-current-network-load-of-the-linux-server/m-p/4808429#M44567</link>
      <description>&lt;P&gt;use the command "nload"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;nload - displays the current network usage&lt;/P&gt;&lt;P&gt;Synopsis&lt;/P&gt;&lt;P&gt;nload [-a period] [-i max_scaling] [-m] [-o max_scaling] [-t interval] [-u h|H|b|B|k|K|m|M|g|G] [-U h|H|b|B|k|K|m|M|g|G] [devices]&lt;/P&gt;&lt;P&gt;nload --help|-h&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jun 2011 10:56:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-check-current-network-load-of-the-linux-server/m-p/4808429#M44567</guid>
      <dc:creator>sahabdeen</dc:creator>
      <dc:date>2011-06-30T10:56:10Z</dc:date>
    </item>
  </channel>
</rss>

