mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
6 lines
162 B
Bash
Executable File
6 lines
162 B
Bash
Executable File
#!/bin/bash
|
|
|
|
clickhouse-client -q "SHOW PROCESSLIST" &>/dev/null
|
|
clickhouse-client -q "SHOW DATABASES" &>/dev/null
|
|
clickhouse-client -q "SHOW TABLES" &>/dev/null
|