<div dir="ltr">1. Check<div>2. Check</div><div>3. No reset command, apparently, on Solaris 11.2</div><div>4. -b is block size. The default is 1024 bytes. Throughput is ~79 MB/s as compared with the ssh method I started with, which gave 112 MB/s. A larger blocksize makes a big difference.</div><div>5. vi works great!</div><div><br></div><div>I left off the -c and -N options, and the mildly mangled output seemed roughly as expected. I&#39;ll fiddle some more tomorrow.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Dec 15, 2014 at 1:58 PM, Adam Thompson <span dir="ltr">&lt;<a href="mailto:athompso@athompso.net" target="_blank">athompso@athompso.net</a>&gt;</span> wrote:<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 14-12-15 01:52 PM, Kevin McGregor wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
As a test I did this:<br>
pv -c -N One &lt;/dev/zero | nc -b 65536 host1 10001<br>
but all I get is<br>
^[[45;1R<br>
on the sending end and<br>
^[[63;1R<br>
on the listening end. And there it hangs. Both ends. This is after I set up the terminal-type in Solaris. Cursor positioning? Why wouldn&#39;t it be interpreted properly?<br>
</blockquote>
<br></span>
At the very least, you should be seeing a bunch of garbage.<br>
1) confirm that you aren&#39;t running the exact same command on both ends; they need to be reciprocals of each other.  On one host you&#39;d run the command as you show above, on the other host, you&#39;d run &quot;nc -l 10001 | pv -c -N One &gt;/dev/null&quot;.<br>
2) confirm that you&#39;ve exported TERM correctly to the environment.<br>
3) confirm that, say, reset(1) works as expected.  (If it produces garbage, you still have a terminal emulation problem.)<br>
4) I assume the &quot;-b&quot; argument to nc(1) is block size?  None of my implementations have that flag, so try different sizes and/or the default.  With TCP Window Scaling, the default should be fairly good anyway.<br>
5) confirm that terminal emulation works at all; maybe try vi(1) or something like that?  (Remember ESC : q! always quits even if the terminal is screwed up.)<br>
<br>
Otherwise... dunno?<span class="HOEnZb"><font color="#888888"><br>
-Adam</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
______________________________<u></u>_________________<br>
Roundtable mailing list<br>
<a href="mailto:Roundtable@muug.mb.ca" target="_blank">Roundtable@muug.mb.ca</a><br>
<a href="http://www.muug.mb.ca/mailman/listinfo/roundtable" target="_blank">http://www.muug.mb.ca/mailman/<u></u>listinfo/roundtable</a><br>
</div></div></blockquote></div></div>