Skip to content

Linux 服务器性能测试

Published: at 09:50 AMSuggest Changes

Linux 服务器测试

秋水逸冰的一键脚本

wget -qO- bench.sh | bash
#或者
curl -Lso- bench.sh | bash
#或者
wget -qO- 86.re/bench.sh | bash
#或者
curl -so- 86.re/bench.sh | bash

直接使用 top 可以监听全部服务所占用情况,使用 top -p PID 可以查看指定的服务占用资源情况。

使用下面的命令可以查看指定服务的 PID

ps -aux | grep jenkins

ps -ef | grep jenkins

Previous Post
常用图标库:React Icons 和 Oh Vue Icons
Next Post
低代码前端后端方案调研