get_check
Run system diagnostics to verify kernel version, BTF support, NVIDIA driver, CUDA libraries, and GPU processes for eBPF-based GPU observability.
Instructions
Run system diagnostics: kernel version, BTF support, NVIDIA driver, CUDA libraries, running GPU processes
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Implementation Reference
- The `get_stacks` tool call is implemented as a wrapper in the `MCPClient` class, which handles tool call requests through the MCP protocol. Although "get_check" was not found, other tools like `get_stacks`, `run_sql`, `get_causal_chains`, and `get_trace_stats` are defined here as MCP tool wrappers.
return self.call("get_stacks", args, timeout=120)