LinuxCommandLibrary

lazykiq

TUI for inspecting Sidekiq activity in the terminal

TLDR

Launch the Sidekiq monitor
$ lazykiq
copy
Connect to a specific Redis URL
$ lazykiq -r [redis://host:port]
copy

SYNOPSIS

lazykiq [options]

DESCRIPTION

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, and scheduled jobs.

CAVEATS

Requires access to the Redis instance used by Sidekiq. Read-only monitoring tool — does not modify Sidekiq state.

HISTORY

lazykiq was created by kpumuk and is written in Go.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard