DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Concurrency Meter — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
C

dsh-concurrency-meter

Concurrency Meter

Read-only model request concurrency monitoring for DeepSeek Harness

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:Wanbinyu/dsh-concurrency-meter#69ab0381edaec75f56331dbd5d89c626526304c2
READMECompatibilityVersions

Compatibility and provenance

Concurrency Meter is published as dsh-concurrency-meter and currently resolves to version 0.1.6. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
9/11/2026

Versions

0.1.6stable
9/11/2026
0.1.5stable
9/7/2026
0.1.2stable
8/22/2026

Related plugins

Loading related plugins…

Latest
0.1.6
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 2
Weekly downloads
0
Last push
9/11/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in models-usage.

Usage@linxin666/dsh-usageUsage statistics plugin for the dsh web GUI: per-provider balance and coding-plan quota detection plus a live token usage ledger, with the current session provider's today usage on the sidebar entryUsage Stats@ychris12138/dsh-usage-statsToken usage heatmap, provider balances, and subscription quotas for the dsh web GUICodex Connectdsh-codex-connectChatGPT OAuth and Codex models for DeepSeek Harness.Ui Usage Billing@kenz1117/dsh-ui-usage-billingUsage billing dashboard for DeepSeek Harness: sidebar cost metrics plus a full dashboard modal, priced from a current multi-provider catalog with real usage aggregated from session logs.

README

dsh-concurrency-meter

v0.1.6 兼容性修复:适配 Harness 0.1.5-rc.2,并通过 0.1.1-rc.2 回归。修复旧 runtime 模块缺失问题;下方下载链接指向本次修复包。其他宿主版本请先验证兼容性。

English | 简体中文

非官方社区插件,与 DeepSeek 官方无隶属或背书关系。

为 DeepSeek Harness Web 提供只读的模型请求并发监控。插件接入 DSH 官方 llm/stream 调用链,展示当前活动请求、峰值并发、执行结果和各供应商统计,但不会拦截、排队或修改请求。

dsh-concurrency-meter 的并发监控页面

功能

  • 实时展示当前活动数、峰值并发、已启动请求和失败数;
  • 分供应商统计成功、失败、中止与未完整消费的流;
  • 展示活动请求的供应商、模型、用途和已运行时间;
  • 默认并发达到 3 时显示提醒,可配置阈值;
  • 设置页打开期间每秒刷新,关闭后不进行浏览器轮询;
  • 支持重置内存统计,重置不会取消正在运行的请求;
  • 不读取消息、提示词、模型输出、凭据或会话 ID;
  • 只观察调用链,不限流、不排队,也不改变模型请求结果。

安装

要求 Node.js >=22.19 和 DeepSeek Harness 0.1.0-rc.6 或更高版本。 v0.1.6 已使用 DeepSeek Harness 0.1.2-rc.1 完成类型、测试、构建和打包验证,并保留 0.1.0-rc.6 至 rc.8、0.1.1-rc.1 至 rc.2 的兼容分支。活动请求期间每秒刷新,空闲时自动降为每 5 秒刷新。

dsh plugin --profile web add https://github.com/Wanbinyu/dsh-concurrency-meter/releases/download/v0.1.6/dsh-concurrency-meter-0.1.6.tgz

安装或更新后重启:

dsh web

打开“设置 -> 并发监控”查看统计。

卸载:

dsh plugin --profile web remove dsh-concurrency-meter

配置

- insert:
    - id: concurrency-meter
      name: dsh-concurrency-meter
      config:
        warningThreshold: 3
        maxActiveDetails: 20
选项默认值说明
warningThreshold3并发提醒阈值,范围 1-100;只改变提示状态,不限制请求
maxActiveDetails20最多展开的活动请求数,范围 1-100;总数仍会完整统计

统计口径

  • 成功:流以正常结束原因完成;
  • 失败:流返回错误结束原因,或调用链抛出异常;
  • 中止:流明确返回中止结束原因;
  • 未完整消费:消费者提前关闭流,或流未返回结束事件;
  • 未被实际消费的惰性流不会计入已启动请求;
  • 所有统计仅保存在当前 DSH Host 进程内,重启后自动清零。

供应商和模型 ID 用于定位并发来源,不属于提示词内容。插件不持久化统计,也不提供历史趋势、限流或请求队列。

开发

npm install
npm run verify

verify 会执行 Host/Web 类型检查、单元测试、客户端构建和安装包内容检查。浏览器端使用轻量 Remote 边界解析器,当前主包约 21 KB(gzip 约 5.4 KB),不会重复打入完整 Zod。

反馈

问题与建议请提交到 GitHub Issues。

许可证

MIT