← 返回
未分类 中文

SkillPulse

Profile offline OpenClaw skill run samples to detect latency, CPU, and memory bottlenecks and compare sessions.
对离线 OpenClaw 技能运行样本进行性能分析,检测延迟、CPU 和内存瓶颈,并比较会话。
mike007jd mike007jd 来源
未分类 clawhub v1.0.0 1 版本 99718.3 Key: 无需
★ 0
Stars
📥 354
下载
💾 0
安装
1
版本
#analysis#benchmark#latest#openclaw#performance#profiler

概述

Skill Profiler

Analyze offline sample sets and surface the slowest or heaviest skills before they become production regressions.

When to use

  • You have JSON sample logs with latencyMs, cpuMs, and memoryMb.
  • You want threshold-based hotspot detection for local review or CI.
  • You need a shareable JSON or HTML report, or a before/after comparison between two runs.

Commands

node {baseDir}/bin/skill-profiler.js run --input ./samples.json
node {baseDir}/bin/skill-profiler.js report --input ./samples.json --out ./report.html
node {baseDir}/bin/skill-profiler.js compare --left ./v1.json --right ./v2.json

Sample input

[
  {
    "sessionId": "s1",
    "skill": "clawshield",
    "latencyMs": 1320,
    "cpuMs": 910,
    "memoryMb": 240
  }
]

What it reports

  • Average latency and p95 latency per skill
  • Average CPU and peak memory per skill
  • Bottlenecks using configurable latency, CPU, and memory thresholds
  • Session diffs showing added, removed, and changed skills

Boundaries

  • Skill Profiler is built for offline sample analysis, not live tracing.
  • It depends on the quality of the input samples and does not capture traces by itself.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 04:55 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

CostLens

mike007jd
根据离线事件日志计算 OpenClaw 使用成本,应用预算阈值,并导出运维报告。
★ 0 📥 844
ai-agent

Safe Install

mike007jd
通过策略验证、ClawShield 扫描、快照存储与回滚控制来安装 OpenClaw 技能。
★ 0 📥 852
it-ops-security

Baseline Kit

mike007jd
生成更安全的 OpenClaw 配置基线,审计现有配置文件,检测暴露、缺失控制和密钥卫生问题。
★ 0 📥 802