Community-maintained documentation for Apache JMeter built with Astro + Starlight
Disclaimer: This is an independent community resource and is not affiliated with the Apache Software Foundation.
- Full-text search powered by Pagefind
- Dark mode with system preference detection
- Organized sidebar: User Manual, Reference, Extending, Legal
- LLM-friendly text exports (
llms.txt/llms-full.txt) - Custom landing page with terminal hero, metrics strip, and bento grid
- SEO optimized with structured data (FAQ, HowTo schemas)
- Node.js 18+
- npm
npm installnpm run devnpm run buildnpm run preview| Script | Description |
|---|---|
npm run dev |
Start dev server |
npm run build |
Generate llms-full.txt then build the site |
npm run preview |
Preview the production build locally |
npm test |
Run unit tests |
npm run test:watch |
Run tests in watch mode |
npm run test:coverage |
Run tests with coverage report |
npm run convert |
Convert upstream JMeter docs to Starlight format |
npm run generate-llms-full |
Generate LLM-friendly text export |
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes using Conventional Commits
- Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
The src/content/docs/**/*.mdx files are generated artifacts produced by
tools/convert.mjs from the upstream Apache JMeter
xdocs/ XML. A nightly workflow (.github/workflows/sync-upstream.yml) regenerates
them and opens a sync PR.
Direct edits to MDX files will be overwritten by the next sync run. To make a lasting change to documentation content:
- Prefer fixing the converter in
tools/convert.mjsso the change applies to all generated pages and survives syncs. - Or upstream the change to
apache/jmeterxdocs/so it flows down naturally. - Or open an issue describing the desired change so maintainers can decide the best path.
Changes to non-generated files (components, styles, tools, tests, config) are not affected by the sync and can be edited directly.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Apache JMeter is a trademark of The Apache Software Foundation. This project is not endorsed by or affiliated with the ASF.