Ubuntu 下压测

安装iperf命令

sudo apt-get install iperf

tcp 测试

服务器

iperf -s -w 1M -p 5060 &

客户端

iperf -c 服务器ip -w 1M -i 3 -p 5060 -t 180000 &

结果

服务器

客户端

udp测试

服务器

iperf -s -u &

客户端

iperf -c 10.0.129.150 -u -b 1000m -i 3 -t 3000 &

CPU打分工具

github (https://github.com/eembc/coremark.git)上下载coremark-1.01 ,放到linux 机器上

使用 命令make 编译后,运行./coremark.exe  即可

 

Logo

更多推荐