Skip to content

Commit

Permalink
Update FAQ.md (#49)
Browse files Browse the repository at this point in the history
Co-authored-by: Azat Khuzhin <[email protected]>
  • Loading branch information
filimonov and azat authored Apr 4, 2024
1 parent 4694fc0 commit 41a8b40
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions Documentation/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,52 @@ highly not recommended), you can use `chdig --connection prod`.
[1]: https://github.com/ClickHouse/ClickHouse/pull/45715
[2]: https://github.com/ClickHouse/ClickHouse/pull/46480

### What are the shortcuts supported?

| Category | Shortcut | Description |
|-----------------|---------------|-----------------------------------------------|
| Global Shortcuts| **F1** | Show help |
| | **F2** | Views |
| | **F8** | Show actions |
| | **Ctrl+p** | Fuzzy actions |
| | **F** | CPU Server Flamegraph |
| | | CPU Server Flamegraph in speedscope |
| | **~** | chdig debug console |
| | **q** | Back/Quit |
| | **Q** | Quit forcefully |
| | **Backspace** | Back |
| | **p** | Toggle pause |
| | **r** | Refresh |
| | **T** | Seek 10 mins backward |
| | **t** | Seek 10 mins forward |
| | **Alt+t** | Set time interval |
| Actions | **<Space>** | Select |
| | **-** | Show all queries |
| | **+** | Show queries on shards |
| | **/** | Filter |
| | **D** | Query details |
| | **P** | Query processors |
| | **v** | Query views |
| | **C** | Show CPU flamegraph |
| | **R** | Show Real flamegraph |
| | **M** | Show memory flamegraph |
| | **L** | Show live flamegraph |
| | | Show CPU flamegraph in speedscope |
| | | Show Real flamegraph in speedscope |
| | | Show memory flamegraph in speedscope |
| | | Show live flamegraph in speedscope |
| | **Alt+E** | Edit query and execute |
| | **s** | EXPLAIN SYNTAX |
| | **e** | EXPLAIN PLAN |
| | **E** | EXPLAIN PIPELINE |
| | **G** | EXPLAIN PIPELINE graph=1 (open in browser) |
| | **I** | EXPLAIN INDEXES |
| | **K** | KILL query |
| | **l** | Show query Logs |
| | **(** | Increase number of queries to render to 20 |
| | **)** | Decrease number of queries to render to 20 |
| Extended Navigation | **Home** | reset selection/follow item in table |

### What is format of the URL accepted by `chdig`?

Example for secure connection with all default connection settings & user name
Expand Down

0 comments on commit 41a8b40

Please sign in to comment.