You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+66-5Lines changed: 66 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,11 +84,20 @@ Activity:
84
84
- Queries that is being processed. Ordered by memory usage.
85
85
86
86
87
+
#### [scripts/clickhouse_information_metrics.sh](#clickhouse_information_metrics). Information script ClickHouse about metrics and events.
88
+
89
+
Additional information about metrics and events:
90
+
- System metrics;
91
+
- Asynchronous metrics;
92
+
- System events.
93
+
94
+
87
95
#### Small scripts to manage ClickHouse and Apache ZooKeeper:
88
96
-[scripts/clickhouse_start.sh](#clickhouse_start). Start ClickHouse systemctl service, confirmation is required.
89
97
-[scripts/clickhouse_stop.sh](#clickhouse_stop). Stop ClickHouse systemctl service, confirmation is required.
90
98
-[scripts/clickhouse_status.sh](#clickhouse_status). ClickHouse status. Additionally, ClickHouse processes and network connection are displayed.
91
99
-[scripts/clickhouse_logs.sh](#clickhouse_logs). Shows the ClickHouse log file with auto-update.
100
+
-[scripts/clickhouse_client.sh](#clickhouse_client). Launching clickhouse-client with current settings from **settings.txt** file.
92
101
93
102
-[scripts/zookeeper_start.sh](#zookeeper_start). Start Apache ZooKeeper systemctl service, confirmation is required.
94
103
-[scripts/zookeeper_stop.sh](#zookeeper_stop). Stop Apache ZooKeeper systemctl service, confirmation is required.
@@ -100,19 +109,29 @@ Activity:
100
109
101
110
As user **root**, download the latest version of the scripts collection (see [Releases](https://github.com/Azmodey/ch_dba_scripts/releases) page):
0 commit comments