server_status
Check server liveness and log activity. Samples the latest log size twice to detect growth, returning process status and time since last log update.
Instructions
A quick health read: is the process alive, and is its log actually growing.
A hung boot and a slow one both look "alive, no ready line yet" from the
outside -- this project has hit a genuine post-compile server hang before --
so this samples the newest log's size twice, pulse_seconds apart, and also
reports how long it has been since the log last changed at all.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pulse_seconds | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| data | No | ||
| hint | No | ||
| error | No |