← 返回
数据分析 中文

Ops Dashboard

Gather operational signals (disk usage, git status, recent commits, and resources) so you can answer "How is the Clawdy infrastructure doing?" without manually running multiple checks.
收集运行信号(磁盘使用、Git状态、近期提交及资源情况),无需手动运行多项检查即可回答“Clawdy基础设施运行状况如何”。
crimsondevil333333
数据分析 clawhub v1.0.1 1 版本 99860.7 Key: 无需
★ 1
Stars
📥 2,130
下载
💾 49
安装
1
版本
#latest

概述

Ops Dashboard

Overview

ops-dashboard exposes a single CLI (scripts/ops_dashboard.py) that prints a snapshot of:

  • Workspace disk usage (total vs. free) and storage availability.
  • Git status and the latest commits for the current branch.
  • System load averages plus the top-level directory sizes so you know where data is accumulating.

Use this skill whenever you need to check health before deployments, push updates, or support teammates struggling with a slow workspace.

CLI usage

  • python3 skills/ops-dashboard/scripts/ops_dashboard.py --show summary prints disk usage, git status, and top directories.
  • --show resources adds load averages and a break-down of recent git commits with author/summary.
  • --workspace /path/to/workspace lets you point the tool at another clone or repo.
  • --output json emits the same report as JSON so other scripts can consume it.

Metrics explained

  • Disk usage: Reports df results for /, /mnt/ramdisk, and any other mounted tiers in the workspace.
  • Git status: Shows whether the current branch is clean, lists staged/unstaged files, and prints the last three commits with sha/author.
  • Load averages: Captures the 1/5/15 minute loads so you can correlate slowdowns with heavy resource usage.
  • Directory sizes: Highlights the three largest directories inside the workspace root so you can spot growth vectors.

Sample command

python3 skills/ops-dashboard/scripts/ops_dashboard.py --show summary --workspace /path/to/workspace (or omit to use the current directory)

This command displays the basic health story for the current repo, including git status and disk usage, before you start a risky task.

References

  • references/ops-dashboard.md explains the meaning of each metric and how to interpret alerts like high disk usage or stale branches.

Resources

  • GitHub: https://github.com/CrimsonDevil333333/ops-dashboard
  • ClawHub: https://www.clawhub.ai/skills/ops-dashboard

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-03-28 16:21 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Sheetsmith

crimsondevil333333
基于 Pandas 的 CSV 和 Excel 管理工具,支持快速预览、汇总、筛选、转换及格式转换。适用于检查表格文件、计算列汇总、应用查询表达式,或导出清洗后的数据,无需重复编写 Pandas 代码。
★ 2 📥 3,633
data-analysis

Excel / XLSX

ivangdavila
创建、检查和编辑 Microsoft Excel 工作簿及 XLSX 文件,支持可靠的公式、日期、类型、格式、重算及模板保留功能。
★ 368 📥 140,582
data-analysis

A股量化 AkShare

mbpz
A股量化数据分析工具,基于AkShare库获取A股行情、财务数据、板块信息等。用于回答关于A股股票查询、行情数据、财务分析、选股等问题。
★ 165 📥 60,086