Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.265 ·

cgroup CPU accounting rewritten to read cpuacct.usage directly, adds shell CPU tracking

CPU telemetry now reads cgroup usage from a fixed path and adds a new shell CPU time metric

TierUnder the hoodhow much it should matter to you
Useful2my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaTelemetrywhat it touches
KindInternal Changesin v2.1.265,
Under the hood No documentation found

CPU telemetry now reads cgroup usage from a fixed path and adds a new shell CPU time metric

What

The telemetry that reports CPU usage broken down by session phase (tengu_tool_cpu_by_phase) now reads CPU accounting data from a fixed cgroup path, /sys/fs/cgroup/cpuacct, plus a per-tool cgroup's cpuacct.usage file. It also adds a new *_shell_cpu_ms metric, reported alongside the existing *_wall_ms, *_cli_cpu_ms, and *_tools_cpu_ms metrics when shell cgroup data is available.

Why

This gives more precise, directly-read CPU accounting and adds visibility specifically into CPU time spent in shell subprocesses, on top of the existing CLI-versus-tools breakdown.

Read from
Names in the bundlecpuacct.usage

See this entry in the whole of v2.1.265 →

Feedback