cute-baobao/dsh-usage-meter 预览 preview

cute-baobao/dsh-usage-meter

Plugin插件 Native原生 ⭐ 3 MIT Usage & Cost用量与计费Data & Analysis数据与分析

DeepSeek Harness 使用记录器插件:按模型统计每小时 Token 使用量(输入/输出/缓存命中),并在 Web 界面中以堆叠柱状图仪表盘展示。

Project Overview项目介绍

dsh-usage-meter is a usage statistics plugin for DeepSeek Harness. It automatically records token consumption from each model call, aggregates by model and hour, and displays a stacked bar chart in the Web GUI settings page, one bar per hour colored by model. Use it when you need to analyze per-model call cost and load over time windows. Raw data is stored in $DSH_HOME/usage-meter/usage.jsonl and re-aggregated hourly on startup. Note: right after release, if CLI resolution fails, explicitly pin the version.

dsh-usage-meter 是 DeepSeek Harness 的用量统计插件。它自动记录每次模型调用的 token 消耗,按「模型 × 小时」维度聚合,在 Web GUI 设置页以堆叠柱状图展示,每小时一根柱子并按模型分色。适合需要按时间窗口分析各模型调用成本与负载的用户。原始数据存于 $DSH_HOME/usage-meter/usage.jsonl,启动时按小时重新聚合。注意:插件刚发布时若 CLI 解析失败,请显式钉住版本号。

Or use CLI install (for developers)或使用命令行安装(适合开发者)

CLI Install命令行安装

dsh plugin --profile web add github:cute-baobao/dsh-usage-meter

cute-baobao/dsh-usage-meter 加入你的 DSH 配置(web profile)即可启用。

READMEREADME

dsh-usage-meter

DeepSeek Harness 用量统计插件:自动记录模型调用的 token 用量,按「模型 × 小时」聚合,在 Web GUI 设置页以堆叠柱状图展示(每小时一根柱子,按模型分色)。

🌐 English · 中文

用量统计仪表盘

安装

pnpm dsh plugin --profile web add @dsh-usage-meter/usage

刚发布当天若解析失败,显式钉版本(如 @dsh-usage-meter/usage@0.3.0)即可。

重启 dsh web,设置 → 用量统计 即可查看。

卸载

pnpm dsh plugin --profile web remove @dsh-usage-meter/usage

数据

记录在 $DSH_HOME/usage-meter/usage.jsonl,启动时按小时重新聚合;界面中英双语,跟随 GUI 语言。

许可

MIT

上一个 Prev dsh-kolmopdf 下一个 Next dsh-llm-databricks