代码拉取完成,页面将自动刷新
同步操作将从 anolis/keentuned 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
[keentuned]
#* Basic configuration of KeenTune-Daemon(KeenTuned) *#
# Record the version number of keentune
VERSION_NUM = 2.0.1
# KeenTuned access port
PORT = 9871
# Heartbeat detection interval(unit: seconds), recommended value 30
HEARTBEAT_TIME = 30
# KeenTuned default configuration root location
KEENTUNED_HOME = /etc/keentune
# Dump home is the working directory for KeenTune job execution result
DUMP_HOME = /var/keentune
#* Configuration about configuration dumping *#
# If dump the baseline configuration.
DUMP_BASELINE_CONFIGURATION = false
# If dump the intermediate configuration.
DUMP_TUNING_CONFIGURATION = false
# If dump the best configuration.
DUMP_BEST_CONFIGURATION = true
#* Benchmark replay duplicately round *#
# Benchmark execution rounds of baseline
BASELINE_BENCH_ROUND = 1
# Benchmark execution rounds during tuning execution
TUNING_BENCH_ROUND = 1
# Benchmark execution rounds after tuning for recheck
RECHECK_BENCH_ROUND = 1
#* Configuration about log *#
# logfile log level, i.e. INFO, DEBUG, WARN, FATAL
LOGFILE_LEVEL = INFO
# logfile name.
LOGFILE_NAME = keentuned.log
# logfile interval
LOGFILE_INTERVAL = 2
# logfile backup count
LOGFILE_BACKUP_COUNT = 14
[brain]
#* Topology of brain and basic configuration about brain. *#
# The machine ip address to depoly keentune-brain.
BRAIN_IP = localhost
# The service port of keentune-brain
BRAIN_PORT = 9872
# Brain optimization algorithm. i.e. tpe, hord, random
AUTO_TUNING_ALGORITHM = tpe
# Explainer of sensitive parameter training. i.e. shap, lasso, univariate
SENSITIZE_ALGORITHM = shap
[target-group-1]
#* Topology of target group and knobs to be tuned in target. *#
# The machine ip address to depoly keentune-target.
TARGET_IP = localhost
# The service port of keentune-target.
TARGET_PORT = 9873
# Knobs to be tuned in this target
PARAMETER = sysctl.json
[bench-group-1]
#* Topology of bench group and benchmark script to be performed in bench. *#
# The machine ip address to depoly keentune-bench.
BENCH_SRC_IP = localhost
# The service port of keentune-bench.
BENCH_SRC_PORT = 9874
# The destination ip address in benchmark workload.
BENCH_DEST_IP = localhost
# The configuration file of benchmark to be performed
BENCH_CONFIG = wrk_http_long.json
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。