https://github.com/alexmacarthur/breakdown
A command-line tool for breaking down and analyzing HTTP requests.
https://github.com/alexmacarthur/breakdown
curl http performance
Last synced: 6 months ago
JSON representation
A command-line tool for breaking down and analyzing HTTP requests.
- Host: GitHub
- URL: https://github.com/alexmacarthur/breakdown
- Owner: alexmacarthur
- License: mit
- Created: 2025-06-10T01:30:48.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2025-06-13T01:36:28.000Z (8 months ago)
- Last Synced: 2025-07-18T13:47:36.956Z (6 months ago)
- Topics: curl, http, performance
- Language: PHP
- Homepage: https://picperf.io/request/breakdown
- Size: 22.9 MB
- Stars: 12
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Breakdown
A command-line tool for breaking down and analyzing HTTP requests. A web-based version of the tool also [available here](https://picperf.io/request/breakdown).
[](https://packagist.org/packages/picperf/breakdown)
[](https://packagist.org/packages/picperf/breakdown)
[](https://packagist.org/packages/picperf/breakdown)
Breakdown is a CLI tool that helps you analyze HTTP requests, providing detailed information about request headers, response times, and other connection details.

## Installation
You can install the package via composer:
```bash
composer global require picperf/breakdown
```
## Usage
```bash
breakdown
```
## Metrics You'll Get
- time-to-first-byte (TTFB)
- response size
- redirects
- TCP connection duration
- TLS handshake speed
- DNS lookup time
- ...and maybe more!
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.