cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1419
Views
0
Helpful
1
Replies

Cisco 3850 GuestShell trying to run IPerf3

vsiaap
Level 1
Level 1
Spent a while trying to get iperf to work on the guest shell.
get through the "pip install iperf3" fine.
try to use python to call iperf3 in python, fails. libiperf.so.0 is no where to be found, you sure you installed iperf3?
So I spend some time trying to figure out what to do, lost interest because I dont want to crosscompile to MIPS.
Anyone have better luck?
1 Reply 1

Simon Ko
Level 1
Level 1

If pip did install iperf3, it should be in /usr/lib/ directory.

Maybe you just need to create a symlink to libiperf.so.0.

 

Maybe it was supposed to be iperf, not iperf3.

MIPS has a lite version of guestshell.

 

you can try 'pip install --upgrade iperf3' to see if it will update.

Let us know what you found.