Linux command
lazykiq 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Launch the Sidekiq monitor
lazykiq
Connect to a specific Redis URL
lazykiq --redis [redis://localhost:6379/0]
说明
lazykiq is a terminal UI for inspecting Sidekiq activity. It connects via Redis to display Sidekiq processes, running jobs, queue contents, job lists, and error backtraces. Features include vim-style navigation, paging and list filtering, quick view switching between dashboards, queues, and metrics. Job details show payload, timestamps, retry counts, and exception traces. You can view retried, busy, scheduled, and dead jobs. Supports Nerd Fonts for enhanced display.
参数
- --redis _URL_
- Redis connection URL (e.g., redis://localhost:6379/0).
FAQ
What is the lazykiq command used for?
lazykiq is a terminal UI for inspecting Sidekiq activity. It connects via Redis to display Sidekiq processes, running jobs, queue contents, job lists, and error backtraces. Features include vim-style navigation, paging and list filtering, quick view switching between dashboards, queues, and metrics. Job details show payload, timestamps, retry counts, and exception traces. You can view retried, busy, scheduled, and dead jobs. Supports Nerd Fonts for enhanced display.
How do I run a basic lazykiq example?
Run `lazykiq` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --redis _URL_ do in lazykiq?
Redis connection URL (e.g., redis://localhost:6379/0).