@npv12/opencode-tps
v0.3.0
Published
OpenCode TUI plugin for viewing LLM Tokens Per Second (TPS) rates
Downloads
72
Maintainers
Readme
@npv12/opencode-tps
OpenCode TUI plugin that displays live TPS (tokens per second), average TPS, and average TTFT (time to first token) in the session prompt.
Features
- Live streaming TPS display in the session prompt
- Average TPS across the session
- Average time to first token (TTFT)
- Updates in real-time as tokens stream
Installation
opencode plugin add @npv12/opencode-tpsOr add to your opencode.json:
{
"plugins": {
"@npv12/opencode-tps": {}
}
}Attribution
This plugin is adapted from Tarquinen's oc-tps plugin repository.
License
MIT
