cli-anything-nsight-graphics
Original:🇺🇸 English
Translated
Windows-first CLI harness for Nsight Graphics launch, frame capture, GPU Trace, and C++ Capture orchestration
10installs
Sourcehkuds/cli-anything
Added on
NPX Install
npx skill4agent add hkuds/cli-anything cli-anything-nsight-graphicsTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Nsight Graphics CLI Skill
Command-line orchestration of official NVIDIA Nsight Graphics activities.
Capabilities
- Probe installed Nsight binaries and compatibility mode
- Launch an application detached under Nsight
- Attach Nsight to a running PID
- Trigger Frame Debugger capture
- Trigger GPU Trace capture, auto-export, and summarize
- Trigger Generate C++ Capture
Commands
doctor
bash
cli-anything-nsight-graphics --json doctor info
cli-anything-nsight-graphics --json doctor versions
cli-anything-nsight-graphics --nsight-path "C:\Path\To\Nsight Graphics 2024.2\host\windows-desktop-nomad-x64" --json doctor infolaunch
bash
cli-anything-nsight-graphics launch detached --activity "Frame Debugger" --exe "C:\Path\To\App.exe"
cli-anything-nsight-graphics launch attach --activity "Frame Debugger" --pid 12345frame capture
bash
cli-anything-nsight-graphics --output-dir D:\captures frame capture ^
--exe "C:\Path\To\App.exe" ^
--wait-frames 10GPU Trace
bash
cli-anything-nsight-graphics --output-dir D:\traces gpu-trace capture ^
--exe "C:\Path\To\App.exe" ^
--start-after-ms 1000 ^
--limit-to-frames 1 ^
--auto-export ^
--summarize
cli-anything-nsight-graphics gpu-trace summarize ^
--input-dir D:\tracesGenerate C++ Capture
bash
cli-anything-nsight-graphics --output-dir D:\cpp cpp capture ^
--exe "C:\Path\To\App.exe" ^
--wait-seconds 5Agent Notes
- Prefer first to discover the available compatibility mode.
doctor info - Use to list detected installs when multiple Nsight Graphics versions exist.
doctor versions - Use to force a specific install directory or
--nsight-path.ngfx.exe - Use for programmatic workflows.
--json - Prefer for one-step performance triage.
gpu-trace capture --auto-export --summarize - Frame/GPU/C++ capture commands require a launch target through or a preconfigured root-level
--exe.--project - V1 is orchestration-focused; it does not expose shader, pipeline, or resource inspection commands.