fthuu/Tokan-dsh-token-analytics ↗★ 0
tokan-dsh-token-analytics
DSH plugin for token usage analytics, cost tracking, and optimization signals
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:fthuu/Tokan-dsh-token-analytics说明文档
阅读完整 README ↗Token Usage Dashboard
Real-time metrics for the selected session:
- Total Tokens: input + output
- Input (New): tokens not served from cache
- Input (Cache): tokens served from cache hits
- Output: generated tokens
- Cache Hit Rate: percentage of input from cache
- Cost: total cost (when pricing is available for the provider/model)
Token 使用仪表板
所选会话的实时指标:
- 总 Token 数:输入 + 输出
- 输入(新):非缓存命中的 Token
- 输入(缓存):缓存命中的 Token
- 输出:生成的 Token
- 缓存命中率:输入中来自缓存的百分比
- 成本:总成本(当提供商/模型定价可用时)