← 返回命令列表

Linux command

flamelens 命令

文本

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

常用示例

View

flamelens [folded-stacks.txt]

Pipe

[profiler] | flamelens

Search

flamelens [file] -s [pattern]

说明

flamelens is an interactive flamegraph viewer that runs in the terminal. It allows users to explore profiling data in a visual, navigable format without requiring a web browser or GUI. The tool supports folded stack format (generated by tools like perf, dtrace, or brendan gregg's stack collapse scripts) and provides vim-style navigation, search, and zoom capabilities.

参数

-s, --search _PATTERN_
Search for pattern in stacks
--no-unicode
Use ASCII instead of Unicode characters
--no-color
Disable colored output
-h, --help
Display help and exit
-V, --version
Display version and exit

FAQ

What is the flamelens command used for?

flamelens is an interactive flamegraph viewer that runs in the terminal. It allows users to explore profiling data in a visual, navigable format without requiring a web browser or GUI. The tool supports folded stack format (generated by tools like perf, dtrace, or brendan gregg's stack collapse scripts) and provides vim-style navigation, search, and zoom capabilities.

How do I run a basic flamelens example?

Run `flamelens [folded-stacks.txt]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -s, --search _PATTERN_ do in flamelens?

Search for pattern in stacks