20 lines
302 B
Markdown
20 lines
302 B
Markdown
> 本文作者:丁辉
|
|
|
|
# 测试服务器性能
|
|
|
|
[Github](https://github.com/masonr/yet-another-bench-script)
|
|
|
|
1. 克隆代码
|
|
|
|
```bash
|
|
git clone https://github.com/masonr/yet-another-bench-script.git
|
|
```
|
|
|
|
2. 开始测试
|
|
|
|
```bash
|
|
cd yet-another-bench-script
|
|
bash yabs.sh
|
|
```
|
|
|
|
|