# alexfernandez/loadtest

Runs a load test on the selected URL. Fast and easy to use. Can be integrated in your own workflow using the API.

Repository: https://github.com/alexfernandez/loadtest
Canonical: https://ross.abutalabs.com/products/loadtest
Language: JavaScript
License: MIT
License Family: permissive
Topics: loadtesting, nodejs, performance, testing-tools
Last push: 2026-01-13T23:29:47+00:00

## Health v2 (maintenance only)
Score: 60/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 62, release rhythm 35, longevity 100
- inputs: {"age_days": 4821, "days_push": 232, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2630, forks 212 (observed 2026-08-28T04:07:05.583210+00:00)

## What it is
A Node.js CLI tool and library that runs load tests against HTTP or WebSocket URLs, with an Apache ab-compatible interface plus a --rps option to force a constant requests-per-second rate. It also exposes an API for integrating programmatic load tests into automated test suites.

## Use cases
- load test a URL with configurable concurrency and request count
- simulate a sustained requests-per-second rate against a web server
- measure mean response times before deploying a new version
- run programmatic load tests as part of systems tests via the API
- load test WebSocket endpoints
- replace Apache ab with a more tweakable alternative

## When to choose
- you want an ab-compatible load tester with forced rps control
- you need to embed load testing in Node.js test workflows
- you need to test HTTP or WebSockets endpoints quickly from the CLI

## When to avoid
- you need distributed load generation from multiple machines
- you need rich scripting scenarios or UI-level browser load testing
- you are not in a Node.js environment

## Facets
- artifact type: cli-tool
- maturity: active
- function: load-testing, http-client, testing, benchmarking
- domain: testing, performance, web-development, developer-tools
- platform: cli, cross-platform
- tags: load-testing, websocket, ab-compatible, rps-control, npm, command-line, nodejs

## Member repositories
- alexfernandez/loadtest (main) score 60

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:05.583210+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:19:38.142764+00:00, confidence not recorded.
  - readme: https://github.com/alexfernandez/loadtest (fetched 2026-08-28T04:07:05.583210+00:00, sha 0fa1faa2c501)
  - registry_npm: https://registry.npmjs.org/loadtest (fetched 2026-08-29T10:02:41.388739+00:00, sha 543180cd8ec5)
- Data as of 2026-08-30T08:39:29.467469+00:00.
