<?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 speed in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/network-speed/m-p/4260637#M332932</link>
    <description>I tried the same command and I do get the 3 lines "real/user/sys" in the log file. I don't know what is happening in your case. Consider using the "-q" option of scp so that it does not clear any output buffers.</description>
    <pubDate>Thu, 11 Sep 2008 11:23:25 GMT</pubDate>
    <dc:creator>TTr</dc:creator>
    <dc:date>2008-09-11T11:23:25Z</dc:date>
    <item>
      <title>network speed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-speed/m-p/4260626#M332921</link>
      <description>I would like to know the stability of network traffic , so I would like to test to transfer a large file regularly , and get the time that used to transfer the file , then I would know the stability when the different of time , please can advise the method or script can do the test ?</description>
      <pubDate>Sat, 30 Aug 2008 05:48:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-speed/m-p/4260626#M332921</guid>
      <dc:creator>haeman</dc:creator>
      <dc:date>2008-08-30T05:48:04Z</dc:date>
    </item>
    <item>
      <title>Re: network speed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-speed/m-p/4260627#M332922</link>
      <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;You can check using lanadmin command.Pls check the man pages for different switches&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Prashant</description>
      <pubDate>Sat, 30 Aug 2008 06:22:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-speed/m-p/4260627#M332922</guid>
      <dc:creator>Prashanth Waugh</dc:creator>
      <dc:date>2008-08-30T06:22:15Z</dc:date>
    </item>
    <item>
      <title>Re: network speed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-speed/m-p/4260628#M332923</link>
      <description>Hi ,&lt;BR /&gt; You can use the ntwork monitoring tool like&lt;BR /&gt;ndd,nettune,netmatrics&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Prashant&lt;BR /&gt;</description>
      <pubDate>Sat, 30 Aug 2008 06:35:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-speed/m-p/4260628#M332923</guid>
      <dc:creator>Prashanth Waugh</dc:creator>
      <dc:date>2008-08-30T06:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: network speed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-speed/m-p/4260629#M332924</link>
      <description>First, choose a tool that can transfer the file, using whatever file transfer protocol is applicable to the situation. (You did not tell us which protocols are available, so we cannot do this for you.)&lt;BR /&gt;&lt;BR /&gt;Any tool that encrypts the file during the transfer is sensitive to CPU workload in addition to network stability. In this situation, a simple transfer without encryption would be better. Without encryption the CPU workload of the transfer itself is very small.&lt;BR /&gt;&lt;BR /&gt;The speed of unencrypted file transfer is usually limited by several things:&lt;BR /&gt;- speed of disk storage at the sending end&lt;BR /&gt;- network speed&lt;BR /&gt;- speed of disk storage at the receiving end&lt;BR /&gt;- if either machine has a very heavy I/O workload, that may affect the results.&lt;BR /&gt;&lt;BR /&gt;Second, do whatever is needed to make that tool do the work without asking any user input.&lt;BR /&gt;- if you use rcp, set up the .rhosts file at the remote end&lt;BR /&gt;- if you use ftp, write the login/password info into the .netrc file at the local end and write a script that pipes the necessary GET/PUT commands to the ftp command.&lt;BR /&gt;&lt;BR /&gt;Third, run your command/script and examine the output. If the tool you've chosen outputs the transfer time, you'll only need to capture that output. If it doesn't output anything useful, run it using the "time" prefix command, i.e.&lt;BR /&gt;&lt;BR /&gt;time &lt;YOUR_FILE_TRANSFER_COMMAND&gt;&lt;BR /&gt;&lt;BR /&gt;MK&lt;/YOUR_FILE_TRANSFER_COMMAND&gt;</description>
      <pubDate>Sat, 30 Aug 2008 06:37:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-speed/m-p/4260629#M332924</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2008-08-30T06:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: network speed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-speed/m-p/4260630#M332925</link>
      <description>Hi haeman,&lt;BR /&gt;&lt;BR /&gt;There are data coolection performace tool from HP ie. Measureware,perfview.&lt;BR /&gt;can u check is there measureware on ur system. u can check it in&lt;BR /&gt;#cat /var/adm/sw/swinstall.log |grep "measureware"&lt;BR /&gt;OR&lt;BR /&gt;# swlist |grep "measureware"&lt;BR /&gt;&lt;BR /&gt;If its install on your system then i will explain how to draw the graphs from network matrics&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Prashant&lt;BR /&gt;</description>
      <pubDate>Sat, 30 Aug 2008 06:42:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-speed/m-p/4260630#M332925</guid>
      <dc:creator>Prashanth Waugh</dc:creator>
      <dc:date>2008-08-30T06:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: network speed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-speed/m-p/4260631#M332926</link>
      <description>As matti given a good details here. &lt;BR /&gt;&lt;BR /&gt;I would advice you to go through all details that can affect file transfer performance.&lt;BR /&gt;&lt;BR /&gt;e.g.&lt;BR /&gt;&lt;BR /&gt;Set your lan card to max possible (compatible with network)&lt;BR /&gt;example gigabit if using gigabit switches or routers or 100 mbs full duplex..&lt;BR /&gt;&lt;BR /&gt;check lan card speed&lt;BR /&gt;#lanadmin -s -x lan&lt;NUMBER&gt;&lt;BR /&gt;&lt;BR /&gt;Auto may work also.&lt;BR /&gt;&lt;BR /&gt;Utility you are going to use for file transfer&lt;BR /&gt;e.g.&lt;BR /&gt;&lt;BR /&gt;ftp, sftp or scp or rcp or some other commercial tool like NDM&lt;BR /&gt;&lt;BR /&gt;File size will also matter here like sometime file size differs in case.&lt;BR /&gt;&lt;BR /&gt;Time when system is highly utilized or least used by other network related apps and users.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/NUMBER&gt;</description>
      <pubDate>Sat, 30 Aug 2008 12:39:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-speed/m-p/4260631#M332926</guid>
      <dc:creator>Deepak Kr</dc:creator>
      <dc:date>2008-08-30T12:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: network speed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-speed/m-p/4260632#M332927</link>
      <description>If you really want to measure only network, you can't use directly ftp or scp or rcp on a file, because they are using also the filesystem.&lt;BR /&gt;&lt;BR /&gt;Then you have netperf&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Networking/Admin/netperf-1.7.1/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Networking/Admin/netperf-1.7.1/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 31 Aug 2008 05:38:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-speed/m-p/4260632#M332927</guid>
      <dc:creator>Laurent Menase</dc:creator>
      <dc:date>2008-08-31T05:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: network speed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-speed/m-p/4260633#M332928</link>
      <description>I tried to use scp , can advise how can I get the duration that used to transfer the file ?&lt;BR /&gt;&lt;BR /&gt;scp local_file remote_file</description>
      <pubDate>Wed, 10 Sep 2008 09:42:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-speed/m-p/4260633#M332928</guid>
      <dc:creator>haeman</dc:creator>
      <dc:date>2008-09-10T09:42:27Z</dc:date>
    </item>
    <item>
      <title>Re: network speed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-speed/m-p/4260634#M332929</link>
      <description>thx&lt;BR /&gt;&lt;BR /&gt;I mean if I use scp to copy file to remote server , I would like to know how long it take to transfer the file , like below , it use 1 minute and 12 second to transfer the file , can advise how can I get the time ?&lt;BR /&gt;&lt;BR /&gt;$scp local_file remote_file &lt;BR /&gt;testfile 100% 1380 17.3MB/s 01:12</description>
      <pubDate>Wed, 10 Sep 2008 11:23:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-speed/m-p/4260634#M332929</guid>
      <dc:creator>haeman</dc:creator>
      <dc:date>2008-09-10T11:23:47Z</dc:date>
    </item>
    <item>
      <title>Re: network speed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-speed/m-p/4260635#M332930</link>
      <description>Run the scp via the time command. As in &lt;BR /&gt;$time scp local_file remote_file &lt;BR /&gt;</description>
      <pubDate>Wed, 10 Sep 2008 11:43:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-speed/m-p/4260635#M332930</guid>
      <dc:creator>TTr</dc:creator>
      <dc:date>2008-09-10T11:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: network speed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-speed/m-p/4260636#M332931</link>
      <description>I tried add &amp;gt;test_speed 2&amp;gt;&amp;amp;1 to scp command  , but the file test_speed is empty , the file has been transferred , can advise what is wrong ? thx&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;$time scp local_file remote_file &amp;gt;test_speed 2&amp;gt;&amp;amp;1</description>
      <pubDate>Wed, 10 Sep 2008 12:50:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-speed/m-p/4260636#M332931</guid>
      <dc:creator>haeman</dc:creator>
      <dc:date>2008-09-10T12:50:15Z</dc:date>
    </item>
    <item>
      <title>Re: network speed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-speed/m-p/4260637#M332932</link>
      <description>I tried the same command and I do get the 3 lines "real/user/sys" in the log file. I don't know what is happening in your case. Consider using the "-q" option of scp so that it does not clear any output buffers.</description>
      <pubDate>Thu, 11 Sep 2008 11:23:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-speed/m-p/4260637#M332932</guid>
      <dc:creator>TTr</dc:creator>
      <dc:date>2008-09-11T11:23:25Z</dc:date>
    </item>
  </channel>
</rss>

