ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

perftest

Run HTTP performance tests with latency and throughput measurement. Use when benchmarking web services. Requires curl.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/bytesagain1/perftest
Or

perftest

Run HTTP performance tests with latency and throughput measurement. Use when benchmarking web services. Requires curl.

Commands

http

scripts/script.sh http <url count>

latency

scripts/script.sh latency <host>

throughput

scripts/script.sh throughput <url>

stress

scripts/script.sh stress <url concurrent>

report

scripts/script.sh report <logfile>

compare

scripts/script.sh compare <f1 f2>

Data Storage

Data stored in ~/.local/share/perftest/.


Powered by BytesAgain | bytesagain.com | [email protected]

Metadata

Stars4097
Views0
Updated2026-04-14
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-bytesagain1-perftest": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.