read_procfs
Read any file from the /proc filesystem for system monitoring. Retrieve data in raw text or parsed format.
Instructions
Read a file from the /proc filesystem
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path relative to /proc (e.g., "cpuinfo", "meminfo") | |
| format | No | Return format: raw text or parsed data | parsed |