get_pharo_metric
Retrieve system metrics from Pharo environments via NeoConsole, such as system status or memory usage, to monitor and analyze performance.
Instructions
Get a system metric from Pharo using NeoConsole.
Args:
metric: The metric to retrieve (e.g., 'system.status', 'memory.free')
Returns:
The metric value
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| metric | Yes |