resource_usage_snapshot
Capture CPU, memory, disk, and GPU usage in Colab, optionally appending to a JSONL file.
Instructions
Captures CPU, memory, disk, and GPU usage through Colab Terminal and optionally appends it to a JSONL file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| savePath | No | Runtime path to append the JSON usage snapshot to. Set to an empty string to avoid saving. | /content/colab_mcp_usage.jsonl |