get_system_info
Retrieve a full system identity summary: hostname, OS, kernel, architecture, uptime, process count, boot time, virtualization, and DMI hardware details for one Linux machine.
Instructions
Returns host info: hostname, OS, kernel, architecture, uptime, process count, boot time, virtualization, host UUID, and DMI hardware/BIOS/TPM details. Read-only (gopsutil host.Info plus sysfs). Fails only if host info is unavailable. Use for a single-machine identity summary; for a health verdict use get_system_health_check.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| procs | No | ||
| errors | No | ||
| host_id | No | ||
| os_name | Yes | ||
| hostname | Yes | ||
| platform | No | ||
| bios_date | No | ||
| boot_time | No | ||
| os_version | Yes | ||
| tpm_version | No | ||
| architecture | Yes | ||
| bios_version | No | ||
| manufacturer | No | ||
| product_name | No | ||
| kernel_version | Yes | ||
| uptime_seconds | Yes | ||
| platform_family | No | ||
| product_version | No | ||
| virtualization_role | No | ||
| virtualization_system | No |