memory_info
Provides RAM and virtual memory statistics (total, used, available, percent) to monitor system resource usage and identify potential bottlenecks.
Instructions
Return RAM and virtual memory statistics.
Returns: A dict with keys: status, data (total, available, used, percent for RAM and swap).
Examples: memory_info()
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||