Run HTTP performance tests with latency and throughput measurement. Use when benchmarking web services. Requires curl.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add bytesagain/ai-skills --skill perftest --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Perftest?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/bytesagain-perftest)More formats (shields.io, HTML) on the badges page.
---
name: "perftest"
version: "3.0.0"
description: "Run HTTP performance tests with latency and throughput measurement. Use when benchmarking web services. Requires curl."
author: "BytesAgain"
homepage: "https://bytesagain.com"
---
# perftest
Run HTTP performance tests with latency and throughput measurement. Use when benchmarking web services. Requires curl.
## Commands
### `http`
```bash
scripts/script.sh http <url count>
```
### `latency`
```bash
scripts/script.sh latency <host>
```
### `throughput`
```bash
scripts/script.sh throughput <url>
```
### `stress`
```bash
scripts/script.sh stress <url concurrent>
```
### `report`
```bash
scripts/script.sh report <logfile>
```
### `compare`
```bash
scripts/script.sh compare <f1 f2>
```
## Data Storage
Data stored in `~/.local/share/perftest/`.
---
*Powered by BytesAgain | bytesagain.com | hello@bytesagain.com*
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!