返回 Skill 列表
extension
分类: 开发与工程无需 API Key

resource-reliability-profiler

在资源预算下运行命令,并停止超出CPU、RAM、VRAM、磁盘写入或时间阈值的运行。当必须执行可靠性和资源限制时使用。

person作者: jakexiaohubgithub

Resource Reliability Profiler

Use this skill to enforce resource budgets on long-running commands.

Workflow

  1. Define a budget file (use references/budget.example.json).
  2. Run the command under the budget.
  3. Review the report for violations.

Scripts

  • Run: python scripts/profile_run.py --budget references/budget.example.json -- <command>