Skip to main content
Glama
folder-docs-mcp.json7.04 kB
{ "dashboard": { "id": null, "title": "文件夹文档生成MCP服务器监控", "tags": ["folder-docs-mcp", "mcp", "documentation"], "timezone": "browser", "panels": [ { "id": 1, "title": "系统概览", "type": "stat", "gridPos": {"h": 8, "w": 12, "x": 0, "y": 0}, "targets": [ { "expr": "folder_docs_system_cpu", "legendFormat": "CPU使用率 (%)", "refId": "A" }, { "expr": "folder_docs_system_memory", "legendFormat": "内存使用率 (%)", "refId": "B" }, { "expr": "folder_docs_system_disk", "legendFormat": "磁盘使用率 (%)", "refId": "C" } ], "fieldConfig": { "defaults": { "unit": "percent", "min": 0, "max": 100, "thresholds": { "steps": [ {"color": "green", "value": null}, {"color": "yellow", "value": 70}, {"color": "red", "value": 90} ] } } }, "options": { "reduceOptions": { "values": false, "calcs": ["lastNotNull"], "fields": "" } } }, { "id": 2, "title": "请求统计", "type": "graph", "gridPos": {"h": 8, "w": 12, "x": 12, "y": 0}, "targets": [ { "expr": "rate(folder_docs_requests_total[5m])", "legendFormat": "请求速率 (req/s)", "refId": "A" }, { "expr": "rate(folder_docs_requests_successful[5m])", "legendFormat": "成功请求速率 (req/s)", "refId": "B" }, { "expr": "rate(folder_docs_requests_failed[5m])", "legendFormat": "失败请求速率 (req/s)", "refId": "C" } ], "yAxes": [ { "label": "请求速率 (req/s)", "min": 0 } ] }, { "id": 3, "title": "响应时间", "type": "graph", "gridPos": {"h": 8, "w": 12, "x": 0, "y": 8}, "targets": [ { "expr": "folder_docs_response_time", "legendFormat": "平均响应时间 (ms)", "refId": "A" } ], "yAxes": [ { "label": "响应时间 (ms)", "min": 0 } ] }, { "id": 4, "title": "缓存性能", "type": "graph", "gridPos": {"h": 8, "w": 12, "x": 12, "y": 8}, "targets": [ { "expr": "rate(folder_docs_cache_hits[5m])", "legendFormat": "缓存命中速率 (hits/s)", "refId": "A" }, { "expr": "rate(folder_docs_cache_misses[5m])", "legendFormat": "缓存未命中速率 (misses/s)", "refId": "B" } ], "yAxes": [ { "label": "速率 (ops/s)", "min": 0 } ] }, { "id": 5, "title": "活跃连接数", "type": "stat", "gridPos": {"h": 4, "w": 6, "x": 0, "y": 16}, "targets": [ { "expr": "folder_docs_active_connections", "refId": "A" } ], "fieldConfig": { "defaults": { "unit": "short", "min": 0 } } }, { "id": 6, "title": "文件处理数", "type": "stat", "gridPos": {"h": 4, "w": 6, "x": 6, "y": 16}, "targets": [ { "expr": "folder_docs_files_processed", "refId": "A" } ], "fieldConfig": { "defaults": { "unit": "short", "min": 0 } } }, { "id": 7, "title": "错误数", "type": "stat", "gridPos": {"h": 4, "w": 6, "x": 12, "y": 16}, "targets": [ { "expr": "folder_docs_errors_total", "refId": "A" } ], "fieldConfig": { "defaults": { "unit": "short", "min": 0, "thresholds": { "steps": [ {"color": "green", "value": null}, {"color": "yellow", "value": 5}, {"color": "red", "value": 10} ] } } } }, { "id": 8, "title": "系统进程数", "type": "stat", "gridPos": {"h": 4, "w": 6, "x": 18, "y": 16}, "targets": [ { "expr": "folder_docs_system_processes", "refId": "A" } ], "fieldConfig": { "defaults": { "unit": "short", "min": 0 } } }, { "id": 9, "title": "错误率", "type": "singlestat", "gridPos": {"h": 8, "w": 12, "x": 0, "y": 20}, "targets": [ { "expr": "rate(folder_docs_requests_failed[5m]) / rate(folder_docs_requests_total[5m]) * 100", "legendFormat": "错误率 (%)", "refId": "A" } ], "fieldConfig": { "defaults": { "unit": "percent", "min": 0, "max": 100, "thresholds": { "steps": [ {"color": "green", "value": null}, {"color": "yellow", "value": 5}, {"color": "red", "value": 10} ] } } }, "options": { "reduceOptions": { "values": false, "calcs": ["lastNotNull"], "fields": "" } } }, { "id": 10, "title": "缓存命中率", "type": "singlestat", "gridPos": {"h": 8, "w": 12, "x": 12, "y": 20}, "targets": [ { "expr": "rate(folder_docs_cache_hits[5m]) / (rate(folder_docs_cache_hits[5m]) + rate(folder_docs_cache_misses[5m])) * 100", "legendFormat": "缓存命中率 (%)", "refId": "A" } ], "fieldConfig": { "defaults": { "unit": "percent", "min": 0, "max": 100, "thresholds": { "steps": [ {"color": "red", "value": null}, {"color": "yellow", "value": 70}, {"color": "green", "value": 85} ] } } }, "options": { "reduceOptions": { "values": false, "calcs": ["lastNotNull"], "fields": "" } } } ], "time": { "from": "now-1h", "to": "now" }, "refresh": "30s" } }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kscz0000/Zhiwen-Assistant-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server