node.monitor
unofficial integration demo — infernet

fleet + 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…

Jobs take ~1.5s queued, ~3.5s running, then resolve. About 15% of jobs simulate a failure, so both outcomes are visible without a long wait.

POST /api/jobs

// request body

// submit a job to see the request here

// response

// waiting for first submission

job queue — polling every 1.2s

idcontainerstatussubmitted
no jobs yet — submit one above