picperf/breakdown

A little CLI tool for breaking down an HTTP request.

0.0.8 2025-06-13 01:32 UTC

This package is auto-updated.

Last update: 2025-06-13 01:36:31 UTC


README

A command-line tool for breaking down and analyzing HTTP requests. A web-based version of the tool also available here.

Latest Version on Packagist Total Downloads License

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:

composer global require picperf/breakdown

Usage

breakdown <url>

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 for more information.