Linux command
logria 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Open the setup screen
logria
Stream logs from a command
logria -e "[tail -f /var/log/syslog]"
Stream logs from a command
logria -e "[command]" -t
Print current configuration paths
logria -p
说明
logria is a CLI tool for real-time log aggregation that allows you to filter, parse, and aggregate live data streams from shell commands. It supports regex filtering, user-defined parsing rules with aggregation methods, and session saving. You can watch live logs from multiple processes and filter them for specific events, replace regex or filter patterns without killing the process or losing the stream history, and parse logs using custom rules.
参数
- -e, --exec _COMMAND_
- Execute a command and stream its output.
- -t, --no-history-tape
- Disable command history disk cache.
- -m, --mindless
- Disable variable polling rate based on incoming message rate.
- -d, --docs
- Print documentation.
- -p, --paths
- Print current configuration paths.
- -h, --help
- Print help information.
- -V, --version
- Print version information.
FAQ
What is the logria command used for?
logria is a CLI tool for real-time log aggregation that allows you to filter, parse, and aggregate live data streams from shell commands. It supports regex filtering, user-defined parsing rules with aggregation methods, and session saving. You can watch live logs from multiple processes and filter them for specific events, replace regex or filter patterns without killing the process or losing the stream history, and parse logs using custom rules.
How do I run a basic logria example?
Run `logria` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -e, --exec _COMMAND_ do in logria?
Execute a command and stream its output.