Skip to content

Commit

Permalink
Update command line flags for tikv configruation (pingcap#3155) (ping…
Browse files Browse the repository at this point in the history
…cap#3715)

Signed-off-by: ti-srebot <ti-srebot@pingcap.com>

Co-authored-by: ShuNing <nolouch@gmail.com>
  • Loading branch information
ti-srebot and nolouch authored Jun 19, 2020
1 parent 045113c commit 7cd4ffb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions command-line-flags-for-tikv-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ TiKV 的命令行参数支持一些可读性好的单位转换。
+ 在某些情况下,譬如 docker,或者 NAT 网络环境,客户端并不能通过 TiKV 自己监听的地址来访问到 TiKV,这时候,你就可以设置 advertise addr 来让 客户端访问
+ 例如,docker 内部 IP 地址为 172.17.0.1,而宿主机的 IP 地址为 192.168.100.113 并且设置了端口映射 -p 20160:20160,那么可以设置为 \-\-advertise-addr="192.168.100.113:20160",客户端可以通过 192.168.100.113:20160 来找到这个服务

## `--status-addr`

+ TiKV 服务状态监听端口
+ 默认:"20180"
+ Prometheus 统计可以通过 `http://host:status_port/metrics` 访问
+ Profile 数据可以通过 `http://host:status_port/debug/pprof/profile` 访问

## `-C, --config`

+ 配置文件
Expand Down

0 comments on commit 7cd4ffb

Please sign in to comment.