← 返回
开发者工具 中文

Apimon

Monitor API endpoints and track response times to catch outages. Use when checking uptime, validating schemas, or generating status reports.
监控 API 端点并跟踪响应时间,以发现故障。适用于检查正常运行时间、验证模式或生成状态报告。
bytesagain1
开发者工具 clawhub v2.0.1 2 版本 100000 Key: 无需
★ 0
Stars
📥 607
下载
💾 5
安装
2
版本
#latest

概述

APIMon

Apimon v2.0.0 — a devtools command-line toolkit for checking, validating, generating, formatting, linting, explaining, converting, templating, diffing, previewing, fixing, and reporting on API-related tasks. All operations are timestamped and logged, with built-in search, statistics, and multi-format export.

Commands

CommandDescription
----------------------
apimon check Record a check entry (no args = show recent checks)
apimon validate Record a validation entry (no args = show recent validations)
apimon generate Record a generation entry (no args = show recent generations)
apimon format Record a format entry (no args = show recent formats)
apimon lint Record a lint entry (no args = show recent lints)
apimon explain Record an explain entry (no args = show recent explains)
apimon convert Record a conversion entry (no args = show recent conversions)
apimon template Record a template entry (no args = show recent templates)
apimon diff Record a diff entry (no args = show recent diffs)
apimon preview Record a preview entry (no args = show recent previews)
apimon fix Record a fix entry (no args = show recent fixes)
apimon report Record a report entry (no args = show recent reports)
apimon statsShow summary statistics across all log files
apimon export Export all data in json, csv, or txt format
apimon search Search across all entries for a keyword
apimon recentShow the 20 most recent activity entries
apimon statusHealth check — version, data dir, entry count, disk usage
apimon helpShow usage info and all available commands
apimon versionShow version (v2.0.0)

How It Works

Each command (check, validate, generate, format, etc.) works as a timestamped log recorder:

  • With arguments: saves the input to ~/.local/share/apimon/.log with a timestamp, then confirms the entry count.
  • Without arguments: displays the 20 most recent entries from that command's log file.

All activity is also recorded in a central history.log for cross-command traceability.

Data Storage

  • Location: ~/.local/share/apimon/
  • Log files: One .log file per command (e.g., check.log, validate.log, format.log)
  • History: history.log — central activity log across all commands
  • Export: export.json, export.csv, or export.txt generated on demand
  • Format: Each log line is YYYY-MM-DD HH:MM|

Requirements

  • Bash (4.0+)
  • Standard Unix utilities (wc, du, grep, tail, head, date)
  • No external dependencies or API keys required

When to Use

  1. API health monitoring — use apimon check "GET /health returned 200 in 45ms" to log each endpoint check with response details
  2. Schema validation tracking — run apimon validate "OpenAPI spec v3.1 passed all rules" to record validation outcomes over time
  3. Generating mock data records — use apimon generate "Mock /users response with 50 entries" to log data generation tasks
  4. Linting API definitions — run apimon lint "spectral lint passed for orders.yaml" to track lint history
  5. Uptime reporting — use apimon report "Daily uptime: 99.97%" to log uptime metrics, then apimon export json to build dashboards

Examples

# Check an API endpoint
apimon check "GET https://api.example.com/health — 200 OK, 32ms"

# Validate a response schema
apimon validate "POST /orders response matches OrderSchema v2"

# Generate mock data
apimon generate "10 sample user objects for /api/users"

# Format an API response
apimon format "pretty-print JSON response from /api/products"

# Lint an API spec
apimon lint "openapi-lint passed for petstore.yaml"

# Explain an HTTP status
apimon explain "502 Bad Gateway — upstream server not responding"

# Convert request format
apimon convert "curl command to Python requests"

# Create a request template
apimon template "GET with auth headers and pagination"

# Diff two API versions
apimon diff "v1 vs v2 breaking changes in /users endpoint"

# Preview a request
apimon preview "GET /api/search?q=test&limit=20"

# Record a fix
apimon fix "resolved timeout issue on /api/export endpoint"

# Generate a report entry
apimon report "Weekly API health summary: 99.9% uptime"

# View summary statistics
apimon stats

# Export all data as CSV
apimon export csv

# Search for keywords
apimon search "timeout"

# View recent activity
apimon recent

# Health check
apimon status

Output

Results go to stdout. Save with apimon export json > backup.json. All entries are persisted to the data directory for later retrieval and analysis.


Powered by BytesAgain | bytesagain.com | hello@bytesagain.com

版本历史

共 2 个版本

  • v2.0.1 当前
    2026-03-29 17:02 安全 安全
  • v1.0.7
    2026-03-19 06:06

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 666 📥 323,783

Cad

bytesagain1
CAD参考工具
★ 0 📥 2,722
developer-tools

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 65 📥 179,830