get_cpu_info
Get current CPU specs and usage: model, frequency, core count, and percent busy. Use for capacity planning and idle/busy checks.
Instructions
Returns CPU model, frequency, core count, and current usage percent. Read-only from /proc/stat and /proc/cpuinfo. Fatal only if either source is unreadable. Use for capacity planning or busy/idle checks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cores | Yes | ||
| errors | No | ||
| usage_percent | Yes | ||
| physical_core_count | Yes |