1. 服务器上装包:
- stress-ng:apk add --update --no-cache make wget gcc musl-dev linux-headers ca-certificates && wget https://launchpad.net/ubuntu/+archive/primary/+files/stress-ng_0.03.12.orig.tar.gz && tar -xzf stress-ng_0.03.12.orig.tar.gz &&cd stress*/ &&make install
2. 用压测程序加压: 950个cpu
stress-ng -c 950 --cpu-method all
也可以使用stress-ng -help 查看具体的命令