-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ability to start from different views via subcommands
The following views are supported: - queries Show now running queries (from system.processes) - last-queries Show last running queries (from system.query_log) - slow-queries Show slow (slower then 1 second, ordered by duration) queries (from system.query_log) - merges Show merges for MergeTree engine (system.merges) - mutations Show mutations for MergeTree engine (system.mutations) - replication-queue Show replication queue for ReplicatedMergeTree engine (system.replication_queue) - replicated-fetches Show fetches for ReplicatedMergeTree engine (system.replicated_fetches) - replicas Show information about replicas (system.replicas) - errors Show all errors that happend in a server since start (system.errors) - backups Show information about backups (system.backups)
- Loading branch information
Showing
2 changed files
with
49 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters