摘要: 1、cpu打满: 这个脚本是什么意思呢?这里简单讲解一下。首先是先建一个/tmp/infiniteburn.sh脚本,这个脚本中的内容即为: #!/bin/bash while true; do openssl speed; done 这个脚本就是用来打满CPU的。这里的openssl speed是 阅读全文
posted @ 2020-08-26 09:14 guoyu1 阅读(3056) 评论(0) 推荐(0)