本文及资源最后更新时间 2020-04-25 by sky995
复制粘贴回车执行即可
代码:
- wget -O oss.sh git.io/jhoss
- bash oss.sh &
可指定url和线程数,下次还能用。示例
代码:
- wget -O oss.sh git.io/jhoss
- bash oss.sh “https://www.baidu.com” & #指定url
- bash oss.sh “https://www.baidu.com” 8 & #指定url和8线程
- #bash oss.sh 8 & #这样是不行的
查看使用流量(执行此命令起)
代码:
- apt install -y iftop && iftop -i eth0
代码:
- yum install -y iftop && iftop -i eth0
如果网卡不是eth0可以改一下,看网卡名可以用这条命令
代码:
- apt insatll -y net-tools && ifconfig
代码:
- yum insatll -y net-tools && ifconfig
要停止的话
代码:
- pkill bash && pkill wget
上个附件
复制这段内容后打开百度网盘手机App,操作更方便哦 链接:https://pan.baidu.com/s/1bjnWQTSoNxpal5wLXF57Vg 提取码:zjm8