未验证 提交 5cb2ded6 编写于 作者: C Changjian Gao 提交者: GitHub

Update doc: add "Operations Profiling" link to fault_diagnosis_and_analysis.md (#363)

上级 87bb4841
......@@ -150,7 +150,7 @@ Besides the things covered by pjdfstest, JuiceFS provides:
### Basic benchmark
JuiceFS provides a subcommand to run a few basic benchmarks to understand how it works in your enviroment:
JuiceFS provides a subcommand to run a few basic benchmarks to understand how it works in your environment:
```bash
$ ./juicefs bench /jfs
......
......@@ -193,7 +193,7 @@ $ cat /jfs/.accesslog
2021.01.15 08:26:11.003616 [uid:0,gid:0,pid:4403] write (17666,390,951582): OK <0.000006>
```
每一行的最后一个数字是该操作所消耗的时间,单位是秒。你可以直接利用它来分析各种性能问题,或者尝试`./juicefs profile /jfs`命令实时监控统计信息。欲进一步了解此子命令请运行`./juicefs profile -h`或参阅[这里](docs/en/operations_profiling.md)
每一行的最后一个数字是该操作所消耗的时间,单位是秒。你可以直接利用它来分析各种性能问题,或者尝试 `./juicefs profile /jfs` 命令实时监控统计信息。欲进一步了解此子命令请运行 `./juicefs profile -h` 或参阅[这里](docs/en/operations_profiling.md)
## 支持的对象存储
......
......@@ -35,4 +35,4 @@ $ cat /jfs/.accesslog
2021.01.15 08:26:11.003616 [uid:0,gid:0,pid:4403] write (17666,390,951582): OK <0.000006>
```
The last number on each line is the time (in seconds) current operation takes. You can use this to know information of every operation, or try `juicefs profile /jfs` to monitor aggregated statistics.
The last number on each line is the time (in seconds) current operation takes. You can use this to know information of every operation, or try `juicefs profile /jfs` to monitor aggregated statistics. Please run `./juicefs profile -h` or refer to [here](operations_profiling.md) to learn more about this subcommand.
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册