winops_sys_info
Retrieves OS platform, Python version, CPU core count, and total memory. Optionally includes boot time, users, and CPU frequency for detailed system insights.
Instructions
Return OS platform, Python version, CPU core count, and total memory.
Return Format
{"success": true, "platform": str, "python": str, "machine": str,
"cpu_cores": int, "memory_total": int,
"boot_time": float, "users": [str], "cpu_freq": {...}} // detailed onlyExamples
info()
info(detailed=True)Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| detailed | No | Include boot time, users, and CPU frequency. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||