From 92d5e44cbf7bbfeadc3c930ed5c996fae70df6bc Mon Sep 17 00:00:00 2001 From: weihao Date: Tue, 10 Dec 2024 09:47:21 +0800 Subject: [PATCH] =?UTF-8?q?optimize=20=E7=94=A8=E6=88=B7=E6=8C=87=E5=8D=97?= =?UTF-8?q?.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...224\250\346\210\267\346\214\207\345\215\227.md" | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git "a/Documentation/UserGuide/A-Tune\347\224\250\346\210\267\346\214\207\345\215\227.md" "b/Documentation/UserGuide/A-Tune\347\224\250\346\210\267\346\214\207\345\215\227.md" index 3313ede..b416e2d 100644 --- "a/Documentation/UserGuide/A-Tune\347\224\250\346\210\267\346\214\207\345\215\227.md" +++ "b/Documentation/UserGuide/A-Tune\347\224\250\346\210\267\346\214\207\345\215\227.md" @@ -992,7 +992,7 @@ example.conf 可以参考如下方式书写(以下各优化项非必填,仅 **命令格式** -**atune-adm collection** * +**atune-adm collection** *\* **参数说明** @@ -1000,7 +1000,7 @@ example.conf 可以参考如下方式书写(以下各优化项非必填,仅 | 参数 | 描述 | | ----------------- | ---------------------------------------------------- | -| --filename, -f | 生成的用于训练的csv文件名:*名称**-**时间戳*.csv | +| --filename, -f | 生成的用于训练的csv文件名:*名称*-*时间戳*.csv | | --output_path, -o | 生成的csv文件的存放路径,需提供绝对路径 | | --disk, -b | 业务运行时实际使用的磁盘,如/dev/sda | | --network, -n | 业务运行时使用的网络接口,如eth0 | @@ -1022,7 +1022,7 @@ example.conf 可以参考如下方式书写(以下各优化项非必填,仅 **命令格式** -**atune-adm train** * +**atune-adm train** *\* **参数说明** @@ -1049,7 +1049,7 @@ example.conf 可以参考如下方式书写(以下各优化项非必填,仅 **命令格式** -**atune-adm undefine** * +**atune-adm undefine** *\* **使用示例** @@ -1071,7 +1071,7 @@ example.conf 可以参考如下方式书写(以下各优化项非必填,仅 **命令格式** -**atune-adm info** * +**atune-adm info** *\* **使用示例** @@ -1164,7 +1164,7 @@ disable the nginx log = application **命令格式** -**atune-adm update** * * +**atune-adm update** *\* *\* **使用示例** @@ -1184,7 +1184,7 @@ disable the nginx log = application **命令格式** -**atune-adm profile** *<*profile*>* +**atune-adm profile** *\* **参数说明** -- Gitee