You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Client TTFT includes request ingress, tokenization/dispatch, admission and executor queueing, prefill execution, and first-response delivery. Replay includes modeled queueing but does not establish coverage of every real serving boundary.
Separate these intervals before attributing a client-versus-replay difference to GPU kernels or adding a fixed latency offset.
Triage state: needs maintainer review. Boundary contributions are confirmed in the measured cases; the detailed causes of later admission tails and the remaining forward residual are open.
Existing evidence
GPT-OSS uninstrumented mean TTFT is 48.8565 ms versus 16.5326 ms predicted. Separate native-metrics runs average 50.5588 ms, 3.48% higher than the uninstrumented baseline.
Native averages: server-to-executor 2.6915 ms, executor queue 5.6543 ms, first schedule to first token 34.9355 ms, and first token to server response 2.0356 ms. Client mean minus server mean is 5.2418 ms, an aggregate difference rather than ID-paired network time.
A later SGLang C16 request has 1340.33 ms TTFT, including 615.83 ms before scheduler admission and 400.71 ms in the scheduler queue. Tokenization takes 3.08 ms. No matching new JIT artifacts were found during that burst, but the exact host/startup cause remains unresolved.
The historical SGLang config880 mean/median split alone did not locate the delay. New 0.5.14 results do not prove causality in the unavailable original nightly. Stream interval 30 emits token 1 immediately in the inspected path; an unconditional 29-token TTFT penalty is not justified.
Next steps and acceptance
Preserve request IDs across client, server, executor, admission, forward and first-response timestamps, with explicit clock domains and join coverage.
Reproduce later warm C16 bursts with lightweight stage timing and matched uninstrumented controls; distinguish host preparation, admission policy and scheduler queueing.
Compare matched arrival policies and batch composition against replay, separately from the forward timing correction.
Report mean, median and tails over identical request populations. Keep incomplete joins, failed runs and observer effects visible.
Document which boundaries AISim predicts and which remain outside its qualified domain. Validate any new serving model independently without fitting an E2E constant.
Problem and affected scope
Existing evidence
Next steps and acceptance
Evidence and slides