Skip to content

alexmacarthur/breakdown

Repository files navigation

Breakdown

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.

About

A command-line tool for breaking down and analyzing HTTP requests.

Topics

Resources

License

Stars

Watchers

Forks