Skip to content

O2eg/ch_diag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ch_diag

ClickHouse 20.3+ diagnostic tool

pip install clickhouse-driver

# Connect using root CA certificate
python3 ch_diag.py \
	--user=some_user \
	--database=default \
	--host=clickhouse-host.net \
	--password=12345 \
	--ca-certs=SomeRootCA.crt \
	--port=9440

# Connect using keyfile and certfile
python3 ch_diag.py \
	--user=default \
	--password=12345 \
	--port=9410 \
	--host=127.0.0.1 \
	--keyfile=node_01.key \
	--certfile=node_01.crt

# Connect using user and password
python3 ch_diag.py \
	--user=default \
	--password=12345 \
	--port=9010 \
	--host=127.0.0.1

About

ClickHouse diagnostic tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published