chtop icon indicating copy to clipboard operation
chtop copied to clipboard

💻 ClickHouse Top

Results 2 chtop issues
Sort by recently updated
recently updated
newest added

`./chtop-linux-amd64 --queries-url localhost:8123` ``` cat .chtop.yaml theme: graph: color: red height: 10 precision: 1 clickhousequeries: queries: - name: Number of Running Queries sql: "select count(*) from system.processes" - name: Number...