<?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 statistic tool in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/network-statistic-tool/m-p/2530673#M594660</link>
    <description>Took some time to find it in my archive, but this is a very nice method to measure the performance of networks and I found it useful for the folks who like to stress their networks :) &lt;BR /&gt;&lt;BR /&gt;# mknod /dev/zero c 3 0x000003&lt;BR /&gt;# ftp remote&lt;BR /&gt;Connected to remote&lt;BR /&gt;220 remote FTP server (Version 1.7.212.1 Thu May  9 21:09:19 GMT 1996) ready.&lt;BR /&gt;Name (remote:root): root&lt;BR /&gt;331 Password required for root.&lt;BR /&gt;Password:&lt;BR /&gt;230 User root logged in.&lt;BR /&gt;Remote system type is UNIX.&lt;BR /&gt;Using binary mode to transfer files.&lt;BR /&gt;ftp&amp;gt; put "| dd if=/dev/zero bs=8192 count=1000" /dev/null&lt;BR /&gt;200 PORT command successful.&lt;BR /&gt;150 Opening BINARY mode data connection for /dev/null.&lt;BR /&gt;1000+0 records in&lt;BR /&gt;1000+0 records out&lt;BR /&gt;226 Transfer complete.&lt;BR /&gt;8192000 bytes sent in 9.54 seconds (838.36 Kbytes/s)&lt;BR /&gt;ftp&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;/dev/zero provides a stream of zeroes (call it the opposite of /dev/null). The advantage is that no disk I/O is involved and you do not have any overhead from reading data, which would introduce some uncertainties if any bottleneck might be introduced by I/O problems.  &lt;BR /&gt;&lt;BR /&gt;This should also work with spray(1m), but I never used this. &lt;BR /&gt;&lt;BR /&gt;Carsten</description>
    <pubDate>Mon, 21 May 2001 09:30:00 GMT</pubDate>
    <dc:creator>Carsten Krege</dc:creator>
    <dc:date>2001-05-21T09:30:00Z</dc:date>
    <item>
      <title>Network statistic tool</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-statistic-tool/m-p/2530670#M594657</link>
      <description>Guys,&lt;BR /&gt;&lt;BR /&gt;Is there any tool which gives network performance statistics in bytes. Most of the common tools gives the information in packets in and out. I need to find out the network bandwidth in my server..&lt;BR /&gt;&lt;BR /&gt;Any kind of info is appreciated...&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;&lt;BR /&gt;Paulson</description>
      <pubDate>Mon, 21 May 2001 08:38:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-statistic-tool/m-p/2530670#M594657</guid>
      <dc:creator>vtpaulson</dc:creator>
      <dc:date>2001-05-21T08:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: Network statistic tool</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-statistic-tool/m-p/2530671#M594658</link>
      <description>Try netperf on &lt;A href="http://www.netperf.org." target="_blank"&gt;http://www.netperf.org.&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;Carsten</description>
      <pubDate>Mon, 21 May 2001 08:44:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-statistic-tool/m-p/2530671#M594658</guid>
      <dc:creator>Carsten Krege</dc:creator>
      <dc:date>2001-05-21T08:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: Network statistic tool</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-statistic-tool/m-p/2530672#M594659</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;i will also use glance to view nfs stat and lan stat .&lt;BR /&gt;&lt;BR /&gt;also you can use the lanadmin to see error on the network . &lt;BR /&gt;</description>
      <pubDate>Mon, 21 May 2001 09:05:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-statistic-tool/m-p/2530672#M594659</guid>
      <dc:creator>eran maor</dc:creator>
      <dc:date>2001-05-21T09:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: Network statistic tool</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-statistic-tool/m-p/2530673#M594660</link>
      <description>Took some time to find it in my archive, but this is a very nice method to measure the performance of networks and I found it useful for the folks who like to stress their networks :) &lt;BR /&gt;&lt;BR /&gt;# mknod /dev/zero c 3 0x000003&lt;BR /&gt;# ftp remote&lt;BR /&gt;Connected to remote&lt;BR /&gt;220 remote FTP server (Version 1.7.212.1 Thu May  9 21:09:19 GMT 1996) ready.&lt;BR /&gt;Name (remote:root): root&lt;BR /&gt;331 Password required for root.&lt;BR /&gt;Password:&lt;BR /&gt;230 User root logged in.&lt;BR /&gt;Remote system type is UNIX.&lt;BR /&gt;Using binary mode to transfer files.&lt;BR /&gt;ftp&amp;gt; put "| dd if=/dev/zero bs=8192 count=1000" /dev/null&lt;BR /&gt;200 PORT command successful.&lt;BR /&gt;150 Opening BINARY mode data connection for /dev/null.&lt;BR /&gt;1000+0 records in&lt;BR /&gt;1000+0 records out&lt;BR /&gt;226 Transfer complete.&lt;BR /&gt;8192000 bytes sent in 9.54 seconds (838.36 Kbytes/s)&lt;BR /&gt;ftp&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;/dev/zero provides a stream of zeroes (call it the opposite of /dev/null). The advantage is that no disk I/O is involved and you do not have any overhead from reading data, which would introduce some uncertainties if any bottleneck might be introduced by I/O problems.  &lt;BR /&gt;&lt;BR /&gt;This should also work with spray(1m), but I never used this. &lt;BR /&gt;&lt;BR /&gt;Carsten</description>
      <pubDate>Mon, 21 May 2001 09:30:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-statistic-tool/m-p/2530673#M594660</guid>
      <dc:creator>Carsten Krege</dc:creator>
      <dc:date>2001-05-21T09:30:00Z</dc:date>
    </item>
  </channel>
</rss>

