<?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: test Internet bandwidth speed in Communications and Wireless</title>
    <link>https://community.hpe.com/t5/communications-and-wireless/test-internet-bandwidth-speed/m-p/4748430#M8568</link>
    <description>I suppose you might try using the full path to the dd command, on the off chance that it isn't in $PATH for that context.</description>
    <pubDate>Tue, 15 Mar 2011 15:37:37 GMT</pubDate>
    <dc:creator>rick jones</dc:creator>
    <dc:date>2011-03-15T15:37:37Z</dc:date>
    <item>
      <title>test Internet bandwidth speed</title>
      <link>https://community.hpe.com/t5/communications-and-wireless/test-internet-bandwidth-speed/m-p/4748418#M8556</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;How is the best way to test Internet bandwidth speed?</description>
      <pubDate>Fri, 04 Feb 2011 03:44:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/communications-and-wireless/test-internet-bandwidth-speed/m-p/4748418#M8556</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2011-02-04T03:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: test Internet bandwidth speed</title>
      <link>https://community.hpe.com/t5/communications-and-wireless/test-internet-bandwidth-speed/m-p/4748419#M8557</link>
      <description>From One Linux node to another accross the internet or local internet?&lt;BR /&gt;&lt;BR /&gt;UNIX to UNIX (or Linux) I use:&lt;BR /&gt;&lt;BR /&gt;ftp&amp;gt; put "dd if=/dev/zero bs=1024k count =100" /dev/null&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;That is pure network testing that does not involve Disk I/O&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Feb 2011 15:22:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/communications-and-wireless/test-internet-bandwidth-speed/m-p/4748419#M8557</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2011-02-04T15:22:05Z</dc:date>
    </item>
    <item>
      <title>Re: test Internet bandwidth speed</title>
      <link>https://community.hpe.com/t5/communications-and-wireless/test-internet-bandwidth-speed/m-p/4748420#M8558</link>
      <description>Correction:&lt;BR /&gt;&lt;BR /&gt;ftp&amp;gt; put "|dd if=/dev/zero bs=1024k count =100" /dev/null</description>
      <pubDate>Fri, 04 Feb 2011 15:22:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/communications-and-wireless/test-internet-bandwidth-speed/m-p/4748420#M8558</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2011-02-04T15:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: test Internet bandwidth speed</title>
      <link>https://community.hpe.com/t5/communications-and-wireless/test-internet-bandwidth-speed/m-p/4748421#M8559</link>
      <description>Thx a lot, but can you pls give some more details what exactly does this command do?</description>
      <pubDate>Fri, 04 Feb 2011 16:03:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/communications-and-wireless/test-internet-bandwidth-speed/m-p/4748421#M8559</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2011-02-04T16:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: test Internet bandwidth speed</title>
      <link>https://community.hpe.com/t5/communications-and-wireless/test-internet-bandwidth-speed/m-p/4748422#M8560</link>
      <description>It reads from the zero device at a block size of 1MB up to 1000 times for a total of ~ 1GB (1024KB x 1000). Then the stream is written on the destination Linux or UNIX system to a NULL device -- so no DIsk I.O is involved.&lt;BR /&gt;&lt;BR /&gt;I've always used this trick to see if the bandwidth I should be seeing is available -- i.e. to find out if my GigE or 10GbE pipe is working according to spec.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Feb 2011 16:17:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/communications-and-wireless/test-internet-bandwidth-speed/m-p/4748422#M8560</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2011-02-04T16:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: test Internet bandwidth speed</title>
      <link>https://community.hpe.com/t5/communications-and-wireless/test-internet-bandwidth-speed/m-p/4748423#M8561</link>
      <description>It does leave one at the mercy of FTP's selection of socket buffer and thus TCP window size, which can be quite important for "Internet" bandwidth.</description>
      <pubDate>Fri, 04 Feb 2011 23:37:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/communications-and-wireless/test-internet-bandwidth-speed/m-p/4748423#M8561</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2011-02-04T23:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: test Internet bandwidth speed</title>
      <link>https://community.hpe.com/t5/communications-and-wireless/test-internet-bandwidth-speed/m-p/4748424#M8562</link>
      <description>dslreports.com</description>
      <pubDate>Mon, 07 Feb 2011 16:25:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/communications-and-wireless/test-internet-bandwidth-speed/m-p/4748424#M8562</guid>
      <dc:creator>Alan_152</dc:creator>
      <dc:date>2011-02-07T16:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: test Internet bandwidth speed</title>
      <link>https://community.hpe.com/t5/communications-and-wireless/test-internet-bandwidth-speed/m-p/4748425#M8563</link>
      <description>&amp;gt; Correction:&lt;BR /&gt;&lt;BR /&gt;ftp&amp;gt; put "|dd if=/dev/zero bs=1024k count =100" /dev/null&lt;BR /&gt;&lt;BR /&gt;I've tried on unix and linux and get this error:&lt;BR /&gt;&lt;BR /&gt;unix sco:&lt;BR /&gt;&lt;BR /&gt;ftp&amp;gt; put "|dd if=/dev/zero bs=1024k count =100" /dev/null&lt;BR /&gt;local: |dd if=/dev/zero bs=1024k count =100 remote: /dev/null&lt;BR /&gt;dd: bad arg: "count"&lt;BR /&gt;200 PORT command successful&lt;BR /&gt;550 /dev/null: No such file or directory&lt;BR /&gt;&lt;BR /&gt;linux debian:&lt;BR /&gt;&lt;BR /&gt;ftp&amp;gt; put "|dd if=/dev/zero bs=1024k count =100" /dev/null&lt;BR /&gt;local: |dd if=/dev/zero bs=1024k count =100 remote: /dev/null&lt;BR /&gt;dd: unrecognized operand `count'&lt;BR /&gt;Try `dd --help' for more information.&lt;BR /&gt;200 PORT command successful&lt;BR /&gt;550 /dev/null: No such file or directory&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Mar 2011 15:08:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/communications-and-wireless/test-internet-bandwidth-speed/m-p/4748425#M8563</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2011-03-08T15:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: test Internet bandwidth speed</title>
      <link>https://community.hpe.com/t5/communications-and-wireless/test-internet-bandwidth-speed/m-p/4748426#M8564</link>
      <description>&amp;gt;dd: bad arg: "count"&lt;BR /&gt;&lt;BR /&gt;Cutting from your command, Alzhy and you shouldn't have a space before the "=".&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Mar 2011 11:16:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/communications-and-wireless/test-internet-bandwidth-speed/m-p/4748426#M8564</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-03-10T11:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: test Internet bandwidth speed</title>
      <link>https://community.hpe.com/t5/communications-and-wireless/test-internet-bandwidth-speed/m-p/4748427#M8565</link>
      <description>This may also come handy:&lt;BR /&gt;&lt;A href="http://bwmon.sourceforge.net/" target="_blank"&gt;http://bwmon.sourceforge.net/&lt;/A&gt;</description>
      <pubDate>Fri, 11 Mar 2011 19:16:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/communications-and-wireless/test-internet-bandwidth-speed/m-p/4748427#M8565</guid>
      <dc:creator>Reiner  Rottmann</dc:creator>
      <dc:date>2011-03-11T19:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: test Internet bandwidth speed</title>
      <link>https://community.hpe.com/t5/communications-and-wireless/test-internet-bandwidth-speed/m-p/4748428#M8566</link>
      <description>still doesn't work:&lt;BR /&gt;&lt;BR /&gt;ftp&amp;gt; put "|dd if=/dev/zero bs=1024k count=100" /dev/null&lt;BR /&gt;?Invalid command&lt;BR /&gt;</description>
      <pubDate>Sat, 12 Mar 2011 10:58:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/communications-and-wireless/test-internet-bandwidth-speed/m-p/4748428#M8566</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2011-03-12T10:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: test Internet bandwidth speed</title>
      <link>https://community.hpe.com/t5/communications-and-wireless/test-internet-bandwidth-speed/m-p/4748429#M8567</link>
      <description>&amp;gt;still doesn't work: ?Invalid command&lt;BR /&gt;&lt;BR /&gt;I have no problems going from HP-UX to HP-UX, from Linux to Linux and from HP-UX to Linux.</description>
      <pubDate>Tue, 15 Mar 2011 05:55:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/communications-and-wireless/test-internet-bandwidth-speed/m-p/4748429#M8567</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-03-15T05:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: test Internet bandwidth speed</title>
      <link>https://community.hpe.com/t5/communications-and-wireless/test-internet-bandwidth-speed/m-p/4748430#M8568</link>
      <description>I suppose you might try using the full path to the dd command, on the off chance that it isn't in $PATH for that context.</description>
      <pubDate>Tue, 15 Mar 2011 15:37:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/communications-and-wireless/test-internet-bandwidth-speed/m-p/4748430#M8568</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2011-03-15T15:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: test Internet bandwidth speed</title>
      <link>https://community.hpe.com/t5/communications-and-wireless/test-internet-bandwidth-speed/m-p/4748431#M8569</link>
      <description>the best way to test your internet bandwidth is through this site. &lt;A href="http://www.scanmyspeed.com/" target="_blank"&gt;http://www.scanmyspeed.com/&lt;/A&gt;  try it.&lt;BR /&gt;&lt;BR /&gt;here is my result.&lt;BR /&gt;downloads : 1.8Mbps&lt;BR /&gt;uploads : 0.8Mbps&lt;BR /&gt;&lt;BR /&gt;i checked i through this site.</description>
      <pubDate>Tue, 03 May 2011 16:44:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/communications-and-wireless/test-internet-bandwidth-speed/m-p/4748431#M8569</guid>
      <dc:creator>sahaya</dc:creator>
      <dc:date>2011-05-03T16:44:08Z</dc:date>
    </item>
  </channel>
</rss>

