node.monitor
unofficial integration demo — infernetfleet + job monitoring
Submit a job, watch it move through the queue in real time.
Node status and job results follow Infernet's documented CLI and REST shapes. Nothing here talks to a real GPU node, jobs progress from queued to running to completed purely on a timer, so the state machine is real even though the compute isn't.
loading fleet…
POST /api/jobs
// request body
// submit a job to see the request here
// response
// waiting for first submission
job queue — polling every 1.2s
| id | container | status | submitted |
|---|---|---|---|
| no jobs yet — submit one above | |||