← 返回命令列表

Linux command

tuistash 命令

文本

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

常用示例

Connect to local Logstash instance

tuistash

Connect to a specific Logstash API

tuistash --api [http://localhost:9600]

Set custom refresh interval

tuistash --refresh-interval [5]

Connect with API authentication

tuistash --api [http://localhost:9600] --username [admin] --password [secret]

说明

tuistash provides a TUI for monitoring Logstash nodes, pipelines, threads, flows, and more. It connects to the Logstash monitoring API and displays real-time statistics including CPU usage, JVM heap, throughput, and queue data as graphs. The interface supports keyboard navigation with Tab to switch between panels and q to quit.

参数

--api _URL_
Logstash monitoring API URL (default: http://localhost:9600).
--refresh-interval _SECONDS_
Data refresh interval in seconds (default: 5).
--username _USER_
Username for API authentication.
--password _PASS_
Password for API authentication.

FAQ

What is the tuistash command used for?

tuistash provides a TUI for monitoring Logstash nodes, pipelines, threads, flows, and more. It connects to the Logstash monitoring API and displays real-time statistics including CPU usage, JVM heap, throughput, and queue data as graphs. The interface supports keyboard navigation with Tab to switch between panels and q to quit.

How do I run a basic tuistash example?

Run `tuistash` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does --api _URL_ do in tuistash?

Logstash monitoring API URL (default: http://localhost:9600).