Rename OBD to Health (#10842)
Also, Remove thread stats and openfds from the health report as we already have process stats and numfds
This commit is contained in:
@@ -24,8 +24,8 @@ mc admin trace --all --verbose myminio
|
||||
```
|
||||
|
||||
|
||||
### On-board Diagnostics
|
||||
On-board diagnostics help ensure that the underlying infrastructure that runs MinIO is configured correctly, and is functioning properly. This test is one-shot long running one, that is recommended to be run as soon as the cluster is first provisioned, and each time a failure scenrio is encountered. Note that the test incurs majority of the available resources on the system. Care must be taken when using this to debug failure scenario, so as to prevent larger outages. OBD tests can be triggered using [`mc admin obd`](https://github.com/minio/mc/blob/master/docs/minio-admin-complete-guide.md#command-obd---display-minio-server-obd) command.
|
||||
### Subnet Health
|
||||
Subnet Health diagnostics help ensure that the underlying infrastructure that runs MinIO is configured correctly, and is functioning properly. This test is one-shot long running one, that is recommended to be run as soon as the cluster is first provisioned, and each time a failure scenario is encountered. Note that the test incurs majority of the available resources on the system. Care must be taken when using this to debug failure scenario, so as to prevent larger outages. Health tests can be triggered using `mc admin subnet health` command.
|
||||
|
||||
Example:
|
||||
```sh
|
||||
@@ -34,7 +34,7 @@ minio server /data
|
||||
|
||||
The command takes no flags
|
||||
```sh
|
||||
mc admin obd myminio
|
||||
mc admin subnet health myminio
|
||||
```
|
||||
|
||||
The output printed will be of the form
|
||||
@@ -53,7 +53,7 @@ The output printed will be of the form
|
||||
** THIS FILE MAY CONTAIN SENSITIVE INFORMATION ABOUT YOUR ENVIRONMENT **
|
||||
** PLEASE INSPECT CONTENTS BEFORE SHARING IT ON ANY PUBLIC FORUM **
|
||||
*********************************************************************************
|
||||
OBD data saved to dc-11-obd_20200321053323.json.gz
|
||||
mc: Health data saved to dc-11-health_20200321053323.json.gz
|
||||
```
|
||||
|
||||
The gzipped output contains debugging information for your system
|
||||
|
||||
@@ -25,7 +25,7 @@ mc admin trace --all --verbose myminio
|
||||
|
||||
|
||||
### 诊断工具
|
||||
诊断工具有助于确保运行MinIO的底层基础设施配置正确,并且运行正常。 此测试是一次长时间运行的测试,建议在首次配置集群时立即运行,并且每次遇到故障时都要运行该测试。 请注意,测试会占用系统上的大部分可用资源. 在使用这个来调试故障场景时必须小心,以防止更大的中断。 可以使用[`mc admin obd`](https://github.com/minio/mc/blob/master/docs/minio-admin-complete-guide.md#command-obd---display-minio-server-obd) 命令触发OBD测试.
|
||||
诊断工具有助于确保运行MinIO的底层基础设施配置正确,并且运行正常。 此测试是一次长时间运行的测试,建议在首次配置集群时立即运行,并且每次遇到故障时都要运行该测试。 请注意,测试会占用系统上的大部分可用资源. 在使用这个来调试故障场景时必须小心,以防止更大的中断。 可以使用`mc admin subnet health` 命令触发Health测试.
|
||||
|
||||
示例:
|
||||
```sh
|
||||
@@ -34,7 +34,7 @@ minio server /data
|
||||
|
||||
该命令不带标志
|
||||
```sh
|
||||
mc admin obd myminio
|
||||
mc admin subnet health myminio
|
||||
```
|
||||
|
||||
使用如下格式打印结果输出
|
||||
@@ -53,7 +53,7 @@ mc admin obd myminio
|
||||
** THIS FILE MAY CONTAIN SENSITIVE INFORMATION ABOUT YOUR ENVIRONMENT **
|
||||
** PLEASE INSPECT CONTENTS BEFORE SHARING IT ON ANY PUBLIC FORUM **
|
||||
*********************************************************************************
|
||||
OBD data saved to dc-11-obd_20200321053323.json.gz
|
||||
mc: Health data saved to dc-11-health_20200321053323.json.gz
|
||||
```
|
||||
|
||||
gzip输出包含系统的调试信息
|
||||
|
||||
Reference in New Issue
Block a user