<div dir="ltr">I have two identical Unix servers (Oracle T5-2, Solaris 11.2) and I want to do some testing of the network redundancy/failover I&#39;ve configured (which I hope I&#39;ve done right).<div><br></div><div>Each server has four network ports.</div><div><br></div><div>Two ports on server 1 and two ports on server 2 are connected to switch 1.</div><div>Two ports on server 1 and two ports on server 2 are connected to switch 2.</div><div><br></div><div>I want to do something like this:</div><div>root@srv1:~# pv &lt;/dev/zero | ssh root@srv2 &#39;cat &gt;/dev/null&#39;<br></div><div>and get a running throughput rate while I unplug and replug cables, BUT I&#39;d like to have four simultaneous streams and four running totals. I don&#39;t know how to do this. I&#39;d rather not have four separate sessions open to see this. I just want to have one session that looks like</div><div><br></div><div><div> 448MB 0:00:09 [ 112MB/s] [     &lt;=&gt;                                            ]</div></div><div><div> 448MB 0:00:09 [ 112MB/s] [     &lt;=&gt;                                            ]</div></div><div><div> 448MB 0:00:09 [ 112MB/s] [     &lt;=&gt;                                            ]</div></div><div><div> 448MB 0:00:09 [ 112MB/s] [     &lt;=&gt;                                            ]</div></div><div><br></div><div>Or similar. Any suggestions?</div></div>