mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-12 06:55:40 +02:00

Co-authored-by: Wiktor Perskawiec <wiktor@perskawiec.cc> Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com> Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
20 lines
446 B
Markdown
20 lines
446 B
Markdown
# kdash
|
|
|
|
> A simple terminal dashboard for Kubernetes.
|
|
> Mode information: <https://github.com/kdash-rs/kdash/#usage>.
|
|
|
|
- Show dashboard:
|
|
|
|
`kdash`
|
|
|
|
- Show dashboard in debug mode and write logs to a file in the current directory:
|
|
|
|
`kdash {{[-d|--debug]}}`
|
|
|
|
- Set the tick rate:
|
|
|
|
`kdash {{[-t|--tick-rate]}} {{100}}`
|
|
|
|
- Set the polling rate (must be a multiple of the tick rate):
|
|
|
|
`kdash {{[-t|--tick-rate]}} {{200}} {{[-p|--poll-rate]}} {{400}}`
|