我们可以以连续模式从 iperf 生成器发送数据包吗?目前,我正在使用命令以突发模式发送数据包
iperf -c 10.0.0.2 -u -b 1m -t 1
Run Code Online (Sandbox Code Playgroud)
其中 u 是 UDP 数据包,1m 是带宽 (1 Mbps),t 是 1 秒的时间。
但我想以连续模式发送。
输入命令后
ssh -p 8101 karaf@docker-ip onos1
Run Code Online (Sandbox Code Playgroud)
我收到错误
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
Someone could be eavesdropping on you right now (man-in-the-middle attack)!
It is also possible that a host key has just been changed.
The fingerprint for the RSA key sent by the remote host is
SHA256:rV+69MOdHKanIvP41a9Xspug6am7/BV7CHVjhxxxxx.
Please contact your system administrator.
Add correct host key in `/home/pranav/.ssh/known_hosts` to get rid of this message.
Offending RSA …Run Code Online (Sandbox Code Playgroud)