Claudx: Measure tool speed / token usage

2 billybat 1 6/26/2025, 12:38:48 PM github.com ↗

Comments (1)

billybat · 17m ago
we needed to measure claude tool performance locally for all devs, so we could speed up their usage and optimize token cost, so I built this little tool.

it gives `claude` a different `PATH` env that uses shimmed command line tools that track estimated token usage and duration.

stats are stored in local sqlite or can be sent to DataDog (we use DataDog).

it's one-shot install / uninstall:

`npx claudx bootstrap` `npx claudx uninstall`