linux快速模拟cpu 100%方法 用原生 centos 自带工具,方法是通过压缩随机数据并将结果发送到 /dev/nullcat /dev/urandom | gzip -9 > /dev/nullCPU 使用率到达 99%。