get_cpu_info
Obtain CPU model, frequency, core count, and current usage to evaluate performance and plan capacity.
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 |