Linux command
flameshow 命令
文件
复制后可按需替换文件名、目录或参数。
常用示例
View
flameshow [profile.json]
View
flameshow [stacks.folded]
View
cat [profile] | flameshow
说明
flameshow is a Python-based terminal flamegraph viewer. It allows users to visualize profiling data directly in the terminal, making it easy to analyze performance data without leaving the command line. The tool supports various profile formats and provides an interactive TUI for exploring flamegraphs, identifying hotspots, and understanding application performance.
参数
- -h, --help
- Display help and exit
- --version
- Display version and exit
- --theme _THEME_
- Color theme: dark, light
FAQ
What is the flameshow command used for?
flameshow is a Python-based terminal flamegraph viewer. It allows users to visualize profiling data directly in the terminal, making it easy to analyze performance data without leaving the command line. The tool supports various profile formats and provides an interactive TUI for exploring flamegraphs, identifying hotspots, and understanding application performance.
How do I run a basic flameshow example?
Run `flameshow [profile.json]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -h, --help do in flameshow?
Display help and exit