get_process_metrics
Retrieve per-process CPU and memory metrics (CPU percentage and working set size) for the main, renderer, GPU, and utility processes of an Electron app using a session ID.
Instructions
Get per-process CPU and memory metrics of the app (app.getAppMetrics): Browser (main), renderer, GPU and utility processes with pid, CPU % and working set size.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | Session id returned by launch_app. |