← 返回命令列表

Linux command

nerdlog 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

View logs from a remote host

nerdlog [user]@[host]

View logs from multiple hosts

nerdlog [user]@[host1] [user]@[host2]

说明

nerdlog is a fast, remote-first, multi-host TUI log viewer with an interactive timeline histogram, inspired by Graylog and Kibana but without the bloat. It queries logs from multiple remote machines simultaneously over SSH, filters them by time range and patterns, and draws a visual timeline. The tool reads system logs from /var/log/messages, /var/log/syslog, or journalctl, and uses standard GNU tools (bash, awk) on the remote side for filtering and histogram generation. No central server or agent installation is needed.

FAQ

What is the nerdlog command used for?

nerdlog is a fast, remote-first, multi-host TUI log viewer with an interactive timeline histogram, inspired by Graylog and Kibana but without the bloat. It queries logs from multiple remote machines simultaneously over SSH, filters them by time range and patterns, and draws a visual timeline. The tool reads system logs from /var/log/messages, /var/log/syslog, or journalctl, and uses standard GNU tools (bash, awk) on the remote side for filtering and histogram generation. No central server or agent installation is needed.

How do I run a basic nerdlog example?

Run `nerdlog [user]@[host]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

Where can I find more nerdlog examples?

This page includes 2 examples for nerdlog, plus related commands for nearby Linux tasks.