我使用的是 Ubuntu,链接速度为 2Mbps。我想scp
将一个 14MB 的文件复制到 Ubuntu 云服务器.war
。以前只需 2 分钟即可将此.war
文件复制/tmp
到云服务器下。现在需要 15 分钟以上。
执行过程中scp
会停顿并重新启动。scp
进度如下:
app1.war 15% 2320KB 61.3KB/s - stalled -^
有什么建议吗?我被要求尽快修复此问题。
的输出tcpdump -n -n host my-dest-ip and port 22
是(我刚刚用 Ctrl+C 停止了它)
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on eth0, link-type EN10MB (Ethernet), capture size 96 bytes
^C
0 packets captured
0 packets received by filter
0 packets dropped by kernel
答案1
查明网络层面是否存在明显问题会很有用。两端都有 root 权限吗?您可以使用 tcpdump 来隔离 scp 数据流吗?