get_system_stats
Retrieve real-time BEAM runtime health stats: memory, schedulers, processes, ports, atoms, uptime, and IO throughput to identify performance issues and monitor system stability.
Instructions
Get BEAM runtime health: memory usage, scheduler count, process/port/atom counts, uptime, IO throughput.
WHEN TO USE: You want a system-level health snapshot — is memory growing? How many processes are running? How long has the app been up? NOT FOR: Application configuration (use get_app_config). Individual process details (use get_process_info). Checking for errors (use get_logs — system stats don't show errors).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||