FlowMonitor Universal
Professional execution tracing for OpenClaw/MCP environments.
Instructions
- 1. Call
get_trace via bash scripts/trace.sh. - Post-Processing:
-
Latency: Calculate the difference between
unix_time of the current step and the previous step. Display as
+Xs.
-
Resource: Display
estimated_tokens as a measure of cost.
- 3. LangSmith Visualization:
- Create a
Trace Table: | Step | Time | Skill | Latency | Est. Tokens |
- Create a
Mermaid Flow: Use
sequenceDiagram to show the timeline.
Metadata Rules
- - If
unix_time is missing or 0, skip latency for that specific step. - Use a ⏱️ icon for latency and a 🪙 icon for tokens.
Commands
- -
get_trace: Run the shell script to fetch raw telemetry.
FlowMonitor 通用版
适用于OpenClaw/MCP环境的专业执行追踪工具。
操作说明
- 1. 通过 bash scripts/trace.sh 调用 get_trace。
- 后处理:
-
延迟:计算当前步骤与上一步骤的 unix_time 差值。显示为 +Xs。
-
资源:显示 estimated_tokens 作为成本衡量指标。
- 3. LangSmith可视化:
- 创建
追踪表格:| 步骤 | 时间 | 技能 | 延迟 | 预估Token数 |
- 创建
Mermaid流程图:使用 sequenceDiagram 展示时间线。
元数据规则
- - 如果 unix_time 缺失或为0,则跳过该特定步骤的延迟计算。
- 使用 ⏱️ 图标表示延迟,使用 🪙 图标表示Token。
命令
- - get_trace:运行Shell脚本获取原始遥测数据。