clickhouse-client --query="show databases" | grep qoestor
Все данные будут удалены!
clickhouse-client --query="drop database qoestor"
fastor-db-scheme
fastor-restart
fastor-stop
fastor-db-restart
fastor-db-stop
Если требуется перезапуск ресиверов по отдельности, это можно сделать через перезапуск сервисов, например так
systemctl restart qoestor_fullflow_0.service systemctl restart qoestor_clickstream_0.service
service qoestor_fullflow_0 stop service qoestor_clickstream_0 stop service qoestor_fullflow_0 start service qoestor_clickstream_0 start
systemctl stop qoestor_fullflow_0.service systemctl stop qoestor_clickstream_0.service
service qoestor_clickstream_0 stop service qoestor_fullflow_0 stop
ps aux | grep clickhouse
ps aux | grep ipfix
netstat -nlpa | grep 1500 netstat -nlpa | grep 1501
clickhouse-client --query="select count(), min(flow_start_time), max(flow_start_time) from qoestor.fullflow"
clickhouse-client --query="select count(), min(time), max(time) from qoestor.clickstream"