Linux command
qmassa 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Launch the GPU monitor TUI
qmassa
Save stats to a JSON file
qmassa --json [output.json]
Replay data from a JSON file
qmassa --replay [stats.json]
Plot SVG charts from a JSON file
qmassa --plot [stats.json]
说明
qmassa is a terminal-based tool for displaying GPU usage statistics on Linux. It shows device information and DRM client processes using the GPU. It supports recording stats to JSON, replaying recorded data, and generating SVG charts for visualization.
参数
- --json _FILE_
- Save GPU stats to a JSON file.
- --replay _FILE_
- Replay previously recorded stats in the TUI.
- --plot _FILE_
- Generate SVG charts from recorded JSON data.
FAQ
What is the qmassa command used for?
qmassa is a terminal-based tool for displaying GPU usage statistics on Linux. It shows device information and DRM client processes using the GPU. It supports recording stats to JSON, replaying recorded data, and generating SVG charts for visualization.
How do I run a basic qmassa example?
Run `qmassa` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --json _FILE_ do in qmassa?
Save GPU stats to a JSON file.